/external/sdv/vsomeip/third_party/boost/asio/test/ |
D | connect.cpp | 144 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_range() local 149 result = boost::asio::connect(socket, endpoints); in test_connect_range() 157 endpoints.push_back(sink.target_endpoint()); in test_connect_range() 159 result = boost::asio::connect(socket, endpoints); in test_connect_range() 160 BOOST_ASIO_CHECK(result == endpoints[0]); in test_connect_range() 162 endpoints.push_back(sink.target_endpoint()); in test_connect_range() 164 result = boost::asio::connect(socket, endpoints); in test_connect_range() 165 BOOST_ASIO_CHECK(result == endpoints[0]); in test_connect_range() 167 endpoints.insert(endpoints.begin(), boost::asio::ip::tcp::endpoint()); in test_connect_range() 169 result = boost::asio::connect(socket, endpoints); in test_connect_range() [all …]
|
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/ |
D | DefaultVisitor.java | 4 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.BooleanEqualsFn; 5 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.EndpointResult; 6 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.Expr; 7 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.ExprVisitor; 8 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.Fn; 9 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.FnVisitor; 10 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.GetAttr; 11 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.IsSet; 12 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.IsValidHostLabe… 13 import software.amazon.awssdk.services.restjsonendpointproviders.endpoints.internal.IsVirtualHostab… [all …]
|
/external/cronet/stable/net/socket/ |
D | transport_connect_job_unittest.cc | 537 std::vector<HostResolverEndpointResult> endpoints(3); in TEST_F() local 538 endpoints[0].ip_endpoints = {IPEndPoint(ParseIP("1::"), 8441), in TEST_F() 540 endpoints[0].metadata.supported_protocol_alpns = {"h3", "h2", "http/1.1"}; in TEST_F() 541 endpoints[1].ip_endpoints = {IPEndPoint(ParseIP("2::"), 8442), in TEST_F() 543 endpoints[1].metadata.supported_protocol_alpns = {"h3"}; in TEST_F() 544 endpoints[2].ip_endpoints = {IPEndPoint(ParseIP("4::"), 443), in TEST_F() 547 kHostName, MockHostResolverBase::RuleResolver::RuleResult(endpoints)); in TEST_F() 550 // `endpoints[0]`'s addresses each fail. in TEST_F() 553 std::vector{endpoints[0].ip_endpoints[0]}), in TEST_F() 556 std::vector{endpoints[0].ip_endpoints[1]}), in TEST_F() [all …]
|
/external/cronet/tot/net/socket/ |
D | transport_connect_job_unittest.cc | 537 std::vector<HostResolverEndpointResult> endpoints(3); in TEST_F() local 538 endpoints[0].ip_endpoints = {IPEndPoint(ParseIP("1::"), 8441), in TEST_F() 540 endpoints[0].metadata.supported_protocol_alpns = {"h3", "h2", "http/1.1"}; in TEST_F() 541 endpoints[1].ip_endpoints = {IPEndPoint(ParseIP("2::"), 8442), in TEST_F() 543 endpoints[1].metadata.supported_protocol_alpns = {"h3"}; in TEST_F() 544 endpoints[2].ip_endpoints = {IPEndPoint(ParseIP("4::"), 443), in TEST_F() 547 kHostName, MockHostResolverBase::RuleResolver::RuleResult(endpoints)); in TEST_F() 550 // `endpoints[0]`'s addresses each fail. in TEST_F() 553 std::vector{endpoints[0].ip_endpoints[0]}), in TEST_F() 556 std::vector{endpoints[0].ip_endpoints[1]}), in TEST_F() [all …]
|
/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/ |
D | EndpointsApiServiceOrBuilder.java | 30 * Endpoints service name which is the name of the "service" resource in the 31 * Service Management API. For example "myapi.endpoints.myproject.cloud.goog" 43 * Endpoints service name which is the name of the "service" resource in the 44 * Service Management API. For example "myapi.endpoints.myproject.cloud.goog" 57 * Endpoints service configuration ID as specified by the Service Management 59 * By default, the rollout strategy for Endpoints is `RolloutStrategy.FIXED`. 60 * This means that Endpoints starts up with a particular configuration ID. 61 * When a new configuration is rolled out, Endpoints must be given the new 64 * Endpoints also has a rollout strategy called `RolloutStrategy.MANAGED`. 65 * When using this, Endpoints fetches the latest configuration and does not [all …]
|
D | EndpointsApiService.java | 25 * [Cloud Endpoints](https://cloud.google.com/endpoints) configuration. 26 * The Endpoints API Service provides tooling for serving Open API and gRPC 27 * endpoints via an NGINX proxy. Only valid for App Engine Flexible environment 101 * Endpoints service configuration ID will be fixed to the configuration ID 112 * Endpoints service configuration ID will be updated with each rollout. 135 * Endpoints service configuration ID will be fixed to the configuration ID 146 * Endpoints service configuration ID will be updated with each rollout. 246 * Endpoints service name which is the name of the "service" resource in the 247 * Service Management API. For example "myapi.endpoints.myproject.cloud.goog" 270 * Endpoints service name which is the name of the "service" resource in the [all …]
|
/external/mesa3d/src/util/format/ |
D | texcompress_bptc_tmp.h | 358 uint8_t endpoints[][4]) in extract_unorm_endpoints() 370 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints() 381 endpoints[subset * 2 + endpoint][3] = in extract_unorm_endpoints() 391 endpoints[subset * 2 + endpoint][3] = 255; in extract_unorm_endpoints() 404 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints() 405 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints() 416 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints() 417 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints() 427 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints() 428 expand_component(endpoints[subset * 2 + endpoint][component], in extract_unorm_endpoints() [all …]
|
/external/openscreen/discovery/dnssd/impl/ |
D | dns_data_graph_unittest.cc | 265 std::vector<ErrorOr<DnsSdInstanceEndpoint>> endpoints = in TEST_F() local 268 ASSERT_EQ(endpoints.size(), size_t{1}); in TEST_F() 269 ErrorOr<DnsSdInstanceEndpoint> endpoint_or_error = std::move(endpoints[0]); in TEST_F() 279 endpoints = graph_->CreateEndpoints(DnsDataGraph::GetDomainGroup(srv), in TEST_F() 281 ASSERT_EQ(endpoints.size(), size_t{1}); in TEST_F() 282 endpoint_or_error = std::move(endpoints[0]); in TEST_F() 306 std::vector<ErrorOr<DnsSdInstanceEndpoint>> endpoints = in TEST_F() local 309 EXPECT_EQ(endpoints.size(), size_t{0}); in TEST_F() 312 endpoints = graph_->CreateEndpoints(DnsDataGraph::GetDomainGroup(srv), in TEST_F() 314 ASSERT_EQ(endpoints.size(), size_t{1}); in TEST_F() [all …]
|
/external/aws-sdk-java-v2/codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/regions/model/ |
D | Service.java | 32 private Map<String, Endpoint> endpoints; field in Service 53 public Service(@JsonProperty(value = "endpoints") Map<String, Endpoint> endpoints) { in Service() argument 54 this.endpoints = Validate.paramNotNull(endpoints, "endpoints"); in Service() 58 * Returns the endpoints configuration for all regions in a partition 62 return endpoints; in getEndpoints() 65 public void setEndpoints(Map<String, Endpoint> endpoints) { in setEndpoints() argument 66 this.endpoints = endpoints; in setEndpoints() 70 * returns the default endpoints configuration for all regions in a 78 * Sets the default endpoints configuration for all regions in a
|
/external/guava/guava/src/com/google/common/graph/ |
D | AbstractNetwork.java | 183 public Set<E> edgesConnecting(EndpointPair<N> endpoints) { 184 validateEndpoints(endpoints); 185 return edgesConnecting(endpoints.nodeU(), endpoints.nodeV()); 203 public Optional<E> edgeConnecting(EndpointPair<N> endpoints) { 204 validateEndpoints(endpoints); 205 return edgeConnecting(endpoints.nodeU(), endpoints.nodeV()); 224 public E edgeConnectingOrNull(EndpointPair<N> endpoints) { 225 validateEndpoints(endpoints); 226 return edgeConnectingOrNull(endpoints.nodeU(), endpoints.nodeV()); 237 public boolean hasEdgeConnecting(EndpointPair<N> endpoints) { [all …]
|
/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1beta1/src/main/java/com/google/cloud/servicedirectory/v1beta1/ |
D | ResolveServiceRequestOrBuilder.java | 59 * Optional. The maximum number of endpoints to return. Defaults to 25. Maximum is 100. 74 * Optional. The filter applied to the endpoints of the resolved service. 84 * * `metadata.owner` returns endpoints that have a annotation with the key 86 * * `metadata.protocol=gRPC` returns endpoints that have key/value 88 * * `address=192.108.1.105` returns endpoints that have this address 89 * * `port>8080` returns endpoints that have port number larger than 8080 91 …cts/my-project/locations/us-east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c` 92 * returns endpoints that have name that is alphabetically later than the 94 * * `metadata.owner!=sd AND metadata.foo=bar` returns endpoints that have 113 * Optional. The filter applied to the endpoints of the resolved service. [all …]
|
D | ResolveServiceRequest.java | 26 * Looks up a service by its name, returns the service and its endpoints. 133 * Optional. The maximum number of endpoints to return. Defaults to 25. Maximum is 100. 155 * Optional. The filter applied to the endpoints of the resolved service. 165 * * `metadata.owner` returns endpoints that have a annotation with the key 167 * * `metadata.protocol=gRPC` returns endpoints that have key/value 169 * * `address=192.108.1.105` returns endpoints that have this address 170 * * `port>8080` returns endpoints that have port number larger than 8080 172 …cts/my-project/locations/us-east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c` 173 * returns endpoints that have name that is alphabetically later than the 175 * * `metadata.owner!=sd AND metadata.foo=bar` returns endpoints that have [all …]
|
D | ListEndpointsRequestOrBuilder.java | 30 * Required. The resource name of the service whose endpoints you'd like to 45 * Required. The resource name of the service whose endpoints you'd like to 111 * * `metadata.owner` returns endpoints that have a metadata with the key 113 * * `metadata.protocol=gRPC` returns endpoints that have key/value 115 * * `address=192.108.1.105` returns endpoints that have this address 116 * * `port>8080` returns endpoints that have port number larger than 8080 118 …cts/my-project/locations/us-east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c` 119 * returns endpoints that have name that is alphabetically later than the 121 * * `metadata.owner!=sd AND metadata.foo=bar` returns endpoints that have 126 * match any endpoints, it returns no results [all …]
|
D | ListEndpointsResponseOrBuilder.java | 30 * The list of endpoints. 33 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 40 * The list of endpoints. 43 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 50 * The list of endpoints. 53 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 60 * The list of endpoints. 63 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 71 * The list of endpoints. 74 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code>
|
D | ListEndpointsResponse.java | 79 * The list of endpoints. 82 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 92 * The list of endpoints. 95 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 106 * The list of endpoints. 109 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 119 * The list of endpoints. 122 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> 132 * The list of endpoints. 135 * <code>repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;</code> [all …]
|
/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/ |
D | ListEndpointsRequestOrBuilder.java | 30 * Required. The resource name of the service whose endpoints we'd like to 45 * Required. The resource name of the service whose endpoints we'd like to 110 * * "metadata.owner" returns Endpoints that have a label with the key "owner" 112 * * "metadata.protocol=gRPC" returns Endpoints that have key/value 114 * * "address=192.108.1.105" returns Endpoints that have this address. 115 * * "port>8080" returns Endpoints that have port number larger than 8080. 116 …ects/my-project/locations/us-east/namespaces/my-namespace/services/my-service/endpoints/endpoint-c" 117 * returns Endpoints that have name that is alphabetically later than the 119 * * "metadata.owner!=sd AND metadata.foo=bar" returns Endpoints that have 123 * Endpoints, it returns no results. [all …]
|
D | ListEndpointsResponseOrBuilder.java | 30 * The list of endpoints. 33 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 40 * The list of endpoints. 43 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 50 * The list of endpoints. 53 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 60 * The list of endpoints. 63 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 71 * The list of endpoints. 74 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code>
|
D | ListEndpointsResponse.java | 80 * The list of endpoints. 83 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 93 * The list of endpoints. 96 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 107 * The list of endpoints. 110 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 120 * The list of endpoints. 123 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> 133 * The list of endpoints. 136 * <code>repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;</code> [all …]
|
/external/cronet/tot/net/reporting/ |
D | reporting_cache_impl.h | 108 const base::flat_map<std::string, GURL>& endpoints) override; 181 // Total number of endpoints for this origin. Should stay in sync with the 205 // endpoints, if DCHECK is on. The cached clients should pass this consistency 218 // Returns the number of endpoints found in |group|. 258 // Remove all the endpoints configured for |origin| and |group| whose urls are 259 // not in |endpoints_to_keep_urls|. Does not guarantee that all the endpoints 273 // Gets the endpoints in the given group. 277 // Gets the number of endpoints for the given origin and group. 302 // |*num_endpoints_removed| is incremented by the number of endpoints 312 // along with all of its endpoint groups and endpoints. Invalidates [all …]
|
/external/cronet/stable/net/reporting/ |
D | reporting_cache_impl.h | 108 const base::flat_map<std::string, GURL>& endpoints) override; 181 // Total number of endpoints for this origin. Should stay in sync with the 205 // endpoints, if DCHECK is on. The cached clients should pass this consistency 218 // Returns the number of endpoints found in |group|. 258 // Remove all the endpoints configured for |origin| and |group| whose urls are 259 // not in |endpoints_to_keep_urls|. Does not guarantee that all the endpoints 273 // Gets the endpoints in the given group. 277 // Gets the number of endpoints for the given origin and group. 302 // |*num_endpoints_removed| is incremented by the number of endpoints 312 // along with all of its endpoint groups and endpoints. Invalidates [all …]
|
/external/cronet/stable/net/dns/public/ |
D | dns_over_https_server_config.h | 21 // TODO(crbug.com/40178456): Generalize endpoints to enable other capabilities 23 using Endpoints = std::vector<IPAddressList>; 36 Endpoints endpoints = {}); 47 const Endpoints& endpoints() const; 57 Endpoints endpoints); 61 Endpoints endpoints_;
|
/external/cronet/tot/net/dns/public/ |
D | dns_over_https_server_config.h | 21 // TODO(crbug.com/40178456): Generalize endpoints to enable other capabilities 23 using Endpoints = std::vector<IPAddressList>; 36 Endpoints endpoints = {}); 47 const Endpoints& endpoints() const; 57 Endpoints endpoints); 61 Endpoints endpoints_;
|
/external/guava/android/guava/src/com/google/common/graph/ |
D | AbstractNetwork.java | 182 public Set<E> edgesConnecting(EndpointPair<N> endpoints) { 183 validateEndpoints(endpoints); 184 return edgesConnecting(endpoints.nodeU(), endpoints.nodeV()); 212 public E edgeConnectingOrNull(EndpointPair<N> endpoints) { 213 validateEndpoints(endpoints); 214 return edgeConnectingOrNull(endpoints.nodeU(), endpoints.nodeV()); 225 public boolean hasEdgeConnecting(EndpointPair<N> endpoints) { 226 checkNotNull(endpoints); 227 if (!isOrderingCompatible(endpoints)) { 230 return hasEdgeConnecting(endpoints.nodeU(), endpoints.nodeV()); [all …]
|
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
D | ListEndpointsResponseOrBuilder.java | 30 * List of Endpoints in the requested page. 33 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code> 40 * List of Endpoints in the requested page. 43 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code> 50 * List of Endpoints in the requested page. 53 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code> 60 * List of Endpoints in the requested page. 63 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code> 71 * List of Endpoints in the requested page. 74 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code>
|
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
D | ListEndpointsResponseOrBuilder.java | 30 * List of Endpoints in the requested page. 33 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code> 40 * List of Endpoints in the requested page. 43 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code> 50 * List of Endpoints in the requested page. 53 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code> 60 * List of Endpoints in the requested page. 63 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code> 71 * List of Endpoints in the requested page. 74 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code>
|