/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InteropClient.cs | 202 public static void RunEmptyUnary(TestService.TestServiceClient client) in RunEmptyUnary() 210 public static void RunLargeUnary(TestService.TestServiceClient client) in RunLargeUnary() 224 public static async Task RunClientStreamingAsync(TestService.TestServiceClient client) in RunClientStreamingAsync() 240 public static async Task RunServerStreamingAsync(TestService.TestServiceClient client) in RunServerStreamingAsync() 259 public static async Task RunPingPongAsync(TestService.TestServiceClient client) in RunPingPongAsync() 308 public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client) in RunEmptyStreamAsync() 321 …public static void RunComputeEngineCreds(TestService.TestServiceClient client, string defaultServi… in RunComputeEngineCreds() 343 public static void RunJwtTokenCreds(TestService.TestServiceClient client) in RunJwtTokenCreds() 362 …public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oaut… in RunOAuth2AuthTokenAsync() 383 …public static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthSco… in RunPerRpcCredsAsync() [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/ |
D | WebServerDispatcherTest.java | 122 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/ |
D | WebServerDispatcherTest.java | 122 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/grpc-grpc/src/csharp/Grpc.Examples/ |
D | MathExamples.cs | 27 public static void DivExample(Math.MathClient client) in DivExample() 33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample() 39 public static async Task FibExample(Math.MathClient client) in FibExample() 48 public static async Task SumExample(Math.MathClient client) in SumExample() 64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample() 79 public static async Task DependendRequestsExample(Math.MathClient client) in DependendRequestsExample() 102 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample() 118 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
|
/external/autotest/client/common_lib/cros/ |
D | cr50_utils.py | 191 def GetSavedVersion(client): argument 208 def StopTrunksd(client): argument 214 def GSCTool(client, args, ignore_status=False): argument 250 def GetVersionFromUpdater(client, args): argument 256 def GetFwVersion(client): argument 261 def GetBinVersion(client, image=CR50_PROD): argument 272 def GetRunningVersion(client): argument 298 def GetActiveCr50ImagePath(client): argument 323 def CheckForFailures(client, last_message): argument 355 def VerifyUpdate(client, ver='', last_message=''): argument [all …]
|
D | pinweaver_client.py | 20 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
|
D | tpm_utils.py | 26 def TPMStatus(client): argument 47 def IsTPMAvailable(client): argument 56 def ClearTPMServer(client, out_dir): argument 70 def ClearTPMOwnerRequest(client, wait_for_ready=False, timeout=60): argument 99 def ClearTPMIfOwned(client): argument 110 def CleanupAndReboot(client): argument
|
D | g2f_utils.py | 17 def ChromeOSLogin(client): argument 21 def ChromeOSLogout(client): argument 25 def StartU2fd(client): argument 44 def G2fRegister(client, dev, challenge, application, p1=0): argument 55 def G2fAuth(client, dev, challenge, application, key_handle, p1=0): argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 112 alts_grpc_handshaker_client* client) { in handshaker_client_send_buffer_destroy() 124 alts_grpc_handshaker_client* client) { in alts_grpc_handshaker_client_unref() 145 alts_grpc_handshaker_client* client, bool receive_status_finished, in maybe_complete_tsi_next() 176 static void handle_response_done(alts_grpc_handshaker_client* client, in handle_response_done() 194 alts_grpc_handshaker_client* client = in alts_handshaker_client_handle_response() local 292 static tsi_result continue_make_grpc_call(alts_grpc_handshaker_client* client, in continue_make_grpc_call() 354 void RequestHandshake(alts_grpc_handshaker_client* client) { in RequestHandshake() 369 alts_grpc_handshaker_client* client = nullptr; in HandshakeDone() local 411 void RequestHandshake(alts_grpc_handshaker_client* client, bool is_client) { in RequestHandshake() 432 alts_grpc_handshaker_client* client = in make_grpc_call() local [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | OkHttpClientTest.java | 61 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/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 47 static tsi_result make_grpc_call(alts_handshaker_client* client, in make_grpc_call() 119 static tsi_result handshaker_client_start_client(alts_handshaker_client* client, in handshaker_client_start_client() 166 static tsi_result handshaker_client_start_server(alts_handshaker_client* client, in handshaker_client_start_server() 204 static tsi_result handshaker_client_next(alts_handshaker_client* client, in handshaker_client_next() 224 static void handshaker_client_shutdown(alts_handshaker_client* client) { in handshaker_client_shutdown() 231 static void handshaker_client_destruct(alts_handshaker_client* client) { in handshaker_client_destruct() 253 alts_grpc_handshaker_client* client = in alts_grpc_handshaker_client_create() local 270 alts_handshaker_client* client, alts_grpc_caller caller) { in alts_handshaker_client_set_grpc_caller_for_testing() 280 tsi_result alts_handshaker_client_start_client(alts_handshaker_client* client, in alts_handshaker_client_start_client() 291 tsi_result alts_handshaker_client_start_server(alts_handshaker_client* client, in alts_handshaker_client_start_server() [all …]
|
/external/libiio/src/ |
D | iiod-client.c | 35 static ssize_t iiod_client_read_integer(struct iiod_client *client, in iiod_client_read_integer() 69 static int iiod_client_exec_command(struct iiod_client *client, in iiod_client_exec_command() 83 static ssize_t iiod_client_write_all(struct iiod_client *client, in iiod_client_write_all() 110 static ssize_t iiod_client_read_all(struct iiod_client *client, in iiod_client_read_all() 140 struct iiod_client *client; in iiod_client_new() local 154 void iiod_client_destroy(struct iiod_client *client) in iiod_client_destroy() 159 int iiod_client_get_version(struct iiod_client *client, void *desc, in iiod_client_get_version() 207 int iiod_client_get_trigger(struct iiod_client *client, void *desc, in iiod_client_get_trigger() 262 int iiod_client_set_trigger(struct iiod_client *client, void *desc, in iiod_client_set_trigger() 283 int iiod_client_set_kernel_buffers_count(struct iiod_client *client, void *desc, in iiod_client_set_kernel_buffers_count() [all …]
|
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/ |
D | Ukey2HandshakeTest.java | 55 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testHandshake() local 124 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testHandshakeClientAndServerSendRepeatedOutOfOrderMessages() local 274 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testClientInitUnsupportedVersion() local 326 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testWrongNonceLengthInClientInit() local 362 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testServerCatchesMissingCommitmentInClientInit() local 400 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testServerInitUnsupportedVersion() local 458 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testWrongNonceLengthInServerInit() local 495 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testMissingOrIncorrectHandshakeCipherInServerInit() local 562 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testMissingOrIncorrectPublicKeyInServerInit() local 630 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testMissingOrIncorrectPublicKeyInClientFinished() local [all …]
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | StressTestClientTest.java | 51 StressTestClient client = new StressTestClient(); in ipv6AddressesShouldBeSupported() local 62 StressTestClient client = new StressTestClient(); in defaults() local 73 StressTestClient client = new StressTestClient(); in allCommandlineSwitchesAreSupported() local 107 StressTestClient client = new StressTestClient(); in serverHostOverrideShouldBeApplied() local 123 StressTestClient client = new StressTestClient(); in gaugesShouldBeExported() local
|
/external/curl/tests/ |
D | FILEFORMAT.md | 330 ### `<server>` 361 ### `<features>` 423 ### `<killserver>` 429 ### `<precheck>` 435 ### `<postcheck>` 440 ### `<tool>` 445 ### `<name>` 448 ### `<setenv>` 455 …o-output/no-include/force-output/binary-trace"] [timeout="secs"][delay="secs"][type="perl/shell"]>` 503 ### `<file name="log/filename" [nonewline="yes"]>` [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | compute_constant_test.cc | 72 StatusOr<Literal> ComputeConstantLiteral(Client* client, const XlaOp operand, in ComputeConstantLiteral() 82 StatusOr<Scalar> ComputeConstantScalar(Client* client, const XlaOp operand, in ComputeConstantScalar() 100 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local 113 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local 127 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local 142 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local 156 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local 171 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local 190 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local 216 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local [all …]
|
/external/rust/crates/tokio/tests/ |
D | tcp_connect.rs | 74 let client = async { in connect_addr_ip_string() localVariable 91 let client = async { in connect_addr_ip_str_slice() localVariable 108 let client = async { in connect_addr_host_string() localVariable 125 let client = async { in connect_addr_ip_port_tuple() localVariable 142 let client = async { in connect_addr_ip_str_port_tuple() localVariable 159 let client = async { in connect_addr_host_str_port_tuple() localVariable 198 let mut client = assert_ok!(srv.accept()).0; localVariable
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLSocketVersionCompatibilityTest.java | 170 SSLSocket client = in test_SSLSocket_startHandshake() local 264 SSLSocket client = in test_SSLSocket_NoEnabledCipherSuites_Failure() local 299 SSLSocket client = in test_SSLSocket_startHandshake_noKeyStore() local 333 SSLSocket client = in test_SSLSocket_startHandshake_noClientCertificate() local 356 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener() local 469 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local 500 SSLSocket client = in test_SSLSocket_getUseClientMode() local 547 SSLSocket client = in test_SSLSocket_setUseClientMode() local 589 SSLSocket client = in test_SSLSocket_clientAuth() local 671 SSLSocket client = in test_SSLSocket_clientAuth_bogusAlias() local [all …]
|
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLSocketVersionCompatibilityTest.java | 168 SSLSocket client = in test_SSLSocket_startHandshake() local 262 SSLSocket client = in test_SSLSocket_NoEnabledCipherSuites_Failure() local 297 SSLSocket client = in test_SSLSocket_startHandshake_noKeyStore() local 331 SSLSocket client = in test_SSLSocket_startHandshake_noClientCertificate() local 354 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener() local 467 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local 498 SSLSocket client = in test_SSLSocket_getUseClientMode() local 545 SSLSocket client = in test_SSLSocket_setUseClientMode() local 587 SSLSocket client = in test_SSLSocket_clientAuth() local 669 SSLSocket client = in test_SSLSocket_clientAuth_bogusAlias() local [all …]
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium_stream.c | 126 static bool chamelium_stream_read_config(struct chamelium_stream *client) in chamelium_stream_read_config() 155 static bool chamelium_stream_connect(struct chamelium_stream *client) in chamelium_stream_connect() 277 static bool chamelium_stream_read_header(struct chamelium_stream *client, in chamelium_stream_read_header() 298 static bool chamelium_stream_write_header(struct chamelium_stream *client, in chamelium_stream_write_header() 315 static bool chamelium_stream_read_response(struct chamelium_stream *client, in chamelium_stream_read_response() 352 static bool chamelium_stream_write_request(struct chamelium_stream *client, in chamelium_stream_write_request() 366 static bool chamelium_stream_call(struct chamelium_stream *client, in chamelium_stream_call() 377 static bool chamelium_stream_check_version(struct chamelium_stream *client) in chamelium_stream_check_version() 404 bool chamelium_stream_dump_realtime_audio(struct chamelium_stream *client, in chamelium_stream_dump_realtime_audio() 430 bool chamelium_stream_receive_realtime_audio(struct chamelium_stream *client, in chamelium_stream_receive_realtime_audio() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowContentProviderClientTest.java | 52 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in acquireContentProviderClient_isStable() local 58 ContentProviderClient client = contentResolver.acquireUnstableContentProviderClient(AUTHORITY); in acquireUnstableContentProviderClient_isUnstable() local 64 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldRelease() local 73 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldFailWhenCalledTwice() local 82 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in shouldDelegateToContentProvider() local
|
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
D | AndroidHttpClientTest.java | 22 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testNewInstance() local 28 AndroidHttpClient client = AndroidHttpClient.newInstance("foo", RuntimeEnvironment.application); in testNewInstanceWithContext() local 34 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testExecute() local
|
/external/robolectric/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
D | AndroidHttpClientTest.java | 23 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testNewInstance() local 29 AndroidHttpClient client = in testNewInstanceWithContext() local 36 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testExecute() local
|
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/ |
D | client_reader_writer.h | 68 client, channel_id, service_id, method_id, type) {} in StreamResponseClientCall() argument 91 RawClientReader(internal::Endpoint& client, in RawClientReader() 127 RawClientWriter(internal::Endpoint& client, in RawClientWriter() 157 RawUnaryReceiver(internal::Endpoint& client, in RawUnaryReceiver()
|
/external/nos/host/generic/libnos/generator/test/ |
D | test.cpp | 55 MockNuggetClient client; in TEST() local 72 MockNuggetClient client; in TEST() local 95 MockNuggetClient client; in TEST() local 111 MockNuggetClient client; in TEST() local 131 MockNuggetClient client; in TEST() local 145 MockNuggetClient client; in TEST() local
|