Home
last modified time | relevance | path

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

12345678910>>...357

/external/libchrome/mojo/public/js/lib/
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 …]
/external/aws-sdk-java-v2/services/neptunegraph/src/main/resources/codegen-resources/
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 …]
/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 …]
/external/libchrome/ipc/
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 …]
/external/aws-sdk-java-v2/services/sts/src/main/resources/codegen-resources/
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 …]
/external/cronet/tot/net/reporting/
Dreporting_endpoint_manager_unittest.cc232 const ReportingEndpoint& endpoint) const override { in GetIsolationInfoForEndpoint()
264 const GURL& endpoint, in SetEndpoint() argument
273 ReportingEndpoint::EndpointInfo{endpoint, priority, weight})); in SetEndpoint()
277 const GURL& endpoint, in SetEnterpriseEndpoint() argument
286 ReportingEndpoint::EndpointInfo{endpoint, priority, weight})); in SetEnterpriseEndpoint()
303 const GURL kEndpoint = GURL("https://endpoint/");
313 ReportingEndpoint endpoint = in TEST_F() local
315 EXPECT_FALSE(endpoint); in TEST_F()
321 ReportingEndpoint endpoint = in TEST_F() local
323 ASSERT_TRUE(endpoint); in TEST_F()
[all …]
/external/cronet/stable/net/reporting/
Dreporting_endpoint_manager_unittest.cc232 const ReportingEndpoint& endpoint) const override { in GetIsolationInfoForEndpoint()
264 const GURL& endpoint, in SetEndpoint() argument
273 ReportingEndpoint::EndpointInfo{endpoint, priority, weight})); in SetEndpoint()
277 const GURL& endpoint, in SetEnterpriseEndpoint() argument
286 ReportingEndpoint::EndpointInfo{endpoint, priority, weight})); in SetEnterpriseEndpoint()
303 const GURL kEndpoint = GURL("https://endpoint/");
313 ReportingEndpoint endpoint = in TEST_F() local
315 EXPECT_FALSE(endpoint); in TEST_F()
321 ReportingEndpoint endpoint = in TEST_F() local
323 ASSERT_TRUE(endpoint); in TEST_F()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
Dendpoint.hpp2 // ip/detail/endpoint.hpp
28 // Helper class for implementating an IP endpoint.
29 class endpoint class
33 ASIO_DECL endpoint();
35 // Construct an endpoint using a family and port number.
36 ASIO_DECL endpoint(int family, unsigned short port_num);
38 // Construct an endpoint using an address and port number.
39 ASIO_DECL endpoint(const asio::ip::address& addr,
43 endpoint(const endpoint& other) in endpoint() function in asio::ip::detail::endpoint
48 // Assign from another endpoint.
[all …]
/external/cronet/tot/ipc/
Dipc_mojo_bootstrap.cc283 Endpoint* sender_endpoint = new Endpoint(this, sender_id); in Bind()
284 Endpoint* receiver_endpoint = new Endpoint(this, receiver_id); in Bind()
342 Endpoint* endpoint = new Endpoint(this, id); in AssociateInterface() local
344 endpoint->set_peer_closed(); in AssociateInterface()
345 endpoint->set_handle_created(); in AssociateInterface()
346 endpoints_.insert({id, endpoint}); in AssociateInterface()
354 Endpoint* endpoint = FindEndpoint(id); in AssociateInterface() local
355 if (endpoint) in AssociateInterface()
356 MarkClosedAndMaybeRemove(endpoint); in AssociateInterface()
381 Endpoint* endpoint = FindOrInsertEndpoint(id, &inserted); in CreateLocalEndpointHandle() local
[all …]
/external/cronet/stable/ipc/
Dipc_mojo_bootstrap.cc283 Endpoint* sender_endpoint = new Endpoint(this, sender_id); in Bind()
284 Endpoint* receiver_endpoint = new Endpoint(this, receiver_id); in Bind()
342 Endpoint* endpoint = new Endpoint(this, id); in AssociateInterface() local
344 endpoint->set_peer_closed(); in AssociateInterface()
345 endpoint->set_handle_created(); in AssociateInterface()
346 endpoints_.insert({id, endpoint}); in AssociateInterface()
354 Endpoint* endpoint = FindEndpoint(id); in AssociateInterface() local
355 if (endpoint) in AssociateInterface()
356 MarkClosedAndMaybeRemove(endpoint); in AssociateInterface()
381 Endpoint* endpoint = FindOrInsertEndpoint(id, &inserted); in CreateLocalEndpointHandle() local
[all …]
/external/aws-sdk-java-v2/services/iotdataplane/src/main/resources/codegen-resources/
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",
38 "ref": "Endpoint"
57 "error": "Invalid Configuration: FIPS and custom endpoint are not supported",
72 … "error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
77 "endpoint": { object
79 "ref": "Endpoint"
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/
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 …]
/external/googleapis/google/cloud/aiplatform/v1beta1/
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 …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/
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 …]
/external/googleapis/google/cloud/aiplatform/v1/
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 …]
/external/parameter-framework/asio-1.10.6/include/asio/local/detail/
Dendpoint.hpp2 // local/detail/endpoint.hpp
29 // Helper class for implementing a UNIX domain endpoint.
30 class endpoint class
34 ASIO_DECL endpoint();
36 // Construct an endpoint using the specified path name.
37 ASIO_DECL endpoint(const char* path_name);
39 // Construct an endpoint using the specified path name.
40 ASIO_DECL endpoint(const std::string& path_name);
43 endpoint(const endpoint& other) in endpoint() function in asio::local::detail::endpoint
49 // Assign from another endpoint.
[all …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/local/detail/
Dendpoint.hpp2 // local/detail/endpoint.hpp
35 // Helper class for implementing a UNIX domain endpoint.
36 class endpoint class
40 BOOST_ASIO_DECL endpoint();
42 // Construct an endpoint using the specified path name.
43 BOOST_ASIO_DECL endpoint(const char* path_name);
45 // Construct an endpoint using the specified path name.
46 BOOST_ASIO_DECL endpoint(const std::string& path_name);
49 // Construct an endpoint using the specified path name.
50 BOOST_ASIO_DECL endpoint(string_view path_name);
[all …]
/external/aws-sdk-java-v2/codegen/src/main/resources/software/amazon/awssdk/codegen/rules2/
DRuleResult.java.resource2 import software.amazon.awssdk.endpoints.Endpoint;
9 private final Endpoint endpoint;
13 this.endpoint = null;
18 this.endpoint = null;
21 private RuleResult(Endpoint endpoint) {
23 this.endpoint = Validate.paramNotNull(endpoint, "endpoint");
27 return error == null && endpoint == null;
35 return error == null && endpoint == null;
43 return endpoint != null;
50 public Endpoint endpoint() {
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/generic/detail/
Dendpoint.hpp2 // generic/detail/endpoint.hpp
26 // Helper class for implementing a generic socket endpoint.
27 class endpoint class
31 ASIO_DECL endpoint();
33 // Construct an endpoint from the specified raw bytes.
34 ASIO_DECL endpoint(const void* sock_addr,
38 endpoint(const endpoint& other) in endpoint() function in asio::generic::detail::endpoint
45 // Assign from another endpoint.
46 endpoint& operator=(const endpoint& other) in operator =()
54 // Get the address family associated with the endpoint.
[all …]
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
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 …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/detail/
Dendpoint.hpp2 // ip/detail/endpoint.hpp
32 // Helper class for implementating an IP endpoint.
33 class endpoint class
37 BOOST_ASIO_DECL endpoint() BOOST_ASIO_NOEXCEPT;
39 // Construct an endpoint using a family and port number.
40 BOOST_ASIO_DECL endpoint(int family,
43 // Construct an endpoint using an address and port number.
44 BOOST_ASIO_DECL endpoint(const boost::asio::ip::address& addr,
48 endpoint(const endpoint& other) BOOST_ASIO_NOEXCEPT in endpoint() function in boost::asio::ip::detail::endpoint
53 // Assign from another endpoint.
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DDeployModelRequestOrBuilder.java30 * Required. The name of the Endpoint resource into which to deploy a Model.
32 * `projects/{project}/locations/{location}/endpoints/{endpoint}`
36 …* string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) =…
39 * @return The endpoint.
46 * Required. The name of the Endpoint resource into which to deploy a Model.
48 * `projects/{project}/locations/{location}/endpoints/{endpoint}`
52 …* string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) =…
55 * @return The bytes for endpoint.
63 * Required. The DeployedModel to be created within the Endpoint. Note that
64 * [Endpoint.traffic_split][google.cloud.aiplatform.v1beta1.Endpoint.traffic_split]
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DDeployModelRequestOrBuilder.java30 * Required. The name of the Endpoint resource into which to deploy a Model.
32 * `projects/{project}/locations/{location}/endpoints/{endpoint}`
36 …* string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) =…
39 * @return The endpoint.
46 * Required. The name of the Endpoint resource into which to deploy a Model.
48 * `projects/{project}/locations/{location}/endpoints/{endpoint}`
52 …* string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) =…
55 * @return The bytes for endpoint.
63 * Required. The DeployedModel to be created within the Endpoint. Note that
64 * [Endpoint.traffic_split][google.cloud.aiplatform.v1.Endpoint.traffic_split]
[all …]
/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/
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",
38 "ref": "Endpoint"
57 "error": "Invalid Configuration: FIPS and custom endpoint are not supported",
72 … "error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
77 "endpoint": { object
79 "ref": "Endpoint"
[all …]
/external/aws-sdk-java-v2/services/pinpoint/src/main/resources/codegen-resources/
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",
38 "ref": "Endpoint"
56 "error": "Invalid Configuration: FIPS and custom endpoint are not supported",
71 … "error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
76 "endpoint": { object
78 "ref": "Endpoint"
[all …]

12345678910>>...357