Home
last modified time | relevance | path

Searched full:endpoints (Results 1 – 25 of 15819) sorted by relevance

12345678910>>...633

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dconnect.cpp144 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 …]
/aosp_15_r20/external/cronet/net/socket/
H A Dtransport_connect_job_unittest.cc529 std::vector<HostResolverEndpointResult> endpoints(3); in TEST_F() local
530 endpoints[0].ip_endpoints = {IPEndPoint(ParseIP("1::"), 8441), in TEST_F()
532 endpoints[0].metadata.supported_protocol_alpns = {"h3", "h2", "http/1.1"}; in TEST_F()
533 endpoints[1].ip_endpoints = {IPEndPoint(ParseIP("2::"), 8442), in TEST_F()
535 endpoints[1].metadata.supported_protocol_alpns = {"h3"}; in TEST_F()
536 endpoints[2].ip_endpoints = {IPEndPoint(ParseIP("4::"), 443), in TEST_F()
539 kHostName, MockHostResolverBase::RuleResolver::RuleResult(endpoints)); in TEST_F()
542 // `endpoints[0]`'s addresses each fail. in TEST_F()
545 std::vector{endpoints[0].ip_endpoints[0]}), in TEST_F()
548 std::vector{endpoints[0].ip_endpoints[1]}), in TEST_F()
[all …]
/aosp_15_r20/external/mesa3d/src/util/format/
H A Dtexcompress_bptc_tmp.h358 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 …]
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/
H A DEndpointsApiService.java25 * [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 …]
H A DEndpointsApiServiceOrBuilder.java30 * 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/test/resources/software/amazon/awssdk/codegen/lite/
H A Dtest-endpoints.json92 "endpoints" : { object
97 "endpoints" : { object
182 "endpoints" : { object
194 "endpoints" : { object
282 "endpoints" : { object
367 "endpoints" : { object
386 "endpoints" : { object
409 "endpoints" : { object
428 "endpoints" : { object
506 "endpoints" : { object
[all …]
/aosp_15_r20/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1beta1/src/main/java/com/google/cloud/servicedirectory/v1beta1/
H A DResolveServiceRequest.java26 * 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&gt;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 …]
H A DListEndpointsResponse.java79 * 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 …]
H A DListEndpointsRequest.java81 * Required. The resource name of the service whose endpoints you'd like to
107 * Required. The resource name of the service whose endpoints you'd like to
219 * * `metadata.owner` returns endpoints that have a metadata with the key
221 * * `metadata.protocol=gRPC` returns endpoints that have key/value
223 * * `address=192.108.1.105` returns endpoints that have this address
224 * * `port&gt;8080` returns endpoints that have port number larger than 8080
226 …cts/my-project/locations/us-east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c`
227 * returns endpoints that have name that is alphabetically later than the
229 * * `metadata.owner!=sd AND metadata.foo=bar` returns endpoints that have
234 * match any endpoints, it returns no results
[all …]
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Ddns_data_graph_unittest.cc265 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/
H A Dendpoints.json116 "endpoints" : { object
121 "endpoints" : { object
214 "endpoints" : { object
226 "endpoints" : { object
334 "endpoints" : { object
426 "endpoints" : { object
431 "endpoints" : { object
450 "endpoints" : { object
473 "endpoints" : { object
495 "endpoints" : { object
[all …]
/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_reporting_and_nel_store_unittest.cc117 std::vector<ReportingEndpoint> endpoints; in InitializeStore() local
119 LoadReportingClients(&endpoints, &groups); in InitializeStore()
120 EXPECT_EQ(0u, endpoints.size()); in InitializeStore()
155 std::vector<ReportingEndpoint> endpoints, in OnReportingClientsLoaded() argument
157 endpoints_out->swap(endpoints); in OnReportingClientsLoaded()
369 // reporting endpoints, and reporting endpoint groups, signifying the failure in TEST_F()
933 std::vector<ReportingEndpoint> endpoints; in TEST_F() local
935 LoadReportingClients(&endpoints, &groups); in TEST_F()
936 ASSERT_EQ(1u, endpoints.size()); in TEST_F()
938 endpoints[0].group_key.network_anonymization_key); in TEST_F()
[all …]
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_header_parser_unittest.cc123 const std::vector<ReportingEndpoint::EndpointInfo>& endpoints, in MakeEndpointGroup() argument
133 group.endpoints = std::move(endpoints); in MakeEndpointGroup()
159 s << "\"endpoints\": ["; in ConstructHeaderGroupString()
161 group.endpoints) { in ConstructHeaderGroupString()
179 if (!group.endpoints.empty()) in ConstructHeaderGroupString()
208 {"{\"max_age\":1, \"endpoints\": [{}]}", "missing url"}, in TEST_P()
209 {"{\"max_age\":1, \"endpoints\": [{\"url\":0}]}", "non-string url"}, in TEST_P()
210 {"{\"max_age\":1, \"endpoints\": [{\"url\":\"//scheme/relative\"}]}", in TEST_P()
212 {"{\"max_age\":1, \"endpoints\": [{\"url\":\"relative/path\"}]}", in TEST_P()
214 {"{\"max_age\":1, \"endpoints\": [{\"url\":\"http://insecure/\"}]}", in TEST_P()
[all …]
H A Dreporting_cache_impl.h170 // Total number of endpoints for this origin. Should stay in sync with the
194 // endpoints, if DCHECK is on. The cached clients should pass this consistency
207 // Returns the number of endpoints found in |group|.
247 // Remove all the endpoints configured for |origin| and |group| whose urls are
248 // not in |endpoints_to_keep_urls|. Does not guarantee that all the endpoints
262 // Gets the endpoints in the given group.
266 // Gets the number of endpoints for the given origin and group.
291 // |*num_endpoints_removed| is incremented by the number of endpoints
301 // along with all of its endpoint groups and endpoints. Invalidates
306 // Evict endpoints from the specified client and globally, if necessary to
[all …]
/aosp_15_r20/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/
H A DListEndpointsRequest.java82 * Required. The resource name of the service whose endpoints we'd like to
108 * Required. The resource name of the service whose endpoints we'd like to
219 * * "metadata.owner" returns Endpoints that have a label with the key "owner"
221 * * "metadata.protocol=gRPC" returns Endpoints that have key/value
223 * * "address=192.108.1.105" returns Endpoints that have this address.
224 * * "port&gt;8080" returns Endpoints that have port number larger than 8080.
225 …ects/my-project/locations/us-east/namespaces/my-namespace/services/my-service/endpoints/endpoint-c"
226 * returns Endpoints that have name that is alphabetically later than the
228 * * "metadata.owner!=sd AND metadata.foo=bar" returns Endpoints that have
232 * Endpoints, it returns no results.
[all …]
H A DListEndpointsResponse.java80 * 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/
H A DDefaultVisitor.java4 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 …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dconnect.hpp70 * endpoints. It does this by repeated calls to the socket's @c connect member
77 * @param endpoints A sequence of endpoints.
93 const EndpointSequence& endpoints,
100 * endpoints. It does this by repeated calls to the socket's @c connect member
107 * @param endpoints A sequence of endpoints.
129 const EndpointSequence& endpoints, boost::system::error_code& ec,
138 * endpoints. It does this by repeated calls to the socket's @c connect member
145 * @param begin An iterator pointing to the start of a sequence of endpoints.
166 * endpoints. It does this by repeated calls to the socket's @c connect member
173 * @param begin An iterator pointing to the start of a sequence of endpoints.
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DListEndpointsResponse.java80 * List of Endpoints in the requested page.
83 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code>
93 * List of Endpoints in the requested page.
96 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code>
107 * List of Endpoints in the requested page.
110 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code>
120 * List of Endpoints in the requested page.
123 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code>
133 * List of Endpoints in the requested page.
136 * <code>repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DListEndpointsResponse.java80 * List of Endpoints in the requested page.
83 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code>
93 * List of Endpoints in the requested page.
96 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code>
107 * List of Endpoints in the requested page.
110 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code>
120 * List of Endpoints in the requested page.
123 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code>
133 * List of Endpoints in the requested page.
136 * <code>repeated .google.cloud.aiplatform.v1beta1.Endpoint endpoints = 1;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/
H A Dpackage-info.java32 * // - It may require specifying regional endpoints when creating the service client as shown in
52 * // - It may require specifying regional endpoints when creating the service client as shown in
72 * // - It may require specifying regional endpoints when creating the service client as shown in
92 * // - It may require specifying regional endpoints when creating the service client as shown in
111 * // - It may require specifying regional endpoints when creating the service client as shown in
130 * // - It may require specifying regional endpoints when creating the service client as shown in
150 * // - It may require specifying regional endpoints when creating the service client as shown in
170 * // - It may require specifying regional endpoints when creating the service client as shown in
189 * // - It may require specifying regional endpoints when creating the service client as shown in
207 * // - It may require specifying regional endpoints when creating the service client as shown in
[all …]
/aosp_15_r20/external/google-cloud-java/java-ids/proto-google-cloud-ids-v1/src/main/java/com/google/cloud/ids/v1/
H A DListEndpointsResponse.java72 * The list of endpoints response.
75 * <code>repeated .google.cloud.ids.v1.Endpoint endpoints = 1;</code>
85 * The list of endpoints response.
88 * <code>repeated .google.cloud.ids.v1.Endpoint endpoints = 1;</code>
99 * The list of endpoints response.
102 * <code>repeated .google.cloud.ids.v1.Endpoint endpoints = 1;</code>
112 * The list of endpoints response.
115 * <code>repeated .google.cloud.ids.v1.Endpoint endpoints = 1;</code>
125 * The list of endpoints response.
128 * <code>repeated .google.cloud.ids.v1.Endpoint endpoints = 1;</code>
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/
H A DAbstractNetwork.java183 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 …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/
Dbasic_resolver.hpp61 * to a list of endpoints.
244 * @param q A query object that determines what endpoints will be returned.
266 * @param q A query object that determines what endpoints will be returned.
287 * specified, the resolved endpoints are suitable for local service binding.
288 * If an empty string and passive is not specified, the resolved endpoints
293 * be an empty string, in which case all resolved endpoints will have a port
326 * specified, the resolved endpoints are suitable for local service binding.
327 * If an empty string and passive is not specified, the resolved endpoints
332 * be an empty string, in which case all resolved endpoints will have a port
365 * specified, the resolved endpoints are suitable for local service binding.
[all …]
/aosp_15_r20/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/
H A DContactCenterInsightsClient.java53 * // - It may require specifying regional endpoints when creating the service client as shown in
98 * // - It may require specifying regional endpoints when creating the service client as shown in
114 * // - It may require specifying regional endpoints when creating the service client as shown in
129 * // - It may require specifying regional endpoints when creating the service client as shown in
224 * // - It may require specifying regional endpoints when creating the service client as shown in
266 * // - It may require specifying regional endpoints when creating the service client as shown in
308 * // - It may require specifying regional endpoints when creating the service client as shown in
339 * // - It may require specifying regional endpoints when creating the service client as shown in
371 * // - It may require specifying regional endpoints when creating the service client as shown in
405 * // - It may require specifying regional endpoints when creating the service client as shown in
[all …]

12345678910>>...633