Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_stub.cc31 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/
Dfb_getvar.c80 static void getvar_version(char *var_parameter, char *response) in getvar_version()
85 static void getvar_bootloader_version(char *var_parameter, char *response) in getvar_bootloader_version()
90 static void getvar_downloadsize(char *var_parameter, char *response) in getvar_downloadsize()
95 static void getvar_serialno(char *var_parameter, char *response) in getvar_serialno()
105 static void getvar_version_baseband(char *var_parameter, char *response) in getvar_version_baseband()
110 static void getvar_product(char *var_parameter, char *response) in getvar_product()
120 static void getvar_current_slot(char *var_parameter, char *response) in getvar_current_slot()
126 static void getvar_slot_suffixes(char *var_parameter, char *response) in getvar_slot_suffixes()
131 static void getvar_has_slot(char *part_name, char *response) in getvar_has_slot()
141 static void getvar_partition_type(char *part_name, char *response) in getvar_partition_type()
[all …]
Dfb_command.c99 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command()
134 static void okay(char *cmd_parameter, char *response) in okay()
145 static void getvar(char *cmd_parameter, char *response) in getvar()
156 static void download(char *cmd_parameter, char *response) in download()
211 char *response) in fastboot_data_download()
246 void fastboot_data_complete(char *response) in fastboot_data_complete()
267 static void flash(char *cmd_parameter, char *response) in flash()
288 static void erase(char *cmd_parameter, char *response) in erase()
305 static void reboot_bootloader(char *cmd_parameter, char *response) in reboot_bootloader()
320 static void oem_format(char *cmd_parameter, char *response) in oem_format()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DGZipIntegrationTest.java60 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/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
DHttpLoggingInterceptorTest.java147 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/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service_impl.cc81 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()
Dgrpc_remote_master.cc46 CreateSessionResponse* response) override { in CreateSession()
53 ExtendSessionResponse* response) override { in ExtendSession()
60 PartialRunSetupResponse* response) override { in PartialRunSetup()
66 MutableRunStepResponseWrapper* response) override { in RunStep()
74 CloseSessionResponse* response) override { in CloseSession()
81 ListDevicesResponse* response) override { in ListDevices()
87 ResetResponse* response) override { in Reset()
94 MakeCallableResponse* response) override { in MakeCallable()
100 RunCallableResponse* response) override { in RunCallable()
106 ReleaseCallableResponse* response) override { in ReleaseCallable()
[all …]
Dgrpc_remote_worker.cc74 GetStatusResponse* response, in GetStatusAsync()
80 CreateWorkerSessionResponse* response, in CreateWorkerSessionAsync()
87 DeleteWorkerSessionResponse* response, in DeleteWorkerSessionAsync()
94 RegisterGraphResponse* response, in RegisterGraphAsync()
100 DeregisterGraphResponse* response, in DeregisterGraphAsync()
106 RunGraphResponse* response, StatusCallback done) override { in RunGraphAsync()
110 MutableRunGraphResponseWrapper* response, in RunGraphAsync()
117 CleanupGraphResponse* response, in CleanupGraphAsync()
123 CleanupAllResponse* response, in CleanupAllAsync()
129 RecvBufResponse* response, StatusCallback done) override { in RecvBufAsync()
[all …]
Dgrpc_master_service_impl.h131 ::grpc::ServerAsyncResponseWriter<CreateSessionResponse>* response, in RequestCreateSession()
139 ::grpc::ServerAsyncResponseWriter<ExtendSessionResponse>* response, in RequestExtendSession()
147 ::grpc::ServerAsyncResponseWriter<PartialRunSetupResponse>* response, in RequestPartialRunSetup()
155 ::grpc::ServerAsyncResponseWriter<RunStepResponse>* response, in RequestRunStep()
163 ::grpc::ServerAsyncResponseWriter<CloseSessionResponse>* response, in RequestCloseSession()
171 ::grpc::ServerAsyncResponseWriter<ListDevicesResponse>* response, in RequestListDevices()
179 ::grpc::ServerAsyncResponseWriter<ResetResponse>* response, in RequestReset()
187 ::grpc::ServerAsyncResponseWriter<MakeCallableResponse>* response, in RequestMakeCallable()
195 ::grpc::ServerAsyncResponseWriter<RunCallableResponse>* response, in RequestRunCallable()
203 ::grpc::ServerAsyncResponseWriter<ReleaseCallableResponse>* response, in RequestReleaseCallable()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h64 RunGraphResponse* response, StatusCallback done) { in RunGraphAsync()
133 GetStatusResponse* response) { in GetStatus()
138 CreateWorkerSessionResponse* response) { in CreateWorkerSession()
143 DeleteWorkerSessionResponse* response) { in DeleteWorkerSession()
149 RegisterGraphResponse* response) { in RegisterGraph()
154 DeregisterGraphResponse* response) { in DeregisterGraph()
159 CleanupGraphResponse* response) { in CleanupGraph()
164 CleanupAllResponse* response) { in CleanupAll()
168 Status Logging(const LoggingRequest* request, LoggingResponse* response) { in Logging()
172 Status Tracing(const TracingRequest* request, TracingResponse* response) { in Tracing()
[all …]
Dtest_utils.h34 GetStatusResponse* response, 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 …]
Dmessage_wrappers_test.cc114 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 …]
Dworker.cc34 GetStatusResponse* response, StatusCallback done) { in GetStatusAsync()
46 CreateWorkerSessionResponse* response, in CreateWorkerSessionAsync()
56 DeleteWorkerSessionResponse* response, in DeleteWorkerSessionAsync()
63 RegisterGraphResponse* response, in RegisterGraphAsync()
84 DeregisterGraphResponse* response, in DeregisterGraphAsync()
131 MutableRunGraphResponseWrapper* response, in RunGraphAsync()
155 MutableRunGraphResponseWrapper* response, in DoRunGraph()
264 MutableRunGraphResponseWrapper* response, in DoPartialRunGraph()
347 CleanupGraphResponse* response, in CleanupGraphAsync()
364 CleanupAllResponse* response, in CleanupAllAsync()
[all …]
/external/libbrillo/brillo/http/
Dhttp_utils_unittest.cc28 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/
DShadowDefaultRequestDirectorTest.java84 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/
Dconsumer_ipc_client_impl.cc80 [weak_this](ipc::AsyncResult<protos::EnableTracingResponse> response) { in EnableTracing()
99 [](ipc::AsyncResult<protos::ChangeTraceConfigResponse> response) { in ChangeTraceConfig()
115 [](ipc::AsyncResult<protos::StartTracingResponse> response) { in StartTracing()
131 [](ipc::AsyncResult<protos::DisableTracingResponse> response) { in DisableTracing()
152 [this](ipc::AsyncResult<protos::ReadBuffersResponse> response) { in ReadBuffers()
160 ipc::AsyncResult<protos::ReadBuffersResponse> response) { in OnReadBuffersResponse()
177 ipc::AsyncResult<protos::EnableTracingResponse> response) { in OnEnableTracingResponse()
191 [](ipc::AsyncResult<protos::FreeBuffersResponse> response) { in FreeBuffers()
208 [callback](ipc::AsyncResult<protos::FlushResponse> response) { in Flush()
226 [weak_this](ipc::AsyncResult<protos::DetachResponse> response) { in Detach()
[all …]
/external/grpc-grpc/test/cpp/interop/
Dhttp2_client.cc67 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
Dinterop_client.cc54 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/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service.cc72 CreateContextResponse* response) { in CreateContext()
79 EnqueueResponse* response) { in Enqueue()
86 WaitQueueDoneResponse* response) { in WaitQueueDone()
93 KeepAliveResponse* response) { in KeepAlive()
100 CloseContextResponse* response) { in CloseContext()
107 RegisterFunctionResponse* response) { in RegisterFunction()
114 SendTensorResponse* response) { in SendTensor()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc48 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/
Ddbus_object_unittest.cc89 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/nos/test/system-test-harness/src/
Dkeymaster-import-key-tests.cc111 ImportKeyResponse response; in TEST_F() local
132 ImportKeyResponse response; in TEST_F() local
142 ImportKeyResponse response; in TEST_F() local
155 ImportKeyResponse response; in TEST_F() local
167 ImportKeyResponse response; in TEST_F() local
179 ImportKeyResponse response; in TEST_F() local
191 ImportKeyResponse response; in TEST_F() local
204 ImportKeyResponse response; in TEST_F() local
217 ImportKeyResponse response; in TEST_F() local
230 ImportKeyResponse response; in TEST_F() local
[all …]
/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection.cc52 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/
Dproto_reflection_descriptor_database.cc71 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/
DTestNanolets.java111 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 …]

12345678910>>...32