/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/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 | 187 def GetSavedVersion(client): argument 204 def GetRLZ(client): argument 220 def SetRLZ(client, rlz): argument 245 def StopTrunksd(client): argument 251 def GSCTool(client, args, ignore_status=False): argument 287 def GetVersionFromUpdater(client, args): argument 293 def GetFwVersion(client): argument 298 def GetBinVersion(client, image=CR50_PROD): argument 309 def GetRunningVersion(client): argument 335 def GetActiveCr50ImagePath(client): 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 48 def IsTPMAvailable(client): argument 57 def ClearTPMServer(client, out_dir): argument 98 def ClearTPMOwnerRequest(client, wait_for_ready=False, timeout=60): argument 122 def CleanupAndReboot(client): argument
|
/external/adhd/cras/src/libcras/ |
D | cras_client.c | 159 struct cras_client *client; member 254 struct cras_client client; member 292 static void server_state_unlock(const struct cras_client *client, in server_state_unlock() 315 static int server_state_rdlock(const struct cras_client *client) in server_state_rdlock() 341 static int server_state_wrlock(const struct cras_client *client) in server_state_wrlock() 352 static struct client_stream *stream_from_id(const struct cras_client *client, in stream_from_id() 364 void server_fill_pollfd(const struct cras_client *client, in server_fill_pollfd() 390 static void server_fd_move_to_state(struct cras_client *client, in server_fd_move_to_state() 410 static int error_delay_next_action(struct cras_client *client, in error_delay_next_action() 461 static void wait_for_socket_next_action(struct cras_client *client) in wait_for_socket_next_action() [all …]
|
D | cras_helpers.c | 20 static int play_buffer_callback(struct cras_client *client, in play_buffer_callback() 46 static int play_buffer_error(struct cras_client *client, in play_buffer_error() 55 int cras_helper_create_connect_async(struct cras_client **client, in cras_helper_create_connect_async() 82 int cras_helper_create_connect(struct cras_client **client) in cras_helper_create_connect() 109 int cras_helper_add_stream_simple(struct cras_client *client, in cras_helper_add_stream_simple() 147 int cras_helper_play_buffer(struct cras_client *client, in cras_helper_play_buffer()
|
/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/adhd/cras/src/server/ |
D | cras_rclient.c | 38 static int handle_client_stream_connect(struct cras_rclient *client, in handle_client_stream_connect() 140 struct cras_rclient *client, in handle_client_stream_disconnect() 148 static void dump_audio_thread_info(struct cras_rclient *client) in dump_audio_thread_info() 161 static void dump_audio_thread_snapshots(struct cras_rclient *client) in dump_audio_thread_snapshots() 170 static void handle_get_hotword_models(struct cras_rclient *client, in handle_get_hotword_models() 204 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_volume_changed() local 214 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_mute_changed() local 224 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_gain_changed() local 233 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_mute_changed() local 242 struct cras_rclient *client = (struct cras_rclient *)context; in send_nodes_changed() local [all …]
|
D | cras_observer.c | 99 struct cras_observer_client *client; in output_volume_alert() local 113 struct cras_observer_client *client; in output_mute_alert() local 129 struct cras_observer_client *client; in capture_gain_alert() local 143 struct cras_observer_client *client; in capture_mute_alert() local 163 struct cras_observer_client *client; in nodes_alert() local 173 struct cras_observer_client *client; in active_node_alert() local 188 struct cras_observer_client *client; in output_node_volume_alert() local 203 struct cras_observer_client *client; in node_left_right_swapped_alert() local 218 struct cras_observer_client *client; in input_node_gain_alert() local 233 struct cras_observer_client *client; in suspend_changed_alert() local [all …]
|
/external/nos/test/system-test-harness/tools/ |
D | nugget_tools.cc | 36 nos::NuggetClient client; in IsDirectDeviceClient() local 61 std::unique_ptr<nos::NuggetClientInterface> client = in MakeNuggetClient() local 77 std::unique_ptr<nos::NuggetClient> client = in MakeDirectNuggetClient() local 86 bool CyclesSinceBoot(nos::NuggetClientInterface *client, uint32_t *cycles) { in CyclesSinceBoot() 119 bool RebootNuggetUnchecked(nos::NuggetClientInterface *client) { in RebootNuggetUnchecked() 129 bool RebootNugget(nos::NuggetClientInterface *client) { in RebootNugget() 180 bool WaitForSleep(nos::NuggetClientInterface *client, uint32_t *seconds_waited) { in WaitForSleep() 227 bool WipeUserData(nos::NuggetClientInterface *client) { in WipeUserData()
|
D | avb_tools.cc | 27 void SetBootloader(nos::NuggetClientInterface *client) in SetBootloader() 41 void BootloaderDone(nos::NuggetClientInterface *client) in BootloaderDone() 49 void GetState(nos::NuggetClientInterface *client, bool *bootloader, in GetState() 70 int Reset(nos::NuggetClientInterface *client, ResetRequest_ResetKind kind, in Reset() 88 int GetResetChallenge(nos::NuggetClientInterface *client, in GetResetChallenge() 109 int SetProduction(nos::NuggetClientInterface *client, bool production, in SetProduction() 128 void ResetProduction(nos::NuggetClientInterface *client) in ResetProduction()
|
/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/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs_messages.cc | 20 Status IGFSPath::Read(ExtendedTCPClient *client) { in Read() 24 Status IGFSFile::Read(ExtendedTCPClient *client) { in Read() 59 Status Response::Read(ExtendedTCPClient *client) { in Read() 112 Status PathCtrlRequest::WritePath(ExtendedTCPClient *client, in WritePath() 138 Status DeleteResponse::Read(ExtendedTCPClient *client) { in Read() 147 Status ExistsResponse::Read(ExtendedTCPClient *client) { in Read() 165 Status HandshakeResponse::Read(ExtendedTCPClient *client) { in Read() 205 Status OpenCreateResponse::Read(ExtendedTCPClient *client) { in Read() 221 Status OpenAppendResponse::Read(ExtendedTCPClient *client) { in Read() 246 Status OpenReadResponse::Read(ExtendedTCPClient *client) { in Read() [all …]
|
D | igfs.cc | 79 std::unique_ptr<IGFSClient> client = CreateClient(); in NewRandomAccessFile() local 99 std::unique_ptr<IGFSClient> client = CreateClient(); in NewWritableFile() local 127 std::unique_ptr<IGFSClient> client = CreateClient(); in NewAppendableFile() local 159 std::unique_ptr<IGFSClient> client = CreateClient(); in FileExists() local 178 std::unique_ptr<IGFSClient> client = CreateClient(); in GetChildren() local 206 std::unique_ptr<IGFSClient> client = CreateClient(); in DeleteFile() local 225 std::unique_ptr<IGFSClient> client = CreateClient(); in CreateDir() local 244 std::unique_ptr<IGFSClient> client = CreateClient(); in DeleteDir() local 267 std::unique_ptr<IGFSClient> client = CreateClient(); in GetFileSize() local 285 std::unique_ptr<IGFSClient> client = CreateClient(); in RenameFile() 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/nos/host/android/hals/authsecret/test/ |
D | test.cpp | 71 MockNuggetClient client; in TEST() local 88 MockNuggetClient client; in TEST() local 105 MockNuggetClient client; in TEST() local 133 MockNuggetClient client; in TEST() local 150 MockNuggetClient client; in TEST() local 166 MockNuggetClient client; in TEST() local 181 MockNuggetClient client; in TEST() local
|
/external/nos/host/android/citadel/validation/ |
D | citadel_validation_tool.cpp | 61 bool ReadRegister(NuggetClientInterface& client, uint32_t address, uint32_t* value) { in ReadRegister() 84 bool WriteRegister(NuggetClientInterface& client, uint32_t address, uint32_t value) { in WriteRegister() 106 bool CheckRegisterInRange(NuggetClientInterface& client, uint32_t address, in CheckRegisterInRange() 124 bool CheckRegisterNotInRange(NuggetClientInterface& client, uint32_t address, in CheckRegisterNotInRange() 139 bool CyclesSinceBoot(NuggetClientInterface & client, uint32_t* cycles) { in CyclesSinceBoot() 160 int CmdStressSpi(NuggetClientInterface& client, char** params) { in CmdStressSpi() 214 int CmdHealthCheck(NuggetClientInterface& client) { in CmdHealthCheck() 267 int CmdReset(CitadeldProxyClient& client) { in CmdReset() 304 int CmdEnableAlerts(CitadeldProxyClient& client) { in CmdEnableAlerts() 342 int CmdDisableAlerts(CitadeldProxyClient& client) { in CmdDisableAlerts() [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/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
|
D | ShadowDefaultRequestDirectorTest.java | 323 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportBasicResponseHandlerHandleResponse() local 340 DefaultHttpClient client = new DefaultHttpClient(); in shouldFindLastRequestMade() local 361 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportConnectionTimeoutWithExceptions() local 382 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportSocketTimeoutWithExceptions() local 395 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportRealHttpRequests() local 402 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportRealHttpRequestsAddingRequestInfo() local 417 DefaultHttpClient client = new DefaultHttpClient(); in realHttpRequestsShouldMakeContentDataAvailable() local
|
/external/adhd/cras/src/tests/ |
D | cras_test_client.c | 125 static int got_samples(struct cras_client *client, in got_samples() 162 static int put_samples(struct cras_client *client, in put_samples() 212 static int put_stdin_samples(struct cras_client *client, in put_stdin_samples() 233 static int stream_error(struct cras_client *client, in stream_error() 298 static void print_device_lists(struct cras_client *client) in print_device_lists() 326 static void print_attached_client_list(struct cras_client *client) in print_attached_client_list() 347 static void print_active_stream_info(struct cras_client *client) in print_active_stream_info() 358 static void print_system_volumes(struct cras_client *client) in print_system_volumes() 370 static void print_user_muted(struct cras_client *client) in print_user_muted() 627 static void audio_debug_info(struct cras_client *client) in audio_debug_info() [all …]
|
/external/autotest/venv/skylab_suite/cmd/ |
D | abort_suite_skylab.py | 29 def _abort_suite_tasks(client, suite_tasks): argument 43 def _get_suite_tasks_by_suite_ids(client, suite_task_ids): argument 52 def _get_suite_tasks_by_specs(client, suite_spec): argument
|
/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
|