Home
last modified time | relevance | path

Searched full:apis (Results 1 – 25 of 8153) sorted by relevance

12345678910>>...327

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkCoreFunctionalities.inl18 void initApisMap (ApisMap& apis) argument
20 apis.clear();
21 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_0, FunctionInfosList()));
22 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_1, FunctionInfosList()));
23 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_2, FunctionInfosList()));
24 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_3, FunctionInfosList()));
26apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateInstance", FUNCTIONORIGIN_PLATFOR…
27apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyInstance", FUNCTIONORIGIN_INSTANC…
28apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkEnumeratePhysicalDevices", FUNCTIONORIGIN_…
29apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures", FUNCTIONORIGIN…
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkCoreFunctionalities.inl18 void initApisMap (ApisMap& apis) argument
20 apis.clear();
21 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_0, FunctionInfosList()));
22 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_1, FunctionInfosList()));
23 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_2, FunctionInfosList()));
24 apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_3, FunctionInfosList()));
26apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetCommandPoolMemoryConsumption", FUNCTIONORIGI…
27 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetFaultData", FUNCTIONORIGIN_DEVICE));
29apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetCommandPoolMemoryConsumption", FUNCTIONOR…
30 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetFaultData", FUNCTIONORIGIN_DEVICE));
[all …]
/external/googleapis/google/cloud/apigeeregistry/v1/
Dregistry_service.proto36 // The Registry service allows teams to manage descriptions of APIs.
41 // Returns matching APIs.
44 get: "/v1/{parent=projects/*/locations/*}/apis"
52 get: "/v1/{name=projects/*/locations/*/apis/*}"
60 post: "/v1/{parent=projects/*/locations/*}/apis"
69 patch: "/v1/{api.name=projects/*/locations/*/apis/*}"
79 delete: "/v1/{name=projects/*/locations/*/apis/*}"
87 get: "/v1/{parent=projects/*/locations/*/apis/*}/versions"
95 get: "/v1/{name=projects/*/locations/*/apis/*/versions/*}"
103 post: "/v1/{parent=projects/*/locations/*/apis/*}/versions"
[all …]
Dapigeeregistry_v1.yaml6 apis:
69 get: '/v1/{resource=projects/*/locations/*/apis/*}:getIamPolicy'
71 - get: '/v1/{resource=projects/*/locations/*/apis/*/deployments/*}:getIamPolicy'
72 - get: '/v1/{resource=projects/*/locations/*/apis/*/versions/*}:getIamPolicy'
73 - get: '/v1/{resource=projects/*/locations/*/apis/*/versions/*/specs/*}:getIamPolicy'
75 - get: '/v1/{resource=projects/*/locations/*/apis/*/artifacts/*}:getIamPolicy'
76 - get: '/v1/{resource=projects/*/locations/*/apis/*/versions/*/artifacts/*}:getIamPolicy'
77 … - get: '/v1/{resource=projects/*/locations/*/apis/*/versions/*/specs/*/artifacts/*}:getIamPolicy'
81 post: '/v1/{resource=projects/*/locations/*/apis/*}:setIamPolicy'
84 - post: '/v1/{resource=projects/*/locations/*/apis/*/deployments/*}:setIamPolicy'
[all …]
/external/google-cloud-java/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/
Dregistry_service.proto36 // The Registry service allows teams to manage descriptions of APIs.
41 // Returns matching APIs.
44 get: "/v1/{parent=projects/*/locations/*}/apis"
52 get: "/v1/{name=projects/*/locations/*/apis/*}"
60 post: "/v1/{parent=projects/*/locations/*}/apis"
69 patch: "/v1/{api.name=projects/*/locations/*/apis/*}"
79 delete: "/v1/{name=projects/*/locations/*/apis/*}"
87 get: "/v1/{parent=projects/*/locations/*/apis/*}/versions"
95 get: "/v1/{name=projects/*/locations/*/apis/*/versions/*}"
103 post: "/v1/{parent=projects/*/locations/*/apis/*}/versions"
[all …]
/external/tensorflow/tensorflow/python/util/
Dmodule_wrapper_test.py71 apis = {'cmd': ('', 'cmd'), 'ABCMeta': ('abc', 'ABCMeta')}
73 module, 'test', public_apis=apis, deprecation=False)
78 # Verify that the APIs are added to the cache of FastModuleType object
87 apis = {'cmd': ('', 'cmd')}
89 module, 'test', public_apis=apis, deprecation=False)
104 apis = {'cmd': ('', 'cmd')}
106 module, 'test', public_apis=apis, deprecation=False)
118 # Test that public APIs are in __all__.
121 apis = {'cmd': ('', 'cmd')}
123 module, 'test', public_apis=apis, deprecation=False)
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/platform/api/
DREADME.md4 certain platform. These APIs act as interaction layers between QUIC core and
7 implementations of these APIs to build and function appropriately. There is
8 unidirectional dependency from QUIC core to most of the APIs here, such as
9 QUIC_LOG and QuicMutex, but a few APIs also depend back on QUIC core's basic
12 - APIs used by QUIC core:
14 Most APIs are used by QUIC core to interact with platform infrastructure
25 - APIs used by applications:
27 Some APIs are used by applications to interact with QUIC core (i.e.
28 QuicMemSlice). For such APIs, their dependency model is:
72 TODO(b/131224336) add document for other APIs
/external/googleapis/
DREADME.md1 # Google APIs
4 Google APIs that support both REST and gRPC protocols. Reading the
6 Google APIs and help you to utilize them more efficiently. You can also
46 Google APIs are typically deployed as API services that are hosted
47 under different DNS names. One API service may implement multiple APIs
50 Google APIs use [Protocol Buffers](https://github.com/google/protobuf)
56 There are several ways of accessing Google APIs:
58 1. JSON over HTTP: You can access all Google APIs directly using JSON
63 2. Protocol Buffers over gRPC: You can access Google APIs published
69 3. [Google Cloud Client Libraries](https://cloud.google.com/apis/docs/cloud-client-libraries):
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/googleapis/
DREADME.md1 # Google APIs
4 Google APIs that support both REST and gRPC protocols. Reading the
6 Google APIs and help you to utilize them more efficiently. You can also
46 Google APIs are typically deployed as API services that are hosted
47 under different DNS names. One API service may implement multiple APIs
50 Google APIs use [Protocol Buffers](https://github.com/google/protobuf)
56 There are several ways of accessing Google APIs:
58 1. JSON over HTTP: You can access all Google APIs directly using JSON
63 2. Protocol Buffers over gRPC: You can access Google APIs published
69 3. [Google Cloud Client Libraries](https://cloud.google.com/apis/docs/cloud-client-libraries):
[all …]
/external/aws-sdk-java-v2/services/apigatewayv2/src/main/resources/codegen-resources/
Dservice-2.json18 "requestUri" : "/v2/apis",
76 "requestUri" : "/v2/apis/{apiId}/authorizers",
105 "requestUri" : "/v2/apis/{apiId}/deployments",
166 "requestUri" : "/v2/apis/{apiId}/integrations",
195 "requestUri" : "/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses",
224 "requestUri" : "/v2/apis/{apiId}/models",
253 "requestUri" : "/v2/apis/{apiId}/routes",
282 "requestUri" : "/v2/apis/{apiId}/routes/{routeId}/routeresponses",
311 "requestUri" : "/v2/apis/{apiId}/stages",
363 "requestUri" : "/v2/apis/{apiId}/stages/{stageName}/accesslogsettings",
[all …]
/external/python/google-api-python-client/docs/dyn/
Dapigee_v1.organizations.environments.apis.revisions.html75 …f="apigee_v1.organizations.environments.apis.html">apis</a> . <a href="apigee_v1.organizations.env…
78 …<code><a href="apigee_v1.organizations.environments.apis.revisions.debugsessions.html">debugsessio…
83 …<code><a href="apigee_v1.organizations.environments.apis.revisions.deployments.html">deployments()…
92apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.creat…
98apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.delet…
107apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.creat…
110 …ployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{re…
126 … for this deployment. Populated only when state == ERROR. This field is not populated in List APIs.
127APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains t…
129 …t of messages that carry the error details. There is a common set of message types for APIs to use.
[all …]
/external/libcups/cups/
Ddebug-internal.h48 * 0 = public APIs, other than value accessor functions
49 * 1 = return values for public APIs
50 * 2 = public value accessor APIs, progress for public APIs
51 * 3 = return values for value accessor APIs
52 * 4 = private APIs, progress for value accessor APIs
53 * 5 = return values for private APIs
54 * 6 = progress for private APIs
/external/aws-sdk-java-v2/.changes/2.10.x/
D2.10.30.json8APIs (beta), enabling customers to quickly build high performance RESTful APIs that are up to 71% …
13 …inesis Video Streams, as fully managed capability. You can now use simple APIs to enable your conn…
/external/pigweed/docs/os/
Dindex.rst43 primitives**. Many of our APIs are similar or **nearly identical to C++'s
45 support exceptions. We opted to follow the STL's APIs partially because they
56 the basis for any time bound APIs (i.e. with timeouts and/or deadlines). Note
96 Unlike the STL's time bound templated APIs which are not specific to a
97 particular clock, Pigweed's time bound APIs are strongly typed to use the
375 Pigweed has the following classes of APIs:
377 **Thread Safe APIs** - These APIs are safe to use in any execution context where
378 one can use blocking or yielding APIs such as sleeping, blocking on a mutex
381 **Interrupt (IRQ) Safe APIs** - These APIs can be used in any execution context
382 which cannot use blocking and yielding APIs. These APIs must protect themselves
[all …]
/external/aws-sdk-java-v2/docs/design/
DAPIReference.md8 - SDK public APIs: all classes/interfaces annotated with `@SdkPublicApi`
9 - SDK protected APIs: all classes/interfaces annotated with `@SdkProtectedApi`
10 - SDK internal APIs: all classes/interfaces annotated with `@SdkInternalApi`
14 - All SDK public APIs MUST have documentation.
15 - All public methods in SDK public APIs MUST have documentation except the ones that implement or o…
16 - For SDK protected APIs and internal APIs, documentation is recommended but not required.
17 - Javadocs for SDK public APIs in high level libraries such as DynamoDB Enhanced Client SHOULD incl…
/external/aws-sdk-java-v2/.changes/2.7.x/
D2.7.2.json8 …"description": "Updated SDK APIs to add tags to WAF Resources: WebACL, Rule, Rulegroup and RateBas…
13APIs (PutAnomalyDetector, DeleteAnomalyDetector, and DescribeAnomalyDetectors) to support the new …
18 …"description": "This release adds webhook APIs and manual deployment APIs for AWS Amplify Console."
28 …"description": "Updated SDK APIs to add tags to WAF Resources: WebACL, Rule, Rulegroup and RateBas…
43APIs to manage AWS Config rules across your organization in AWS Organizations. Using this capabili…
/external/google-cloud-java/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/
DListApisResponseOrBuilder.java30 * The APIs from the specified publisher.
33 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
40 * The APIs from the specified publisher.
43 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
50 * The APIs from the specified publisher.
53 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
60 * The APIs from the specified publisher.
63 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
70 * The APIs from the specified publisher.
73 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
DListApisResponse.java79 * The APIs from the specified publisher.
82 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
92 * The APIs from the specified publisher.
95 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
106 * The APIs from the specified publisher.
109 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
119 * The APIs from the specified publisher.
122 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
132 * The APIs from the specified publisher.
135 * <code>repeated .google.cloud.apigeeregistry.v1.Api apis = 1;</code>
[all …]
DRegistryServiceProto.java219 + "\"^\n\020ListApisResponse\0221\n\004apis\030\001 \003(\0132#.goo"
235 + "apis.com/ApiVersion\022\021\n\tpage_size\030\002 \001(\005\022\022"
335 + "apis.com/Artifact\"Z\n\032GetArtifactContents"
354 + "/{name=projects/*/locations/*/apis/*}\332A\004"
358 + "parent=projects/*/locations/*}/apis:\003api"
363 + "tions/*/apis/*}:\003api\332A\017api,update_mask\022\216"
367 + "ations/*/apis/*}\332A\004name\022\310\001\n\017ListApiVersi"
372 + "/apis/*}/versions\332A\006parent\022\265\001\n\rGetApiVer"
376 + "e=projects/*/locations/*/apis/*/versions"
381 + "ts/*/locations/*/apis/*}/versions:\013api_v"
[all …]
/external/OpenCL-CTS/dependencies/ocl-stubs/
Dapis_generator.py9 // apis.h
27 #error You need to define CL_MACRO before including apis
107 apis = []
114 apis.append(
124 apis.append(
130 return apis
133 def generate_apis(apis): argument
139 for api in apis:
149 apis = []
158 apis = apis + extract_apis(lines)
[all …]
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/document/
DDocument.java302 * @return Builder which provides APIs to put Key Value pair to a Document Map.
310 * @return Builder which provides APIs to put Key Value pair to a Document Map.
318 * @return Builder which provides APIs to put Key Value pair to a Document Map.
326 * @return Builder which provides APIs to put Key Value pair to a Document Map.
334 * @return Builder which provides APIs to put Key Value pair to a Document Map.
342 * @return Builder which provides APIs to put Key Value pair to a Document Map.
350 * @return Builder which provides APIs to put Key Value pair to a Document Map.
358 * @return Builder which provides APIs to put Key Value pair to a Document Map.
367 * @return Builder which provides APIs to put Key Value pair to a Document Map.
375 * @return Builder which provides APIs to put Key Value pair to a Document Map.
[all …]
/external/bazelbuild-remote-apis/
DREADME.md1 # remote-apis
3 This repository contains a collection of APIs which work together to enable
37 There are a number of clients and services using these APIs, they are listed
75 many implementations have designed their own protocols. Links to these APIs
90 The [Remote Execution APIs
91 group](https://groups.google.com/forum/#!forum/remote-execution-apis) hosts
92 discussions related to the APIs in this repository.
94 Interested parties meet monthly via VC to discuss issues related to the APIs,
101 The APIs in this repository refer to several general-purpose APIs published by
102 Google in the [Google APIs
[all …]
/external/google-cloud-java/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/
DListApisResponseOrBuilder.java30 * APIs.
33 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
40 * APIs.
43 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
50 * APIs.
53 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
60 * APIs.
63 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
70 * APIs.
73 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
DListApisResponse.java80 * APIs.
83 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
93 * APIs.
96 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
107 * APIs.
110 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
120 * APIs.
123 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
133 * APIs.
136 * <code>repeated .google.cloud.apigateway.v1.Api apis = 1;</code>
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeBaseCanvas.java710 "Legacy ShadowCanvas description APIs are not supported"); in appendDescription()
716 "Legacy ShadowCanvas description APIs are not supported"); in getDescription()
722 "Legacy ShadowCanvas description APIs are not supported"); in getPathPaintHistoryCount()
728 "Legacy ShadowCanvas description APIs are not supported"); in getCirclePaintHistoryCount()
734 "Legacy ShadowCanvas description APIs are not supported"); in getArcPaintHistoryCount()
740 "Legacy ShadowCanvas description APIs are not supported"); in hasDrawnPath()
746 "Legacy ShadowCanvas description APIs are not supported"); in hasDrawnCircle()
752 "Legacy ShadowCanvas description APIs are not supported"); in getDrawnPathPaint()
758 "Legacy ShadowCanvas description APIs are not supported"); in getDrawnPath()
764 "Legacy ShadowCanvas description APIs are not supported"); in getDrawnCircle()
[all …]

12345678910>>...327