Home
last modified time | relevance | path

Searched full:archetype (Results 1 – 25 of 70) sorted by relevance

123

/external/tensorflow/third_party/absl/abseil-cpp/absl/types/internal/
Dconformance_archetype.h21 // about Conformance Profiles). An archetype is a type that aims to support the
23 // archetype that corresponds to an ImmutableProfile has exactly a nothrow
30 // The main type template in this file is the Archetype template, which takes
52 class Archetype; variable
54 // Given an Archetype, obtain the properties of the profile associated with that
55 // archetype.
56 template <class Archetype>
60 struct PropertiesOfArchetype<Archetype<Prof>> {
64 template <class Archetype>
65 using PropertiesOfArchetypeT = typename PropertiesOfArchetype<Archetype>::type;
[all …]
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/internal/
Dconformance_archetype.h21 // about Conformance Profiles). An archetype is a type that aims to support the
23 // archetype that corresponds to an ImmutableProfile has exactly a nothrow
30 // The main type template in this file is the Archetype template, which takes
52 class Archetype; variable
54 // Given an Archetype, obtain the properties of the profile associated with that
55 // archetype.
56 template <class Archetype>
60 struct PropertiesOfArchetype<Archetype<Prof>> {
64 template <class Archetype>
65 using PropertiesOfArchetypeT = typename PropertiesOfArchetype<Archetype>::type;
[all …]
/external/openscreen/third_party/abseil/src/absl/types/internal/
Dconformance_archetype.h21 // about Conformance Profiles). An archetype is a type that aims to support the
23 // archetype that corresponds to an ImmutableProfile has exactly a nothrow
30 // The main type template in this file is the Archetype template, which takes
52 class Archetype; variable
54 // Given an Archetype, obtain the properties of the profile associated with that
55 // archetype.
56 template <class Archetype>
60 struct PropertiesOfArchetype<Archetype<Prof>> {
64 template <class Archetype>
65 using PropertiesOfArchetypeT = typename PropertiesOfArchetype<Archetype>::type;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dconformance_archetype.h21 // about Conformance Profiles). An archetype is a type that aims to support the
23 // archetype that corresponds to an ImmutableProfile has exactly a nothrow
30 // The main type template in this file is the Archetype template, which takes
52 class Archetype; variable
54 // Given an Archetype, obtain the properties of the profile associated with that
55 // archetype.
56 template <class Archetype>
60 struct PropertiesOfArchetype<Archetype<Prof>> {
64 template <class Archetype>
65 using PropertiesOfArchetypeT = typename PropertiesOfArchetype<Archetype>::type;
[all …]
/external/webrtc/third_party/abseil-cpp/absl/types/internal/
Dconformance_archetype.h21 // about Conformance Profiles). An archetype is a type that aims to support the
23 // archetype that corresponds to an ImmutableProfile has exactly a nothrow
30 // The main type template in this file is the Archetype template, which takes
52 class Archetype; variable
54 // Given an Archetype, obtain the properties of the profile associated with that
55 // archetype.
56 template <class Archetype>
60 struct PropertiesOfArchetype<Archetype<Prof>> {
64 template <class Archetype>
65 using PropertiesOfArchetypeT = typename PropertiesOfArchetype<Archetype>::type;
[all …]
/external/libtextclassifier/abseil-cpp/absl/types/internal/
Dconformance_archetype.h21 // about Conformance Profiles). An archetype is a type that aims to support the
23 // archetype that corresponds to an ImmutableProfile has exactly a nothrow
30 // The main type template in this file is the Archetype template, which takes
52 class Archetype; variable
54 // Given an Archetype, obtain the properties of the profile associated with that
55 // archetype.
56 template <class Archetype>
60 struct PropertiesOfArchetype<Archetype<Prof>> {
64 template <class Archetype>
65 using PropertiesOfArchetypeT = typename PropertiesOfArchetype<Archetype>::type;
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-lambda/
Dpom.xml26 <artifactId>archetype-lambda</artifactId>
27 <packaging>maven-archetype</packaging>
28 <name>AWS Java SDK :: Archetype Lambda</name>
30 The AWS SDK for Java - Maven archetype for Java lambda function using AWS Java SDK 2.x
34 <maven.archetype.version>3.2.0</maven.archetype.version>
42 <artifactId>archetype-tools</artifactId>
48 <!-- Filtering the resource properties to get ${project.version} from archetype metadata.
55 <include>META-INF/maven/archetype-metadata.xml</include>
62 <exclude>META-INF/maven/archetype-metadata.xml</exclude>
68 <groupId>org.apache.maven.archetype</groupId>
[all …]
DREADME.md1 # Maven Archetype for lambda function using AWS SDK for Java 2.x
4 This is an Apache Maven Archetype to create a lambda function template using [AWS Java SDK 2.x][aws…
9 You can use `mvn archetype:generate` to generate a project using this archetype. See [maven archety…
14 mvn archetype:generate \
16 -DarchetypeArtifactId=archetype-lambda \
23 mvn archetype:generate \
25 -DarchetypeArtifactId=archetype-lambda \
43 `javaSdkVersion` | Same version as the archetype version | Specifies the version of the AWS Java SD…
63 [maven-archetype-usage]: https://maven.apache.org/archetype/maven-archetype-plugin/usage.html
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/
Dpom.xml27 <artifactId>archetype-app-quickstart</artifactId>
28 <packaging>maven-archetype</packaging>
29 <name>AWS Java SDK :: Archetype App</name>
31 The AWS SDK for Java - Maven archetype for a sample application using AWS Java SDK 2.x
35 <maven.archetype.version>3.2.0</maven.archetype.version>
43 <artifactId>archetype-tools</artifactId>
49 <!-- Filtering the resource properties to get ${project.version} from archetype metadata.
56 <include>META-INF/maven/archetype-metadata.xml</include>
63 <exclude>META-INF/maven/archetype-metadata.xml</exclude>
69 <groupId>org.apache.maven.archetype</groupId>
[all …]
DREADME.md1 # Maven Archetype for client applications using the AWS SDK for Java 2.x
4 This is an Apache Maven Archetype to create a client application with
17 You can use `mvn archetype:generate` to generate a project using this archetype. See [maven archety…
22 mvn archetype:generate \
24 -DarchetypeArtifactId=archetype-app-quickstart \
31 mvn archetype:generate \
33 -DarchetypeArtifactId=archetype-app-quickstart \
54 | `javaSdkVersion` | Same version as the archetype version | Specifies the version of the AW…
61 [maven-archetype-usage]: https://maven.apache.org/archetype/maven-archetype-plugin/usage.html
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/main/resources/META-INF/maven/
Darchetype-metadata.xml2archetype-descriptor xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/ar…
3 xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
49 </archetype-descriptor>
/external/sdv/vsomeip/third_party/boost/concept_check/
Dconcept_covering.htm31 through. Concept coverage can be verified through the use of <i>archetype
32 classes</i>. An archetype class is an exact implementation of the interface
34 archetype class is not important, the functions can be left empty. A simple
35 test program can then be compiled with the archetype classes as the inputs
37 concepts cover the component. The following code shows the archetype class
39 Iterator</a> concept. Some care must be taken to ensure that the archetype
45 archetype class. The correct approach is to create an artificial return
47 <tt>reference</tt>. The validity of the archetype class test is completely
82 This is why it is important to compile with archetype classes in addition
94 archetype classes have been designed so that they can be layered. In this
[all …]
Dreference.htm40 <li><a href="#basic-archetype">Basic Archetype Classes</a></li>
42 <li><a href="#iterator-archetype">Iterator Archetype Classes</a></li>
44 <li><a href="#function-object-archetype">Function Object Archetype
47 <li><a href="#container-archetype">Container Archetype Classes</a></li>
288 <h3><a name="basic-archetype" id="basic-archetype">Basic Archetype
312 <h3><a name="iterator-archetype" id="iterator-archetype">Iterator Archetype
336 <h3><a name="function-object-archetype" id=
337 "function-object-archetype">Function Object Archetype Classes</a></h3>
354 <h3><a name="container-archetype" id="container-archetype">Container
355 Archetype Classes</a></h3>
/external/aws-sdk-java-v2/archetypes/archetype-lambda/src/main/resources/META-INF/maven/
Darchetype-metadata.xml2archetype-descriptor xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/ar…
3 xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
50 </archetype-descriptor>
/external/antlr/antlr3-maven-archetype/
Dpom.xml7 <artifactId>antlr3-maven-archetype</artifactId>
8 <packaging>maven-archetype</packaging>
9 <name>ANTLR 3 Maven Archetype</name>
10 <description>ANTLR 3 Maven Archetype</description>
30 <groupId>org.apache.maven.archetype</groupId>
31 <artifactId>archetype-packaging</artifactId>
39 <artifactId>maven-archetype-plugin</artifactId>
/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/
Diterator_archetypes.hpp145 template <class Derived,class Value> struct archetype;
154 : traversal_archetype_impl<TraversalCategory>::template archetype<Derived,Value>
157 traversal_archetype_impl<TraversalCategory>::template archetype<Derived,Value>
171 struct archetype struct
173 explicit archetype(ctor_arg) {} in archetype() argument
187 struct archetype struct
191 explicit archetype(ctor_arg arg) in archetype() argument
207 struct archetype struct
210 archetype() in archetype() function
220 struct archetype struct
[all …]
/external/aws-sdk-java-v2/buildspecs/
Darchetype-native-image-test.yml7 - mvn clean install -pl :archetype-app-quickstart -P quick --am -T1C
14 mvn archetype:generate \
16 -DarchetypeArtifactId=archetype-app-quickstart \
33 mvn archetype:generate \
35 -DarchetypeArtifactId=archetype-app-quickstart \
52 mvn archetype:generate \
54 -DarchetypeArtifactId=archetype-app-quickstart \
/external/testng/doc/
Dmaven.html84 <li><a href="#archetype">Archetype</a></li>
120 <!-- maven2 archetype -->
121 <h3 id="archetype">Maven TestNG Archetype <em>(Martin Gilday)</em></h3>
123 …has added a new archetype for Maven2: to create a project using the archetype you simply have to s…
126 …mvn archetype:create -DgroupId=org.martingilday -DartifactId=test1 -DarchetypeGroupId=org.martingi…
130 …cking back at <a href="http://www.martingilday.org/updates/Maven+TestNG+Archetype">Martin's blog</…
131 <!-- end maven2 archetype -->
/external/aws-sdk-java-v2/archetypes/
DREADME.md8 - [archetype-app-quickstart](archetype-app-quickstart/README.md) - a simple client application
10 - [archetype-lambda](archetype-lambda/README.md) - an AWS Lambda function
Dpom.xml29 <module>archetype-lambda</module>
30 <module>archetype-app-quickstart</module>
31 <module>archetype-tools</module>
/external/antlr/antlr3-maven-archetype/src/main/resources/META-INF/maven/
Darchetype.xml2 <archetype>
3 <id>antlr3-maven-archetype</id>
15 </archetype>
Darchetype-metadata.xml1 <?xml version="1.0" encoding="UTF-8"?><archetype-descriptor name="antlr3-maven-archetype">
25 </archetype-descriptor>
/external/aws-sdk-java-v2/.changes/2.15.x/
D2.15.8.json7 "category": "AWS Lambda Maven Archetype",
8 …"description": "Fixed an issue where archetype generation failed with latest maven-archetype-plugi…
/external/aws-sdk-java-v2/.changes/2.16.x/
D2.16.1.json15 …"description": "Created a new archetype, `archetype-app-quickstart`, which allows you to create a …
/external/aws-sdk-java-v2/.changes/2.13.x/
D2.13.27.json27 "category": "AWS Maven Lambda Archetype",
28 …"description": "Updated the `archetype-lambda` to generate SDK client that uses region from enviro…

123