Home
last modified time | relevance | path

Searched +full:some +full:- +full:project +full:- +full:name (Results 1 – 25 of 1644) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-internal/src/pin_project/
Dargs.rs12 pub(super) fn parse_args(attrs: &[Attribute]) -> Result<Args> { in parse_args()
13 // `(__private(<args>))` -> `<args>` in parse_args()
17 fn parse(input: ParseStream<'_>) -> Result<Self> { in parse_args()
29 if let Some(attr) = attrs.find("pin_project") { in parse_args()
35 let prev = if let Some(attr) = attrs.next() { in parse_args()
42 if let Some(attr) = attrs.next() { in parse_args()
50 (Some(_), _) => attr, in parse_args()
64 /// `project = <ident>` argument.
65 pub(super) project: Option<Ident>, field
73 fn parse(input: ParseStream<'_>) -> Result<Self> { in parse()
[all …]
Dderive.rs18 pub(super) fn parse_derive(input: TokenStream) -> Result<TokenStream> { in parse_derive()
63 fn into_tokens(self, cx: &Context<'_>) -> TokenStream { in into_tokens()
79 // automatically generated `Unpin` impl by using def-site hygiene, in into_tokens()
83 // - https://github.com/rust-lang/rust/issues/63281 in into_tokens()
84 // - https://github.com/taiki-e/pin-project/pull/53#issuecomment-525906867 in into_tokens()
85 // - https://github.com/taiki-e/pin-project/pull/70 in into_tokens()
104 fn global_allowed_lints() -> TokenStream { in global_allowed_lints()
108 #[allow(explicit_outlives_requirements)] // https://github.com/rust-lang/rust/issues/60993 in global_allowed_lints()
109 #[allow(single_use_lifetimes)] // https://github.com/rust-lang/rust/issues/55058 in global_allowed_lints()
117 …#[allow(clippy::type_repetition_in_bounds)] // https://github.com/rust-lang/rust-clippy/issues/4326 in global_allowed_lints()
[all …]
/aosp_15_r20/tools/repohooks/rh/
H A Dhooks_unittest.py2 # Copyright 2016 The Android Open Source Project
8 # http://www.apache.org/licenses/LICENSE-2.0
30 # pylint: disable=wrong-import-position
36 # pylint: disable=unused-argument
56 with open(self.readme, encoding='utf-8') as fp:
123 '${REPO_ROOT}/some/prog/REPO_ROOT/ok',
125 '${REPO_OUTER_ROOT}/some/prog/REPO_OUTER_ROOT/ok',
128 # Verify each file is preceded with '--file=' prefix.
129 '--file=${PREUPLOAD_FILES_PREFIXED}',
130 # Verify each file is preceded with '--file' argument.
[all …]
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/proto-google-cloud-resourcemanager-v3/src/main/java/com/google/cloud/resourcemanager/v3/
H A DSearchProjectsRequest.java8 * https://www.apache.org/licenses/LICENSE-2.0
84 * fields. Some eligible fields are:
85 * - **`displayName`, `name`**: Filters by displayName.
86 * - **`parent`**: Project's parent (for example: `folders/123`,
89 * - **`parent.type`**: Parent's type: `folder` or `organization`.
90 * - **`parent.id`**: Parent's id number (for example: `123`).
91 * - **`id`, `projectId`**: Filters by projectId.
92 * - **`state`, `lifecycleState`**: Filters by state.
93 * - **`labels`**: Filters by label name or value.
94 * - **`labels.&lt;key&gt;` (where `&lt;key&gt;` is the name of a label)**: Filters by label
[all …]
H A DSearchProjectsRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
33 * fields. Some eligible fields are:
34 * - **`displayName`, `name`**: Filters by displayName.
35 * - **`parent`**: Project's parent (for example: `folders/123`,
38 * - **`parent.type`**: Parent's type: `folder` or `organization`.
39 * - **`parent.id`**: Parent's id number (for example: `123`).
40 * - **`id`, `projectId`**: Filters by projectId.
41 * - **`state`, `lifecycleState`**: Filters by state.
42 * - **`labels`**: Filters by label name or value.
43 * - **`labels.&lt;key&gt;` (where `&lt;key&gt;` is the name of a label)**: Filters by label
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rust_analyzer/
H A Drust_project.rs2 //! See official documentation of file format at https://rust-analyzer.github.io/manual.html
13 /// A `rust-project.json` workspace representation. See
14 /// [rust-analyzer documentation][rd] for a thorough description of this interface.
15 /// [rd]: https://rust-analyzer.github.io/manual.html#non-cargo-based-projects
26 /// project. Must include all transitive
32 /// A `rust-project.json` crate representation. See
33 /// [rust-analyzer documentation][rd] for a thorough description of this interface.
34 /// [rd]: https://rust-analyzer.github.io/manual.html#non-cargo-based-projects
38 /// A name used in the package's project declaration
71 /// Whether the crate is a proc-macro crate.
[all …]
/aosp_15_r20/external/python/setuptools/docs/
Dpkg_resources.rst8 provides runtime support for using C extensions that are inside zipfile-format
9 eggs, support for merging packages that have separately-distributed modules or
14 `importlib.resources <https://docs.python.org/3/library/importlib.html#module-importlib.resources>`…
21 --------
23 --------
26 introspecting, activating and using installed Python distributions. Some
30 work correctly so long as "egg-info" metadata directories are available for
42 a distribution to co-exist in the same Python installation, with individual
51 project
53 or other resources, or some combination thereof. Projects are assumed to
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DReservationAffinity.java8 * https://www.apache.org/licenses/LICENSE-2.0
124 UNRECOGNIZED(-1),
245 if (desc.getIndex() == -1) { in valueOf()
338 …. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and…
353 …. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and…
376 …. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and…
404name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
418name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
432name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
447name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
[all …]
H A DReservationAffinityOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
70 …. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and…
82 …. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and…
94 …. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and…
107name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
119name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
131name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
144name to a reservation in the same project or "projects/different-project/reservations/some-reserva…
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddatastore_v1beta3.projects.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudtasks_v2.projects.locations.queues.tasks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddatastore_v1.projects.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudtasks_v2beta3.projects.locations.queues.tasks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dappengine_v1beta5.apps.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dappengine_v1beta4.apps.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudscheduler_v1beta1.projects.locations.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudtasks_v2beta2.projects.locations.queues.tasks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudscheduler_v1.projects.locations.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontaineranalysis_v1alpha1.projects.occurrences.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/tools/repohooks/
H A DREADME.md14 run them by hand, you can execute `pre-upload.py` directly. By default, that
23 `--no-verify` when running `repo upload` to skip all upload checks. This will
30 * Repo project-wide settings (e.g. all of AOSP). These set up defaults for all
32 * Project-local settings (e.g. a single .git repo). These control settings for
33 the local project you're working on.
38 ## GLOBAL-PREUPLOAD.cfg
40 These are the manifest-wide defaults and can be located in two places:
41 * `.repo/manifests/GLOBAL-PREUPLOAD.cfg`: The manifest git repo.
43 * `GLOBAL-PREUPLOAD.cfg`: The top level of the repo checkout.
44 For manifests that don't have a project checked out at the top level,
[all …]
H A Dpre-upload.py2 # Copyright 2016 The Android Open Source Project
8 # http://www.apache.org/licenses/LICENSE-2.0
16 """Repo pre-upload hook.
31 # Assert some minimum Python versions as we don't test or support any others.
33 print('repohooks: error: Python-3.6+ is required', file=sys.stderr)
44 # pylint: disable=wrong-import-position
73 """Create a new Output object for a specified project.
76 project_name: name of project.
89 def set_num_commits(self, num_commits: int) -> None:
121 pending = ', '.join(x.name for x in self.hooks)
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/13/
D13eff9133b0db612121deed4ceb03483e2cfffb53 from: "out/host/linux-x86/bin/lint"
7 from: "out/host/linux-x86/bin/lint_project_xml"
11 from: "out/host/linux-x86/bin/soong_zip"
15 from: "out/host/linux-x86/bin/zipsync"
19 from: "out/host/linux-x86/framework/lint.jar"
23 from: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
24 to: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
27 from: "art/test/1953-pop-frame/src/art/Test1953.java"
28 to: "art/test/1953-pop-frame/src/art/Test1953.java"
31 from: "art/test/988-method-trace/src/art/Test988.java"
[all …]
/aosp_15_r20/external/gflags/
H A DREADME.md1 [![Build Status](https://travis-ci.org/gflags/gflags.svg?branch=master)](https://travis-ci.org/gfla…
2 …status/4ctod566ysraus74/branch/master?svg=true)](https://ci.appveyor.com/project/schuhschuh/gflags…
8 ----------------
15 name "gflags::" following a more recent (unwritten) CMake convention. The unprefixed target names a…
22 ------------
33 ----------------
39 or [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/).
42 This is to allow those used to separate words of the flag name by dashes
52 -------------
67 This release also marks the complete move of the gflags project
[all …]
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/
H A DAppEngineRouting.java8 * https://www.apache.org/licenses/LICENSE-2.0
26 * Defines routing characteristics specific to App Engine - service, version,
30 * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
32 * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
34 * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed),
36 * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
38 * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control)
39 * Google IAM permission for the project
41 * `https://www.googleapis.com/auth/cloud-platform`
100 * For some queues or tasks which were created using the App Engine
[all …]
/aosp_15_r20/external/google-styleguide/
H A Dcppguide.html4 <meta charset="utf-8">
19 many of Google's open-source projects. As every C++
22 code more bug-prone and harder to read and maintain.</p>
36 Most open-source projects developed by
56 (some can be), and what sort of argument or alternative would be
74 expected to continue for quite some time. As a result, more time will
79 particularly common sub-point of this principle: When something
100 the C++ standard solves a problem, or if some idiom is widely known
104 appropriate to constrain or ban standard features. In some cases we
105 prefer a homegrown or third-party library over a library defined in
[all …]

12345678910>>...66