Home
last modified time | relevance | path

Searched full:endpoint (Results 1 – 25 of 10996) sorted by relevance

12345678910>>...440

/aosp_15_r20/external/aws-sdk-java-v2/services/neptunegraph/src/main/resources/codegen-resources/
H A Dendpoint-tests.json6 "endpoint": { object
11 "Endpoint": "https://mycustomDomain.com", string
19 "endpoint": { object
24 "Endpoint": "https://mycustomDomain.com", string
32 "endpoint": { object
37 "Endpoint": "https://mycustomDomain.com", string
45 "endpoint": { object
50 "Endpoint": "https://mycustomDomain.com", string
55 …"documentation": "Validate CP endpoint in region: us-east-1, useFipsEndpoint: true, useDualStackEn…
57 "endpoint": { object
[all …]
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_mojo_bootstrap.cc171 Endpoint* sender_endpoint = new Endpoint(this, sender_id); in CreateChannelEndpoints()
172 Endpoint* receiver_endpoint = new Endpoint(this, receiver_id); in CreateChannelEndpoints()
216 Endpoint* endpoint = new Endpoint(this, id); in AssociateInterface() local
218 endpoint->set_peer_closed(); in AssociateInterface()
219 endpoint->set_handle_created(); in AssociateInterface()
220 endpoints_.insert({id, endpoint}); in AssociateInterface()
228 Endpoint* endpoint = FindEndpoint(id); in AssociateInterface() local
229 if (endpoint) in AssociateInterface()
230 MarkClosedAndMaybeRemove(endpoint); in AssociateInterface()
255 Endpoint* endpoint = FindOrInsertEndpoint(id, &inserted); in CreateLocalEndpointHandle() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/resources/codegen-resources/
H A Dendpoint-rule-set.json19 …equest to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS co…
26 …"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not supp…
29 "Endpoint": { object
30 "builtIn": "SDK::Endpoint",
32 "documentation": "Override the endpoint used to send this request",
39 …"documentation": "When true, force a path-style endpoint to be used where the bucket name is part …
53 …"documentation": "Whether the global endpoint should be used, rather then the regional endpoint fo…
58 …"documentation": "Internal parameter to use object lambda endpoint for an operation (eg: WriteGetO…
86 …lag is enabled, the SDK MUST use the ARN's region when constructing the endpoint instead of the cl…
152 "ref": "Endpoint"
[all …]
H A Dendpoint-tests.json143 "endpoint": { object
284 "error": "Cannot set dual-stack in combination with a custom endpoint."
291 "SDK::Endpoint": "https://beta.example.com"
304 "Endpoint": "https://beta.example.com", string
313 "endpoint": { object
353 "endpoint": { object
392 "endpoint": { object
538 "documentation": "Dual-stack endpoint with path-style forced",
540 "endpoint": { object
578 "documentation": "Dual-stack endpoint + SDK::Host is error",
[all …]
/aosp_15_r20/external/cronet/ipc/
H A Dipc_mojo_bootstrap.cc281 Endpoint* sender_endpoint = new Endpoint(this, sender_id); in Bind()
282 Endpoint* receiver_endpoint = new Endpoint(this, receiver_id); in Bind()
340 Endpoint* endpoint = new Endpoint(this, id); in AssociateInterface() local
342 endpoint->set_peer_closed(); in AssociateInterface()
343 endpoint->set_handle_created(); in AssociateInterface()
344 endpoints_.insert({id, endpoint}); in AssociateInterface()
352 Endpoint* endpoint = FindEndpoint(id); in AssociateInterface() local
353 if (endpoint) in AssociateInterface()
354 MarkClosedAndMaybeRemove(endpoint); in AssociateInterface()
379 Endpoint* endpoint = FindOrInsertEndpoint(id, &inserted); in CreateLocalEndpointHandle() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/
H A DEndpointServiceClient.java66 * EndpointName.ofProjectLocationEndpointName("[PROJECT]", "[LOCATION]", "[ENDPOINT]");
67 * Endpoint response = endpointServiceClient.getEndpoint(name);
114 * <p>To customize the endpoint:
193 * Creates an Endpoint.
205 * Endpoint endpoint = Endpoint.newBuilder().build();
206 * Endpoint response = endpointServiceClient.createEndpointAsync(parent, endpoint).get();
210 * @param parent Required. The resource name of the Location to create the Endpoint in. Format:
212 * @param endpoint Required. The Endpoint to create.
215 public final OperationFuture<Endpoint, CreateEndpointOperationMetadata> createEndpointAsync( in createEndpointAsync()
216 LocationName parent, Endpoint endpoint) { in createEndpointAsync() argument
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DEndpointServiceClient.java67 * EndpointName.ofProjectLocationEndpointName("[PROJECT]", "[LOCATION]", "[ENDPOINT]");
68 * Endpoint response = endpointServiceClient.getEndpoint(name);
115 * <p>To customize the endpoint:
195 * Creates an Endpoint.
207 * Endpoint endpoint = Endpoint.newBuilder().build();
208 * Endpoint response = endpointServiceClient.createEndpointAsync(parent, endpoint).get();
212 * @param parent Required. The resource name of the Location to create the Endpoint in. Format:
214 * @param endpoint Required. The Endpoint to create.
217 public final OperationFuture<Endpoint, CreateEndpointOperationMetadata> createEndpointAsync( in createEndpointAsync()
218 LocationName parent, Endpoint endpoint) { in createEndpointAsync() argument
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesis/src/main/resources/codegen-resources/
H A Dendpoint-tests.json6 "endpoint": { object
19 "endpoint": { object
32 "endpoint": { object
45 "endpoint": { object
58 "endpoint": { object
71 "endpoint": { object
84 "endpoint": { object
97 "endpoint": { object
110 "endpoint": { object
123 "endpoint": { object
[all …]
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
H A DEndpoint.java17 // source: google/api/endpoint.proto
25 * `Endpoint` describes a network address of a service that serves a set of
26 * APIs. It is commonly known as a service endpoint. A service may expose
46 * Protobuf type {@code google.api.Endpoint}
48 public final class Endpoint extends com.google.protobuf.GeneratedMessageV3 class
50 // @@protoc_insertion_point(message_implements:google.api.Endpoint)
53 // Use Endpoint.newBuilder() to construct.
54 private Endpoint(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Endpoint() method in Endpoint
58 private Endpoint() { in Endpoint() method in Endpoint
67 return new Endpoint(); in newInstance()
[all …]
/aosp_15_r20/external/libchrome/mojo/public/js/lib/
H A Drouter.js9 * The state of |endpoint|. If both the endpoint and its peer have been
60 // processed later if a client is not yet attached to the target endpoint.
86 var endpoint = new InterfaceEndpoint(this, id);
87 this.endpoints_.set(id, endpoint);
89 this.updateEndpointStateMayRemove(endpoint,
92 endpoint.handleCreated = true;
97 this.updateEndpointStateMayRemove(endpoint,
112 var endpoint = this.endpoints_.get(interfaceEndpointHandle.id());
113 check(endpoint);
114 check(!endpoint.client);
[all …]
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_endpoint_manager_unittest.cc249 const ReportingEndpoint& endpoint) const override { in GetIsolationInfoForEndpoint()
282 const GURL& endpoint, in SetEndpoint() argument
291 ReportingEndpoint::EndpointInfo{endpoint, priority, weight})); in SetEndpoint()
300 const GURL kEndpoint = GURL("https://endpoint/");
310 ReportingEndpoint endpoint = in TEST_F() local
312 EXPECT_FALSE(endpoint); in TEST_F()
315 TEST_F(ReportingEndpointManagerTest, Endpoint) { in TEST_F() argument
318 ReportingEndpoint endpoint = in TEST_F() local
320 ASSERT_TRUE(endpoint); in TEST_F()
321 EXPECT_EQ(kEndpoint, endpoint.info.url); in TEST_F()
[all …]
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/
H A Dendpoint_service.proto23 import "google/cloud/aiplatform/v1/endpoint.proto";
43 // Creates an Endpoint.
48 body: "endpoint"
50 option (google.api.method_signature) = "parent,endpoint";
51 option (google.api.method_signature) = "parent,endpoint,endpoint_id";
53 response_type: "Endpoint"
58 // Gets an Endpoint.
59 rpc GetEndpoint(GetEndpointRequest) returns (Endpoint) {
74 // Updates an Endpoint.
75 rpc UpdateEndpoint(UpdateEndpointRequest) returns (Endpoint) {
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/
H A Dendpoint_service.proto23 import "google/cloud/aiplatform/v1beta1/endpoint.proto";
43 // Creates an Endpoint.
48 body: "endpoint"
50 option (google.api.method_signature) = "parent,endpoint";
51 option (google.api.method_signature) = "parent,endpoint,endpoint_id";
53 response_type: "Endpoint"
58 // Gets an Endpoint.
59 rpc GetEndpoint(GetEndpointRequest) returns (Endpoint) {
74 // Updates an Endpoint.
75 rpc UpdateEndpoint(UpdateEndpointRequest) returns (Endpoint) {
[all …]
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/
H A Dendpoint_service.proto23 import "google/cloud/aiplatform/v1beta1/endpoint.proto";
43 // Creates an Endpoint.
48 body: "endpoint"
50 option (google.api.method_signature) = "parent,endpoint";
51 option (google.api.method_signature) = "parent,endpoint,endpoint_id";
53 response_type: "Endpoint"
58 // Gets an Endpoint.
59 rpc GetEndpoint(GetEndpointRequest) returns (Endpoint) {
74 // Updates an Endpoint.
75 rpc UpdateEndpoint(UpdateEndpointRequest) returns (Endpoint) {
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/
H A Dendpoint_service.proto23 import "google/cloud/aiplatform/v1/endpoint.proto";
43 // Creates an Endpoint.
48 body: "endpoint"
50 option (google.api.method_signature) = "parent,endpoint";
51 option (google.api.method_signature) = "parent,endpoint,endpoint_id";
53 response_type: "Endpoint"
58 // Gets an Endpoint.
59 rpc GetEndpoint(GetEndpointRequest) returns (Endpoint) {
74 // Updates an Endpoint.
75 rpc UpdateEndpoint(UpdateEndpointRequest) returns (Endpoint) {
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/
H A DEndpointServiceClientTest.java112 Endpoint expectedResponse = in createEndpointTest()
113 Endpoint.newBuilder() in createEndpointTest()
115 EndpointName.ofProjectLocationEndpointName("[PROJECT]", "[LOCATION]", "[ENDPOINT]") in createEndpointTest()
144 Endpoint endpoint = Endpoint.newBuilder().build(); in createEndpointTest() local
146 Endpoint actualResponse = client.createEndpointAsync(parent, endpoint).get(); in createEndpointTest()
154 Assert.assertEquals(endpoint, actualRequest.getEndpoint()); in createEndpointTest()
168 Endpoint endpoint = Endpoint.newBuilder().build(); in createEndpointExceptionTest() local
169 client.createEndpointAsync(parent, endpoint).get(); in createEndpointExceptionTest()
180 Endpoint expectedResponse = in createEndpointTest2()
181 Endpoint.newBuilder() in createEndpointTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/
H A DEndpointServiceClientTest.java112 Endpoint expectedResponse = in createEndpointTest()
113 Endpoint.newBuilder() in createEndpointTest()
115 EndpointName.ofProjectLocationEndpointName("[PROJECT]", "[LOCATION]", "[ENDPOINT]") in createEndpointTest()
144 Endpoint endpoint = Endpoint.newBuilder().build(); in createEndpointTest() local
146 Endpoint actualResponse = client.createEndpointAsync(parent, endpoint).get(); in createEndpointTest()
154 Assert.assertEquals(endpoint, actualRequest.getEndpoint()); in createEndpointTest()
168 Endpoint endpoint = Endpoint.newBuilder().build(); in createEndpointExceptionTest() local
169 client.createEndpointAsync(parent, endpoint).get(); in createEndpointExceptionTest()
180 Endpoint expectedResponse = in createEndpointTest2()
181 Endpoint.newBuilder() in createEndpointTest2()
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/fdts/
Dmorello-coresight.dtsi31 cluster0_etm0_out_port: endpoint {
32 remote-endpoint = <&cluster0_static_funnel_in_port0>;
54 cluster0_etm1_out_port: endpoint {
55 remote-endpoint = <&cluster0_static_funnel_in_port1>;
77 cluster1_etm0_out_port: endpoint {
78 remote-endpoint = <&cluster1_static_funnel_in_port0>;
100 cluster1_etm1_out_port: endpoint {
101 remote-endpoint = <&cluster1_static_funnel_in_port1>;
111 cluster0_static_funnel_out_port: endpoint {
112 remote-endpoint = <&etf0_in_port>;
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/sts/src/main/resources/codegen-resources/
H A Dendpoint-rule-set.json14 …"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not supp…
21 …equest to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS co…
24 "Endpoint": { object
25 "builtIn": "SDK::Endpoint",
27 "documentation": "Override the endpoint used to send this request",
34 …"documentation": "Whether the global endpoint should be used, rather then the regional endpoint fo…
57 "ref": "Endpoint"
112 "endpoint": { object
125 "type": "endpoint"
139 "endpoint": { object
[all …]
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dmultiplex_router.cc26 // InterfaceEndpoint stores the information of an interface endpoint registered
173 // If a SyncWatch() call (or multiple ones) of this interface endpoint is in OnSyncEventSignaled()
202 // Whether the endpoint has been closed.
204 // Whether the peer endpoint has been closed.
208 // endpoint.
215 // Not owned. It is null if no client is attached to this endpoint.
218 // Indicates whether the sync watcher should be signaled for this endpoint.
260 // Returns a null message if it fails to deseralize the associated endpoint
265 // interface endpoint handles. They must be destroyed outside of the in DeserializeEndpointHandlesAndTake()
290 InterfaceEndpoint* endpoint) { in CreateNotifyErrorTask()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/lambda/src/main/resources/codegen-resources/
H A Dendpoint-tests.json6 "endpoint": { object
19 "endpoint": { object
32 "endpoint": { object
45 "endpoint": { object
58 "endpoint": { object
71 "endpoint": { object
84 "endpoint": { object
97 "endpoint": { object
110 "endpoint": { object
123 "endpoint": { object
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dconnect.hpp43 /// Type trait used to determine whether a type is an endpoint sequence that can
49 /// The value member is true if the type may be used as an endpoint sequence.
63 * socket connection by trying each endpoint in a sequence.
67 /// Establishes a socket connection by trying each endpoint in a sequence.
71 * function, once for each endpoint in the sequence, until a connection is
79 * @returns The successfully connected endpoint.
92 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s,
97 /// Establishes a socket connection by trying each endpoint in a sequence.
101 * function, once for each endpoint in the sequence, until a connection is
113 * @returns On success, the successfully connected endpoint. Otherwise, a
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/src/main/resources/codegen-resources/
H A Dendpoint-tests.json6 "endpoint": { object
19 "endpoint": { object
32 "endpoint": { object
45 "endpoint": { object
58 "endpoint": { object
71 "endpoint": { object
84 "endpoint": { object
97 "endpoint": { object
110 "endpoint": { object
123 "endpoint": { object
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/efs/src/main/resources/codegen-resources/
H A Dendpoint-tests.json6 "endpoint": { object
19 "endpoint": { object
32 "endpoint": { object
45 "endpoint": { object
58 "endpoint": { object
71 "endpoint": { object
84 "endpoint": { object
97 "endpoint": { object
110 "endpoint": { object
123 "endpoint": { object
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/waf/src/main/resources/codegen-resources/wafregional/
H A Dendpoint-tests.json6 "endpoint": { object
19 "endpoint": { object
32 "endpoint": { object
45 "endpoint": { object
58 "endpoint": { object
71 "endpoint": { object
84 "endpoint": { object
97 "endpoint": { object
110 "endpoint": { object
123 "endpoint": { object
[all …]

12345678910>>...440