Home
last modified time | relevance | path

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

12345678910>>...45

/external/rust/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 …]
/external/bazelbuild-rules_rust/tools/rust_analyzer/
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
37 /// A name used in the package's project declaration
70 /// Whether the crate is a proc-macro crate.
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
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…
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 …]
/external/google-cloud-java/java-resourcemanager/proto-google-cloud-resourcemanager-v3/src/main/java/com/google/cloud/resourcemanager/v3/
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 …]
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 …]
/external/grpc-grpc/templates/
DREADME.md1 # Regenerating project files
4 - `python`
5 - `pip install mako` (the template processor)
6 - `pip install pyyaml` (to read the yaml files)
7 - `go` (required by boringssl dependency)
26 …templates use the information from the `build.yaml` file to generate the project files specific to…
28 This way we can maintain as many project system as we see fit, without having
30 Only the structure of the project file is relevant to the template. The actual
48 The `filegroups` are helpful to re-use a subset of files in multiple targets.
52 - name: "arbitrary string", # the name of the filegroup
[all …]
/external/gflags/
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 …]
/external/google-cloud-java/google-cloud-examples/
DREADME.md4 Examples for google-cloud (Java idiomatic client for [Google Cloud Platform][cloud-platform] servic…
7 https://github.com/googleapis/google-cloud-java/tree/main_202208/google-cloud-examples)
9 The old branch has pom.xml to build the project.
11 …rcleci.com/gh/googleapis/google-cloud-java/tree/master.svg?style=shield)](https://circleci.com/gh/…
12 …veralls.io/repos/googleapis/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/goo…
13 …elds.io/maven-central/v/com.google.cloud/google-cloud-examples.svg)]( https://img.shields.io/maven
14 …(https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.…
17 - [Examples](https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/e…
20 ----------
22 [//]: # ({x-version-update-start:google-cloud-examples:released})
[all …]
/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 …]
/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 …]
Dbigqueryreservation_v1.projects.locations.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 …]
/external/libvpx/third_party/googletest/src/
DREADME.md13 that can be used on a wide range of platforms ("C" stands for cross-platform.).
19 standalone project or it can be incorporated into an existing CMake build for
20 another project.
22 #### Standalone CMake Project
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b release-1.11.0
39 cmake .. -DBUILD_GMOCK=OFF
57 #### Incorporating Into An Existing CMake Project
59 If you want to use GoogleTest in a project which already uses CMake, the easiest
67 project directly. This is done by making the GoogleTest source code available to
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/
DREADME.md13 that can be used on a wide range of platforms ("C" stands for cross-platform.).
19 standalone project or it can be incorporated into an existing CMake build for
20 another project.
22 #### Standalone CMake Project
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b v1.14.0
39 cmake .. -DBUILD_GMOCK=OFF
57 #### Incorporating Into An Existing CMake Project
59 If you want to use GoogleTest in a project which already uses CMake, the easiest
67 project directly. This is done by making the GoogleTest source code available to
[all …]
/external/cronet/third_party/googletest/src/googletest/
DREADME.md13 that can be used on a wide range of platforms ("C" stands for cross-platform.).
19 standalone project or it can be incorporated into an existing CMake build for
20 another project.
22 #### Standalone CMake Project
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b release-1.11.0
39 cmake .. -DBUILD_GMOCK=OFF
57 #### Incorporating Into An Existing CMake Project
59 If you want to use GoogleTest in a project which already uses CMake, the easiest
67 project directly. This is done by making the GoogleTest source code available to
[all …]
/external/googletest/googletest/
DREADME.md13 that can be used on a wide range of platforms ("C" stands for cross-platform.).
19 standalone project or it can be incorporated into an existing CMake build for
20 another project.
22 #### Standalone CMake Project
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b v1.14.0
39 cmake .. -DBUILD_GMOCK=OFF
57 #### Incorporating Into An Existing CMake Project
59 If you want to use GoogleTest in a project which already uses CMake, the easiest
67 project directly. This is done by making the GoogleTest source code available to
[all …]
/external/libaom/third_party/googletest/src/googletest/
DREADME.md13 that can be used on a wide range of platforms ("C" stands for cross-platform.).
19 standalone project or it can be incorporated into an existing CMake build for
20 another project.
22 #### Standalone CMake Project
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b release-1.11.0
39 cmake .. -DBUILD_GMOCK=OFF
57 #### Incorporating Into An Existing CMake Project
59 If you want to use GoogleTest in a project which already uses CMake, the easiest
67 project directly. This is done by making the GoogleTest source code available to
[all …]
/external/python/setuptools/docs/userguide/
Dextension.rst8 a distutils extension as a separate project, and then have projects that need
15 Services and Plugins` above for some more background on entry points.)
19 ---------------
24 project's setup script::
38 Once a project containing such entry points has been activated on ``sys.path``,
39 (e.g. by running "install" or "develop" with a site-packages installation
40 directory) the command(s) will be available to any ``setuptools``-based setup
41 scripts. It is not necessary to use the ``--command-packages`` option or
45 how setuptools' own commands are installed: the setuptools project's setup
57 ----------------------------
[all …]
/external/trusty/arm-trusted-firmware/docs/design_documents/
Dcmake_framework.rst1 TF-A CMake buildsystem
12 --------
13 This document presents a proposal for a new buildsystem for TF-A using CMake,
16 <https://developer.trustedfirmware.org/w/tf_a/cmake-buildsystem-proposal/>`_. As
21 ------------
22 The current Makefile based buildsystem of TF-A has become complicated and hard
27 * It is a well-established, mature tool, widely accepted by open-source
29 * TF-M is already using CMake, reducing fragmentation for tf.org projects can be
33 * Host and target system agnostic project.
34 * CMake project is scalable, supports project modularization.
[all …]
/external/arm-trusted-firmware/docs/design_documents/
Dcmake_framework.rst1 TF-A CMake buildsystem
12 --------
13 This document presents a proposal for a new buildsystem for TF-A using CMake,
16 <https://developer.trustedfirmware.org/w/tf_a/cmake-buildsystem-proposal/>`_. As
21 ------------
22 The current Makefile based buildsystem of TF-A has become complicated and hard
27 * It is a well-established, mature tool, widely accepted by open-source
29 * TF-M is already using CMake, reducing fragmentation for tf.org projects can be
33 * Host and target system agnostic project.
34 * CMake project is scalable, supports project modularization.
[all …]
/external/aws-sdk-java-v2/services/mobile/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2017-07-01",
7 "protocol":"rest-json",
12 "uid":"mobile-2017-07-01"
16 "name":"CreateProject", string
32 "documentation":"<p> Creates an AWS Mobile Hub project. </p>"
35 "name":"DeleteProject", string
49 "documentation":"<p> Delets a project in AWS Mobile Hub. </p>"
52 "name":"DescribeBundle", string
70 "name":"DescribeProject", string
73 "requestUri":"/project"
[all …]
/external/pigweed/pw_cli/
Ddocs.rst1 .. _module-pw_cli:
6 .. pigweed-module::
7 :name: pw_cli
9 - **Add some flair**: Build out consistent experiences with building blocks
10 for command-line utilities.
11 - **Accelerate workflows**: Create custom ``pw`` commands to streamline
14 .. pw_cli-nav-start
18 .. grid-item-card:: :octicon:`code-square` API reference
19 :link: module-pw_cli-api
20 :link-type: ref
[all …]

12345678910>>...45