Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 2811) sorted by relevance

12345678910>>...113

/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/test/java/com/google/cloud/monitoring/v3/
DITVPCServiceControlTest.java176 final AlertPolicyServiceClient client = AlertPolicyServiceClient.create(); in createAlertPolicyTest() local
207 final AlertPolicyServiceClient client = AlertPolicyServiceClient.create(); in deleteAlertPolicyTest() local
238 final AlertPolicyServiceClient client = AlertPolicyServiceClient.create(); in getAlertPolicyTest() local
269 final AlertPolicyServiceClient client = AlertPolicyServiceClient.create(); in listAlertPoliciesTest() local
300 final AlertPolicyServiceClient client = AlertPolicyServiceClient.create(); in updateAlertPolicyTest() local
336 final GroupServiceClient client = GroupServiceClient.create(); in createGroupTest() local
367 final GroupServiceClient client = GroupServiceClient.create(); in deleteGroupTest() local
398 final GroupServiceClient client = GroupServiceClient.create(); in getGroupTest() local
427 final GroupServiceClient client = GroupServiceClient.create(); in listGroupMembersTest() local
458 final GroupServiceClient client = GroupServiceClient.create(); in listGroupsTest() local
[all …]
/external/sdv/vsomeip/implementation/configuration/include/
Dclient.hpp18 struct client { struct
19 client() : service_(ANY_SERVICE), in client() argument
24 service_t service_;
25 instance_t instance_;
26 std::map<bool, std::set<uint16_t> > ports_;
27 std::map<bool, uint16_t> last_used_specific_client_port_;
30 std::map<bool, std::pair<uint16_t, uint16_t> > remote_ports_;
31 std::map<bool, std::pair<uint16_t, uint16_t> > client_ports_;
32 std::map<bool, uint16_t> last_used_client_port_;
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/serviceclientconfiguration/
DServiceClientConfigurationTest.java35 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClient_serviceClientConfiguration_shouldReturnCorrectRegion() local
46 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
56 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithoutEndpointOverride_serviceClientConfiguration_shouldReturnEmptyOptional() local
71 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClient_serviceClientConfiguration_shouldReturnCorrectClientOverrideConfigurationFields() local
92 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClient_serviceClientConfiguration_includesAllSettingsInToString() local
107 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClient_serviceClientConfiguration_withoutOverrideConfiguration_shouldReturnEmptyFields() local
121 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithEndpointProvider_serviceClientConfiguration_shouldReturnCorrectEndpointProvider() local
131 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithoutEndpointProvider_serviceClientConfiguration_shouldReturnDefaultEndpointProvider() local
140 ProtocolRestXmlAsyncClient client = ProtocolRestXmlAsyncClient.builder() in asyncClient_serviceClientConfiguration_shouldReturnCorrectRegion() local
151 ProtocolRestXmlAsyncClient client = ProtocolRestXmlAsyncClient.builder() in asyncClientWithEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
[all …]
DServiceClientConfigurationUsingPluginsTest.java47 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClient_serviceClientConfiguration_shouldReturnCorrectRegion() local
58 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
68 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithoutEndpointOverride_serviceClientConfiguration_shouldReturnEmptyOptional() local
83 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClient_serviceClientConfiguration_shouldReturnCorrectClientOverrideConfigurationFields() local
97 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClient_serviceClientConfiguration_withoutOverrideConfiguration_shouldReturnEmptyFields() local
112 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithEndpointProvider_serviceClientConfiguration_shouldReturnCorrectEndpointProvider() local
122 ProtocolRestXmlClient client = ProtocolRestXmlClient.builder() in syncClientWithoutEndpointProvider_serviceClientConfiguration_shouldReturnDefaultEndpointProvider() local
139 ProtocolRestXmlAsyncClient client = ProtocolRestXmlAsyncClient.builder() in asyncClient_serviceClientConfiguration_shouldReturnCorrectRegion() local
150 ProtocolRestXmlAsyncClient client = ProtocolRestXmlAsyncClient.builder() in asyncClientWithEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
160 ProtocolRestXmlAsyncClient client = ProtocolRestXmlAsyncClient.builder() in asyncClientWithoutEndpointOverride_serviceClientConfiguration_shouldReturnEmptyOptional() local
[all …]
DServiceClientConfigurationUsingInternalPluginsTest.java34 ProtocolRestXmlInternalPluginsClient client = ProtocolRestXmlInternalPluginsClient.builder() in syncClientWithExternalPluginEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
44 ProtocolRestXmlInternalPluginsClient client = ProtocolRestXmlInternalPluginsClient.builder() in syncClientWithoutExternalPluginEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
53 ProtocolRestXmlInternalPluginsClient client = ProtocolRestXmlInternalPluginsClient.builder() in syncClientWithoutEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
62 …ProtocolRestXmlInternalPluginsAsyncClient client = ProtocolRestXmlInternalPluginsAsyncClient.build… in asyncClientWithExternalPluginEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
72 …ProtocolRestXmlInternalPluginsAsyncClient client = ProtocolRestXmlInternalPluginsAsyncClient.build… in asyncClientWithoutExternalPluginEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
81 …ProtocolRestXmlInternalPluginsAsyncClient client = ProtocolRestXmlInternalPluginsAsyncClient.build… in asyncClientWithoutEndpointOverride_serviceClientConfiguration_shouldReturnCorrectEndpointOverride() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DWebServerDispatcherTest.java122 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_handlesConventionalRequest() local
135 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_boundedRange() local
153 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_startOnly() local
171 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_suffixBytes() local
189 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_truncatesBoundedRangeToLength() local
207 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_truncatesSuffixToLength() local
224 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_rejectsStartAtResourceEnd() local
239 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_rejectsStartAfterResourceEnd() local
254 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_lengthUnknown_handlesConventionalRequest() local
274 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_lengthUnknown_boundedRange() local
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DWebServerDispatcherTest.java122 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_handlesConventionalRequest() local
135 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_boundedRange() local
153 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_startOnly() local
171 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_suffixBytes() local
189 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_truncatesBoundedRangeToLength() local
207 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_truncatesSuffixToLength() local
224 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_rejectsStartAtResourceEnd() local
239 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_rejectsStartAfterResourceEnd() local
254 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_lengthUnknown_handlesConventionalRequest() local
274 OkHttpClient client = new OkHttpClient(); in rangeRequestsSupported_lengthUnknown_boundedRange() local
[all …]
/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dfallback.rs12 let client = TestClient::new(app); in basic() localVariable
27 let client = TestClient::new(app); in nest() localVariable
43 let client = TestClient::new(app); in or() localVariable
59 let client = TestClient::new(app); in fallback_accessing_state() localVariable
79 let client = TestClient::new(app); in nested_router_inherits_fallback() localVariable
91 let client = TestClient::new(app); in doesnt_inherit_fallback_if_overriden() localVariable
108 let client = TestClient::new(app); in deeply_nested_inherit_from_top() localVariable
124 let client = TestClient::new(app); in deeply_nested_inherit_from_middle() localVariable
140 let client = TestClient::new(app); in with_middleware_on_inner_fallback() localVariable
161 let client = TestClient::new(app); in also_inherits_default_layered_fallback() localVariable
[all …]
Dmerge.rs14 let client = TestClient::new(app); in basic() localVariable
63 let client = TestClient::new(app); in multiple_ors_balanced_differently() localVariable
81 let client = TestClient::new(bar_or_baz.clone()); in nested_or() localVariable
85 let client = TestClient::new(Router::new().nest("/foo", bar_or_baz)); in nested_or() localVariable
96 let client = TestClient::new(app); in or_with_route_following() localVariable
116 let client = TestClient::new(app); in layer() localVariable
139 let client = TestClient::new(app); in layer_and_handle_error() localVariable
151 let client = TestClient::new(app); in nesting() localVariable
163 let client = TestClient::new(app); in boxed() localVariable
180 let client = TestClient::new(app); in many_ors() localVariable
[all …]
Dnest.rs42 let client = TestClient::new(app); in nesting_apps() localVariable
66 let client = TestClient::new(app); in wrong_method_nest() localVariable
84 let client = TestClient::new(app); in nesting_router_at_root() localVariable
102 let client = TestClient::new(app); in nesting_router_at_empty_path() localVariable
119 let client = TestClient::new(app); in nesting_handler_at_root() localVariable
149 let client = TestClient::new(app); in nested_url_extractor() localVariable
173 let client = TestClient::new(app); in nested_url_original_extractor() localVariable
196 let client = TestClient::new(app); in nested_service_sees_stripped_uri() localVariable
207 let client = TestClient::new(app); in nest_static_file_server() localVariable
224 let client = TestClient::new(app); in nested_multiple_routes() localVariable
[all …]
Dmod.rs63 let client = TestClient::new(app); in hello_world() localVariable
92 let client = TestClient::new(app); in routing() localVariable
128 let client = TestClient::new(app); in router_type_doesnt_change() localVariable
166 let client = TestClient::new(app); in routing_between_services() localVariable
204 let client = TestClient::new(app); in middleware_on_single_route() localVariable
229 let client = TestClient::new(app); in wrong_method_handler() localVariable
269 let client = TestClient::new(app); in wrong_method_service() localVariable
294 let client = TestClient::new(app); in multiple_methods_for_one_handler() localVariable
307 let client = TestClient::new(app); in wildcard_sees_whole_url() localVariable
326 let client = TestClient::new(app); in middleware_applies_to_routes_above() localVariable
[all …]
/external/cronet/stable/net/ntlm/
Dntlm_client_unittest.cc27 std::vector<uint8_t> GenerateAuthMsg(const NtlmClient& client, in GenerateAuthMsg()
35 std::vector<uint8_t> GenerateAuthMsg(const NtlmClient& client, in GenerateAuthMsg()
40 bool GetAuthMsgResult(const NtlmClient& client, in GetAuthMsgResult()
118 NtlmClient client(NtlmFeatures(false)); in TEST() local
126 NtlmClient client(NtlmFeatures(false)); in TEST() local
136 NtlmClient client(NtlmFeatures(false)); in TEST() local
146 NtlmClient client(NtlmFeatures(false)); in TEST() local
166 NtlmClient client(NtlmFeatures(false)); in TEST() local
176 NtlmClient client(NtlmFeatures(false)); in TEST() local
191 NtlmClient client(NtlmFeatures(false)); in TEST() local
[all …]
/external/cronet/tot/net/ntlm/
Dntlm_client_unittest.cc27 std::vector<uint8_t> GenerateAuthMsg(const NtlmClient& client, in GenerateAuthMsg()
35 std::vector<uint8_t> GenerateAuthMsg(const NtlmClient& client, in GenerateAuthMsg()
40 bool GetAuthMsgResult(const NtlmClient& client, in GetAuthMsgResult()
118 NtlmClient client(NtlmFeatures(false)); in TEST() local
126 NtlmClient client(NtlmFeatures(false)); in TEST() local
136 NtlmClient client(NtlmFeatures(false)); in TEST() local
146 NtlmClient client(NtlmFeatures(false)); in TEST() local
166 NtlmClient client(NtlmFeatures(false)); in TEST() local
176 NtlmClient client(NtlmFeatures(false)); in TEST() local
191 NtlmClient client(NtlmFeatures(false)); in TEST() local
[all …]
/external/pigweed/pw_rpc/public/pw_rpc/
Dsynchronous_call.h133 Client& client, in SynchronousCall()
149 const GeneratedClient& client, in SynchronousCall()
158 Status SynchronousCall(Client& client, in SynchronousCall()
171 const typename internal::MethodInfo<kRpcMethod>::GeneratedClient& client, in SynchronousCall()
189 Client& client, in SynchronousCallFor()
207 const GeneratedClient& client, in SynchronousCallFor()
218 Client& client, in SynchronousCallFor()
233 const typename internal::MethodInfo<kRpcMethod>::GeneratedClient& client, in SynchronousCallFor()
253 Client& client, in SynchronousCallUntil()
271 const typename internal::MethodInfo<kRpcMethod>::GeneratedClient& client, in SynchronousCallUntil()
[all …]
/external/autotest/client/common_lib/cros/
Dcr50_utils.py216 def GetSavedVersion(client): argument
233 def StopTrunksd(client): argument
239 def GSCTool(client, args, ignore_status=False, expect_reboot=False): argument
278 def GetVersionFromUpdater(client, args): argument
284 def GetFwVersion(client): argument
289 def GetBinVersion(client, image=CR50_PROD): argument
300 def GetRunningVersion(client): argument
326 def GetActiveCr50ImagePath(client): argument
351 def CheckForFailures(client, last_message): argument
383 def VerifyUpdate(client, ver='', last_message=''): argument
[all …]
Dpinweaver_client.py20 def __check_pinweaver_client_present(client, message): argument
26 def __execute_for_dict(client, *args, **kwargs): argument
45 def ResetTree(client, bits_per_level, height): argument
54 def InsertLeaf(client, label, auxilary_hashes, low_entropy_secret, argument
67 def RemoveLeaf(client, label, auxilary_hashes, mac): argument
77 def TryAuth(client, auxilary_hashes, low_entropy_secret, cred_metadata): argument
88 def ResetAuth(client, auxilary_hashes, reset_secret, cred_metadata): argument
99 def GetLog(client, root=None): argument
112 def LogReplay(client, auxilary_hashes, log_root, cred_metadata): argument
123 def SelfTest(client): argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java61 OkHttpClient client = new OkHttpClient(); in timeoutDefaults() local
68 OkHttpClient client = new OkHttpClient(); in timeoutValidRange() local
97 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsWhenDefaultIsAConstant() local
124 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsWhenDefaultIsGlobal() local
136 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsCacheIsNull() local
152 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsDoesNotHonorGlobalResponseCache() local
170 OkHttpClient client = new OkHttpClient(); in cloneSharesStatefulInstances() local
188 OkHttpClient client = new OkHttpClient(); in setProtocolsRejectsHttp10() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc120 alts_grpc_handshaker_client* client) { in handshaker_client_send_buffer_destroy()
132 alts_grpc_handshaker_client* client) { in alts_grpc_handshaker_client_unref()
153 alts_grpc_handshaker_client* client, bool receive_status_finished, in maybe_complete_tsi_next()
184 static void handle_response_done(alts_grpc_handshaker_client* client, in handle_response_done()
202 alts_grpc_handshaker_client* client = in alts_handshaker_client_handle_response() local
314 static tsi_result continue_make_grpc_call(alts_grpc_handshaker_client* client, in continue_make_grpc_call()
376 void RequestHandshake(alts_grpc_handshaker_client* client) { in RequestHandshake()
391 alts_grpc_handshaker_client* client = nullptr; in HandshakeDone() local
434 void RequestHandshake(alts_grpc_handshaker_client* client, bool is_client) { in RequestHandshake()
455 alts_grpc_handshaker_client* client = in make_grpc_call() local
[all …]
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc120 alts_grpc_handshaker_client* client) { in handshaker_client_send_buffer_destroy()
132 alts_grpc_handshaker_client* client) { in alts_grpc_handshaker_client_unref()
153 alts_grpc_handshaker_client* client, bool receive_status_finished, in maybe_complete_tsi_next()
184 static void handle_response_done(alts_grpc_handshaker_client* client, in handle_response_done()
202 alts_grpc_handshaker_client* client = in alts_handshaker_client_handle_response() local
314 static tsi_result continue_make_grpc_call(alts_grpc_handshaker_client* client, in continue_make_grpc_call()
376 void RequestHandshake(alts_grpc_handshaker_client* client) { in RequestHandshake()
391 alts_grpc_handshaker_client* client = nullptr; in HandshakeDone() local
434 void RequestHandshake(alts_grpc_handshaker_client* client, bool is_client) { in RequestHandshake()
455 alts_grpc_handshaker_client* client = in make_grpc_call() local
[all …]
/external/virglrenderer/server/
Drender_client.c32 render_client_find_record(struct render_client *client, uint32_t ctx_id) in render_client_find_record()
43 render_client_detach_all_records(struct render_client *client) in render_client_detach_all_records()
57 render_client_remove_record(struct render_client *client, in render_client_remove_record()
69 render_client_clear_records(struct render_client *client) in render_client_clear_records()
105 render_client_create_context(struct render_client *client, in render_client_create_context()
170 render_client_dispatch_destroy_context(struct render_client *client, in render_client_dispatch_destroy_context()
182 render_client_dispatch_create_context(struct render_client *client, in render_client_dispatch_create_context()
211 render_client_dispatch_reset(struct render_client *client, in render_client_dispatch_reset()
219 render_client_dispatch_init(struct render_client *client, in render_client_dispatch_init()
239 render_client_dispatch_nop(UNUSED struct render_client *client, in render_client_dispatch_nop()
[all …]
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/endpointproviders/
DEndpointInterceptorTests.java54 RestJsonEndpointProvidersClient client = syncClientBuilder() in sync_hostPrefixInjectDisabled_hostPrefixNotAdded() local
70 RestJsonEndpointProvidersAsyncClient client = asyncClientBuilder() in async_hostPrefixInjectDisabled_hostPrefixNotAdded() local
86 RestJsonEndpointProvidersClient client = syncClientBuilder() in sync_clientContextParamsSetOnBuilder_includedInExecutionAttributes() local
100 RestJsonEndpointProvidersAsyncClient client = asyncClientBuilder() in async_clientContextParamsSetOnBuilder_includedInExecutionAttributes() local
116 RestJsonEndpointProvidersClient client = syncClientBuilder() in sync_endpointProviderReturnsHeaders_includedInHttpRequest() local
135 RestJsonEndpointProvidersAsyncClient client = asyncClientBuilder() in async_endpointProviderReturnsHeaders_includedInHttpRequest() local
154 RestJsonEndpointProvidersClient client = syncClientBuilder() in sync_endpointProviderReturnsHeaders_appendedToExistingRequest() local
174 RestJsonEndpointProvidersAsyncClient client = asyncClientBuilder() in async_endpointProviderReturnsHeaders_appendedToExistingRequest() local
/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/client/builder/
DDefaultAwsClientBuilderTest.java91 TestClient client = testClientBuilder().region(Region.US_WEST_1).build(); in buildIncludesServiceDefaults() local
99 TestClient client = testClientBuilder().region(Region.US_WEST_1).build(); in buildWithRegionShouldHaveCorrectEndpointAndSigningRegion() local
109 TestClient client = testClientBuilder() in buildWithFipsRegionThenNonFipsFipsEnabledRemainsSet() local
120 TestClient client = testClientBuilder() in buildWithSetFipsTrueAndNonFipsRegionFipsEnabledRemainsSet() local
131 …TestClient client = testClientBuilder().region(Region.US_WEST_1).endpointOverride(ENDPOINT).build(… in buildWithEndpointShouldHaveCorrectEndpointAndSigningRegion() local
140 TestClient client = testClientBuilder().region(Region.US_WEST_2).build(); in noClientProvided_DefaultHttpClientIsManagedBySdk() local
148 TestAsyncClient client = testAsyncClientBuilder().region(Region.US_WEST_2).build(); in noAsyncClientProvided_DefaultAsyncHttpClientIsManagedBySdk() local
156 TestClient client = testClientBuilder() in clientFactoryProvided_ClientIsManagedBySdk() local
170 TestAsyncClient client = testAsyncClientBuilder() in asyncHttpClientFactoryProvided_ClientIsManagedBySdk() local
186 TestClient client = testClientBuilder() in explicitClientProvided_ClientIsNotManagedBySdk() local
[all …]
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/retry/
DClientRetryModeTestSuite.java51 …ClientT client = clientBuilder().overrideConfiguration(o -> o.retryPolicy(RetryMode.LEGACY)).build… in legacyRetryModeIsFourAttempts() local
59 …ClientT client = clientBuilder().overrideConfiguration(o -> o.retryPolicy(RetryMode.STANDARD)).bui… in standardRetryModeIsThreeAttempts() local
72 … ClientT client = clientBuilder().overrideConfiguration(o -> o.defaultProfileFile(profileFile) in retryModeCanBeSetByProfileFile() local
83 …ClientT client = clientBuilder().overrideConfiguration(o -> o.retryPolicy(RetryMode.LEGACY)).build… in legacyRetryModeExcludesThrottlingExceptions() local
100 …ClientT client = clientBuilder().overrideConfiguration(o -> o.retryPolicy(RetryMode.STANDARD)).bui… in standardRetryModeIncludesThrottlingExceptions() local
120 protected abstract AllTypesResponse callAllTypes(ClientT client); in callAllTypes()
/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/crc32/
DRestJsonCrc32ChecksumTests.java64 ProtocolRestJsonCustomizedClient client = ProtocolRestJsonCustomizedClient.builder() in clientCalculatesCrc32FromCompressedData_WhenCrc32IsValid() local
81 ProtocolRestJsonCustomizedClient client = ProtocolRestJsonCustomizedClient.builder() in clientCalculatesCrc32FromCompressedData_WhenCrc32IsInvalid_ThrowsException() local
97 ProtocolRestJsonClient client = ProtocolRestJsonClient.builder() in clientCalculatesCrc32FromDecompressedData_WhenCrc32IsValid() local
115 ProtocolRestJsonClient client = ProtocolRestJsonClient.builder() in clientCalculatesCrc32FromDecompressedData_WhenCrc32IsInvalid_ThrowsException() local
130 ProtocolRestJsonClient client = ProtocolRestJsonClient.builder() in useGzipFalse_WhenCrc32IsValid() local
148 ProtocolRestJsonClient client = ProtocolRestJsonClient.builder() in useGzipFalse_WhenCrc32IsInvalid_ThrowException() local
/external/wayland/tests/
Dprotocol-logger-test.c67 struct wl_client *client; member
79 struct client { struct
82 struct wl_client_observer *sequence_observer; argument
83 struct wl_client_observer *stderr_logger; argument
85 struct expected_client_message *expected_msg; argument
86 int expected_msg_count;
87 int actual_msg_count;
330 logger_setup(struct compositor *compositor, struct client *client) in logger_setup()
352 logger_teardown(struct compositor *compositor, struct client *client) in logger_teardown()
417 struct client client = { 0 }; in TEST() local
[all …]

12345678910>>...113