| /external/tensorflow/tensorflow/compiler/xla/rpc/ |
| D | grpc_stub.cc | 31 TransferToClientResponse* response) { in TransferToClient() 38 TransferToServerResponse* response) { in TransferToServer() 45 TransferToInfeedResponse* response) { in TransferToInfeed() 52 TransferFromOutfeedResponse* response) { in TransferFromOutfeed() 59 ResetDeviceResponse* response) { in ResetDevice() 66 CompileResponse* response) { in Compile() 73 ExecuteResponse* response) { in Execute() 81 ExecuteParallelResponse* response) { in ExecuteGraphParallel() 88 WaitForExecutionResponse* response) { in WaitForExecution() 95 DeconstructTupleResponse* response) { in DeconstructTuple() [all …]
|
| /external/u-boot/drivers/fastboot/ |
| D | fb_getvar.c | 100 static int getvar_get_part_info(const char *part_name, char *response, in getvar_get_part_info() 127 static void getvar_version(char *var_parameter, char *response) in getvar_version() 132 static void getvar_version_bootloader(char *var_parameter, char *response) in getvar_version_bootloader() 137 static void getvar_downloadsize(char *var_parameter, char *response) in getvar_downloadsize() 142 static void getvar_serialno(char *var_parameter, char *response) in getvar_serialno() 152 static void getvar_version_baseband(char *var_parameter, char *response) in getvar_version_baseband() 157 static void getvar_product(char *var_parameter, char *response) in getvar_product() 167 static void getvar_platform(char *var_parameter, char *response) in getvar_platform() 177 static void getvar_current_slot(char *var_parameter, char *response) in getvar_current_slot() 184 static void getvar_has_slot(char *part_name, char *response) in getvar_has_slot() [all …]
|
| D | fb_command.c | 101 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() 136 static void okay(char *cmd_parameter, char *response) in okay() 147 static void getvar(char *cmd_parameter, char *response) in getvar() 158 static void download(char *cmd_parameter, char *response) in download() 213 char *response) in fastboot_data_download() 248 void fastboot_data_complete(char *response) in fastboot_data_complete() 269 static void flash(char *cmd_parameter, char *response) in flash() 290 static void erase(char *cmd_parameter, char *response) in erase() 307 static void reboot_bootloader(char *cmd_parameter, char *response) in reboot_bootloader() 322 static void oem_format(char *cmd_parameter, char *response) in oem_format()
|
| /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/ |
| D | HttpLoggingInterceptorTest.java | 147 Response response = client.newCall(request().build()).execute(); in basicResponseBody() local 165 Response response = client.newCall(request().build()).execute(); in headersGet() local 198 Response response = client.newCall(request).execute(); in headersPost() local 235 Response response = client.newCall(request).execute(); in headersPostNoContentType() local 278 Response response = client.newCall(request().post(body).build()).execute(); in headersPostNoLength() local 315 Response response = client.newCall(request().build()).execute(); in headersResponseBody() local 349 Response response = client.newCall(request().build()).execute(); in bodyGet() local 390 Response response = client.newCall(request().build()).execute(); in bodyGetNoBody() local 423 Response response = client.newCall(request).execute(); in bodyPost() local 465 Response response = client.newCall(request().build()).execute(); in bodyResponseBody() local [all …]
|
| /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
| D | GZipIntegrationTest.java | 60 public Response response; field in GZipIntegrationTest.TestServer 87 HttpResponse response = httpclient.execute(request); in contentEncodingShouldBeAddedToFixedLengthResponses() local 99 HttpResponse response = httpclient.execute(request); in contentEncodingShouldBeAddedToChunkedResponses() local 110 HttpResponse response = httpclient.execute(request); in shouldFindCorrectAcceptEncodingAmongMany() local 121 HttpResponse response = httpclient.execute(request); in contentLengthShouldBeRemovedFromZippedResponses() local 131 HttpResponse response = new DecompressingHttpClient(httpclient).execute(request); in fixedLengthContentIsEncodedProperly() local 141 HttpResponse response = new DecompressingHttpClient(httpclient).execute(request); in chunkedContentIsEncodedProperly() local 149 HttpResponse response = httpclient.execute(request); in noGzipWithoutAcceptEncoding() local 161 HttpResponse response = httpclient.execute(request); in contentShouldNotBeGzippedIfContentLengthIsAddedManually() local
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| D | grpc_master_service_impl.cc | 81 CreateSessionResponse* response) { in CreateSession() 88 ExtendSessionResponse* response) { in ExtendSession() 95 PartialRunSetupResponse* response) { in PartialRunSetup() 102 RunStepResponse* response) { in RunStep() 109 CloseSessionResponse* response) { in CloseSession() 116 ListDevicesResponse* response) { in ListDevices() 123 ResetResponse* response) { in Reset() 130 MakeCallableResponse* response) { in MakeCallable() 137 RunCallableResponse* response) { in RunCallable() 144 ReleaseCallableResponse* response) { in ReleaseCallable()
|
| D | grpc_remote_master.cc | 49 CreateSessionResponse* response) override { in CreateSession() 56 ExtendSessionResponse* response) override { in ExtendSession() 63 PartialRunSetupResponse* response) override { in PartialRunSetup() 69 MutableRunStepResponseWrapper* response) override { in RunStep() 77 CloseSessionResponse* response) override { in CloseSession() 84 ListDevicesResponse* response) override { in ListDevices() 90 ResetResponse* response) override { in Reset() 97 MakeCallableResponse* response) override { in MakeCallable() 103 RunCallableResponse* response) override { in RunCallable() 109 ReleaseCallableResponse* response) override { in ReleaseCallable() [all …]
|
| D | grpc_remote_worker.cc | 74 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() 81 CreateWorkerSessionResponse* response, in CreateWorkerSessionAsync() 88 DeleteWorkerSessionResponse* response, in DeleteWorkerSessionAsync() 95 RegisterGraphResponse* response, in RegisterGraphAsync() 101 DeregisterGraphResponse* response, in DeregisterGraphAsync() 107 RunGraphResponse* response, StatusCallback done) override { in RunGraphAsync() 111 MutableRunGraphResponseWrapper* response, in RunGraphAsync() 118 CleanupGraphResponse* response, in CleanupGraphAsync() 124 CleanupAllResponse* response, in CleanupAllAsync() 130 RecvBufResponse* response, StatusCallback done) override { in RecvBufAsync() [all …]
|
| D | grpc_master_service_impl.h | 133 ::grpc::ServerAsyncResponseWriter<CreateSessionResponse>* response, in RequestCreateSession() 141 ::grpc::ServerAsyncResponseWriter<ExtendSessionResponse>* response, in RequestExtendSession() 149 ::grpc::ServerAsyncResponseWriter<PartialRunSetupResponse>* response, in RequestPartialRunSetup() 157 ::grpc::ServerAsyncResponseWriter<RunStepResponse>* response, in RequestRunStep() 165 ::grpc::ServerAsyncResponseWriter<CloseSessionResponse>* response, in RequestCloseSession() 173 ::grpc::ServerAsyncResponseWriter<ListDevicesResponse>* response, in RequestListDevices() 181 ::grpc::ServerAsyncResponseWriter<ResetResponse>* response, in RequestReset() 189 ::grpc::ServerAsyncResponseWriter<MakeCallableResponse>* response, in RequestMakeCallable() 197 ::grpc::ServerAsyncResponseWriter<RunCallableResponse>* response, in RequestRunCallable() 205 ::grpc::ServerAsyncResponseWriter<ReleaseCallableResponse>* response, in RequestReleaseCallable()
|
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| D | worker_interface.h | 64 RunGraphResponse* response, StatusCallback done) { in RunGraphAsync() 132 GetStatusResponse* response) { in GetStatus() 145 CreateWorkerSessionResponse* response) { in CreateWorkerSession() 150 DeleteWorkerSessionResponse* response) { in DeleteWorkerSession() 156 RegisterGraphResponse* response) { in RegisterGraph() 161 DeregisterGraphResponse* response) { in DeregisterGraph() 166 CleanupGraphResponse* response) { in CleanupGraph() 171 CleanupAllResponse* response) { in CleanupAll() 175 Status Logging(const LoggingRequest* request, LoggingResponse* response) { in Logging() 179 Status Tracing(const TracingRequest* request, TracingResponse* response) { in Tracing() [all …]
|
| D | test_utils.h | 34 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() 40 CreateWorkerSessionResponse* response, in CreateWorkerSessionAsync() 47 DeleteWorkerSessionResponse* response, in DeleteWorkerSessionAsync() 53 RegisterGraphResponse* response, in RegisterGraphAsync() 59 DeregisterGraphResponse* response, in DeregisterGraphAsync() 71 CleanupGraphResponse* response, in CleanupGraphAsync() 77 CleanupAllResponse* response, in CleanupAllAsync() 83 TensorResponse* response, StatusCallback done) override { in RecvTensorAsync() 87 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() 92 void TracingAsync(const TracingRequest* request, TracingResponse* response, in TracingAsync() [all …]
|
| D | message_wrappers_test.cc | 114 void CheckRunGraphResponse(MutableRunGraphResponseWrapper* response) { in CheckRunGraphResponse() 149 void CheckRunStepResponse(const MutableRunStepResponseWrapper& response) { in CheckRunStepResponse() 259 InMemoryRunStepResponse response; in TEST() local 268 OwnedProtoRunStepResponse response; in TEST() local 278 NonOwnedProtoRunStepResponse response(&response_proto); in TEST() local 287 InMemoryRunStepResponse response; in TEST() local 296 OwnedProtoRunStepResponse response; in TEST() local 306 NonOwnedProtoRunStepResponse response(&response_proto); in TEST() local 316 InMemoryRunStepResponse response; in TEST() local 326 OwnedProtoRunStepResponse response; in TEST() local [all …]
|
| D | worker.cc | 39 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() 52 CreateWorkerSessionResponse* response, in CreateWorkerSessionAsync() 62 DeleteWorkerSessionResponse* response, in DeleteWorkerSessionAsync() 69 RegisterGraphResponse* response, in RegisterGraphAsync() 90 DeregisterGraphResponse* response, in DeregisterGraphAsync() 137 MutableRunGraphResponseWrapper* response, in RunGraphAsync() 161 MutableRunGraphResponseWrapper* response, in DoRunGraph() 260 MutableRunGraphResponseWrapper* response, in DoPartialRunGraph() 349 CleanupGraphResponse* response, in CleanupGraphAsync() 366 CleanupAllResponse* response, in CleanupAllAsync() [all …]
|
| /external/libbrillo/brillo/http/ |
| D | http_utils_unittest.cc | 28 fake::ServerResponse* response) { in EchoDataHandler() 36 fake::ServerResponse* response) { in EchoMethodHandler() 49 auto response = in TEST() local 73 std::unique_ptr<http::Response> response) { in TEST() 101 auto response = in TEST() local 119 auto response = http::SendRequestAndBlock(request_type::kGet, in TEST() local 136 auto response = http::SendRequestAndBlock(request_type::kPut, in TEST() local 152 auto response = http::SendRequestWithNoDataAndBlock( in TEST() local 162 [](RequestID /* request_id */, std::unique_ptr<http::Response> response) { in TEST() 183 [](const fake::ServerRequest& request, fake::ServerResponse* response) { in TEST() [all …]
|
| /external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
| D | ShadowDefaultRequestDirectorTest.java | 84 HttpResponse response = requestDirector.execute(null, new HttpGet("http://example.com"), null); in shouldGetHttpResponseFromExecute() local 98 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldPreferPendingResponses() local 110 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule() local 123 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule_MatchingMethod() local 177 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule_WithTextResponse() local 190 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in clearHttpResponseRules_shouldRemoveAllRules() local 203 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in clearPendingHttpResponses() local 221 HttpResponse response = requestDirector.execute(null, new HttpGet("http://matching.uri"), null); in shouldReturnRequestsByRule_WithCustomRequestMatcher() local 235 HttpResponse response = requestDirector.execute(null, new HttpGet("http://example.com"), null); in shouldGetHttpResponseFromExecuteSimpleApi() local 324 HttpResponse response = client.execute(new HttpGet("http://www.nowhere.org")); in shouldSupportBasicResponseHandlerHandleResponse() local [all …]
|
| /external/perfetto/src/tracing/ipc/consumer/ |
| D | consumer_ipc_client_impl.cc | 82 ipc::AsyncResult<protos::gen::EnableTracingResponse> response) { in EnableTracing() 101 [](ipc::AsyncResult<protos::gen::ChangeTraceConfigResponse> response) { in ChangeTraceConfig() 117 [](ipc::AsyncResult<protos::gen::StartTracingResponse> response) { in StartTracing() 133 [](ipc::AsyncResult<protos::gen::DisableTracingResponse> response) { in DisableTracing() 154 [this](ipc::AsyncResult<protos::gen::ReadBuffersResponse> response) { in ReadBuffers() 162 ipc::AsyncResult<protos::gen::ReadBuffersResponse> response) { in OnReadBuffersResponse() 181 ipc::AsyncResult<protos::gen::EnableTracingResponse> response) { in OnEnableTracingResponse() 195 [](ipc::AsyncResult<protos::gen::FreeBuffersResponse> response) { in FreeBuffers() 212 [callback](ipc::AsyncResult<protos::gen::FlushResponse> response) { in Flush() 230 [weak_this](ipc::AsyncResult<protos::gen::DetachResponse> response) { in Detach() [all …]
|
| /external/grpc-grpc/test/cpp/interop/ |
| D | http2_client.cc | 67 Status Http2Client::SendUnaryCall(SimpleResponse* response) { in SendUnaryCall() 83 SimpleResponse response; in DoRstAfterHeader() local 94 SimpleResponse response; in DoRstAfterData() local 105 SimpleResponse response; in DoRstDuringData() local 115 SimpleResponse response; in DoGoaway() local 135 SimpleResponse response; in DoPing() local 145 SimpleResponse response; in MaxStreamsWorker() local 156 SimpleResponse response; in DoMaxStreams() local
|
| D | interop_client.cc | 54 const SimpleRequest* request, const SimpleResponse* response) {} in NoopChecks() 58 const SimpleResponse* response) { in UnaryCompressionChecks() 157 Empty response; in DoEmpty() local 171 SimpleResponse* response) { in PerformLargeUnary() 176 SimpleResponse* response, in PerformLargeUnary() 210 SimpleResponse response; in DoComputeEngineCreds() local 234 SimpleResponse response; in DoOauth2AuthToken() local 258 SimpleResponse response; in DoPerRpcCreds() local 284 SimpleResponse response; in DoJwtTokenCreds() local 300 SimpleResponse response; in DoLargeUnary() local [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| D | client.cc | 48 TransferToClientResponse response; in Transfer() local 75 TransferToServerResponse response; in TransferToServer() local 104 TransferToInfeedResponse response; in TransferToInfeed() local 129 TransferFromOutfeedResponse response; in TransferFromOutfeed() local 152 ResetDeviceResponse response; in ResetDevice() local 192 ComputeConstantResponse response; in ComputeConstant() local 239 CompileResponse response; in Compile() local 261 ExecuteResponse response; in Execute() local 342 ExecuteParallelResponse response; in ExecuteParallel() local 373 GetDeviceHandlesResponse response; in GetDeviceHandles() local [all …]
|
| /external/libbrillo/brillo/dbus/ |
| D | dbus_object_unittest.cc | 89 std::unique_ptr<DBusMethodResponse<std::string>> response, in TestWithMessageAsync() 149 void ExpectError(dbus::Response* response, const std::string& expected_code) { in ExpectError() 166 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 179 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 192 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 205 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 215 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 230 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 243 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 256 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local [all …]
|
| /external/grpc-grpc/src/cpp/ext/ |
| D | proto_server_reflection.cc | 52 ServerReflectionResponse response; in ServerReflectionInfo() local 101 ListServiceResponse* response) { in ListService() 114 ServerReflectionResponse* response) { in GetFileByName() 131 ServerReflectionResponse* response) { in GetFileContainingSymbol() 148 ServerReflectionResponse* response) { in GetFileContainingExtension() 172 ExtensionNumberResponse* response) { in GetAllExtensionNumbers() 194 ServerReflectionResponse* response, in FillFileDescriptorResponse()
|
| /external/grpc-grpc/test/cpp/util/ |
| D | proto_reflection_descriptor_database.cc | 71 ServerReflectionResponse response; in FindFileByName() local 118 ServerReflectionResponse response; in FindFileContainingSymbol() local 174 ServerReflectionResponse response; in FindFileContainingExtension() local 226 ServerReflectionResponse response; in FindAllExtensionNumbers() local 260 ServerReflectionResponse response; in GetServices() local 299 const grpc::reflection::v1alpha::FileDescriptorResponse& response) { in AddFileFromResponse() 320 ServerReflectionResponse& response) { in DoOneRequest()
|
| /external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/ |
| D | TestNanolets.java | 111 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicMethodTest() local 148 CloseableHttpResponse response = httpclient.execute(httpget); in doNonRouterRequest() local 160 CloseableHttpResponse response = httpclient.execute(httpget); in doExceptionRequest() local 172 CloseableHttpResponse response = httpclient.execute(httpget); in doDeletedRoute() local 184 CloseableHttpResponse response = httpclient.execute(httpget); in doUriSelection1() local 196 CloseableHttpResponse response = httpclient.execute(httpget); in doStreamOfData() local 241 CloseableHttpResponse response = httpclient.execute(httpget); in doGeneralParams() local 253 CloseableHttpResponse response = httpclient.execute(httpget); in doIndexHandler() local 265 CloseableHttpResponse response = httpclient.execute(httpget); in doMissingHandler() local 284 CloseableHttpResponse response = httpclient.execute(httphead); in doOtherMethod() local [all …]
|
| /external/grpc-grpc/test/cpp/qps/ |
| D | server_sync.cc | 40 SimpleResponse* response) override { in UnaryCall() 52 SimpleResponse response; in StreamingCall() local 65 SimpleResponse* response) override { in StreamingFromClient() 75 SimpleResponse response; in StreamingFromServer() local 90 SimpleResponse response; in StreamingBothWays() local 118 SimpleResponse* response) { in ClientPull() 132 const SimpleResponse& response, in ServerPush() 143 SimpleResponse* response) { in SetResponse()
|
| /external/libtextclassifier/native/actions/ |
| D | lua-ranker_test.cc | 70 ActionsSuggestionsResponse response; in TEST() local 96 ActionsSuggestionsResponse response; in TEST() local 115 ActionsSuggestionsResponse response; in TEST() local 141 ActionsSuggestionsResponse response; in TEST() local 171 ActionsSuggestionsResponse response; in TEST() local 198 ActionsSuggestionsResponse response; in TEST() local 240 ActionsSuggestionsResponse response; in TEST() local
|