Home
last modified time | relevance | path

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

12345678910>>...23

/third_party/uboot/u-boot-2020.01/drivers/fastboot/
Dfb_getvar.c100 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 …]
Dfb_command.c101 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()
/third_party/typescript/src/testRunner/unittests/tsserver/
DdeclarationFileMaps.ts190 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se… constant
203 …const response = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.Definition… constant
219 …const response = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.Definition… constant
248 …const response = executeSessionRequest<protocol.TypeDefinitionRequest, protocol.TypeDefinitionResp… constant
261 …const response = executeSessionRequest<protocol.ImplementationRequest, protocol.ImplementationResp… constant
273 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se… constant
287 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
329 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
369 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
404 …const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>(se… constant
[all …]
DgetExportReferences.ts55 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
76 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
101 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
129 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
154 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c51 add_response_entry (struct MHD_Response *response, in add_response_entry()
100 MHD_add_response_header (struct MHD_Response *response, in MHD_add_response_header()
120 MHD_add_response_footer (struct MHD_Response *response, in MHD_add_response_footer()
140 MHD_del_response_header (struct MHD_Response *response, in MHD_del_response_header()
183 MHD_get_response_headers (struct MHD_Response *response, in MHD_get_response_headers()
210 MHD_get_response_header (struct MHD_Response *response, in MHD_get_response_header()
247 struct MHD_Response *response; in MHD_create_response_from_callback() local
280 MHD_set_response_options (struct MHD_Response *response, in MHD_set_response_options()
318 struct MHD_Response *response = cls; in file_reader() local
340 struct MHD_Response *response = cls; in free_callback() local
[all …]
/third_party/typescript/src/harness/
Dclient.ts170 const response = this.processResponse<protocol.QuickInfoResponse>(request); constant
187 const response = this.processResponse<protocol.ProjectInfoResponse>(request); constant
200 const response = this.processResponse<protocol.CompletionsResponse>(request); constant
223 const response = this.processResponse<protocol.CompletionDetailsResponse>(request); constant
240 const response = this.processResponse<protocol.NavtoResponse>(request); constant
261 const response = this.processResponse<protocol.FormatResponse>(request); constant
275 const response = this.processResponse<protocol.FormatResponse>(request); constant
284 const response = this.processResponse<protocol.DefinitionResponse>(request); constant
300 … const response = this.processResponse<protocol.DefinitionInfoAndBoundSpanResponse>(request); constant
320 const response = this.processResponse<protocol.TypeDefinitionResponse>(request); constant
[all …]
/third_party/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.cc161 Empty response; in DoEmpty() local
175 SimpleResponse* response) { in PerformLargeUnary()
180 SimpleResponse* response, in PerformLargeUnary()
214 SimpleResponse response; in DoComputeEngineCreds() local
238 SimpleResponse response; in DoOauth2AuthToken() local
262 SimpleResponse response; in DoPerRpcCreds() local
288 SimpleResponse response; in DoJwtTokenCreds() local
306 SimpleResponse response; in DoGoogleDefaultCredentials() local
323 SimpleResponse response; in DoLargeUnary() local
362 SimpleResponse response; in DoClientCompressedUnary() local
[all …]
Dinterop_server.cc150 SimpleResponse* response) { in CacheableUnaryCall()
159 SimpleResponse* response) { in UnaryCall()
196 StreamingOutputCallResponse response; in StreamingOutputCall() local
236 StreamingInputCallResponse* response) { in StreamingInputCall()
259 StreamingOutputCallResponse response; in FullDuplexCall() local
299 StreamingOutputCallResponse response; in HalfDuplexCall() local
348 SimpleResponse response; in RunServer() local
/third_party/libcoap/tests/
Dtest_error_response.c34 coap_pdu_t *response; in t_error_response1() local
63 coap_pdu_t *response; in t_error_response2() local
93 coap_pdu_t *response; in t_error_response3() local
132 coap_pdu_t *response; in t_error_response4() local
173 coap_pdu_t *response; in t_error_response5() local
214 coap_pdu_t *response; in t_error_response6() local
255 coap_pdu_t *response; in t_error_response7() local
291 coap_pdu_t *response; in t_error_response8() local
/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service.cc42 channelz::v1::GetTopChannelsResponse* response) { in GetTopChannels()
58 channelz::v1::GetServersResponse* response) { in GetServers()
74 channelz::v1::GetServerResponse* response) { in GetServer()
91 channelz::v1::GetServerSocketsResponse* response) { in GetServerSockets()
108 channelz::v1::GetChannelResponse* response) { in GetChannel()
124 channelz::v1::GetSubchannelResponse* response) { in GetSubchannel()
140 channelz::v1::GetSocketResponse* response) { in GetSocket()
/third_party/grpc/src/cpp/ext/
Dproto_server_reflection.cc51 ServerReflectionResponse response; in ServerReflectionInfo() local
100 ListServiceResponse* response) { in ListService()
113 ServerReflectionResponse* response) { in GetFileByName()
130 ServerReflectionResponse* response) { in GetFileContainingSymbol()
147 ServerReflectionResponse* response) { in GetFileContainingExtension()
171 ExtensionNumberResponse* response) { in GetAllExtensionNumbers()
193 ServerReflectionResponse* response, in FillFileDescriptorResponse()
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc74 ServerReflectionResponse response; in FindFileByName() local
121 ServerReflectionResponse response; in FindFileContainingSymbol() local
177 ServerReflectionResponse response; in FindFileContainingExtension() local
229 ServerReflectionResponse response; in FindAllExtensionNumbers() local
263 ServerReflectionResponse response; in GetServices() local
302 const grpc::reflection::v1alpha::FileDescriptorResponse& response) { in AddFileFromResponse()
323 ServerReflectionResponse& response) { in DoOneRequest()
/third_party/grpc/test/cpp/qps/
Dserver_sync.cc40 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()
/third_party/node/test/parallel/
Dtest-http-response-status-message.js31 response: 'HTTP/1.1 200 OK\r\n\r\n' }, property
33 response: 'HTTP/1.1 500 Internal Server Error\r\n\r\n' }, property
35 response: 'HTTP/1.1 302 Moved Temporarily\r\n\r\n' }, property
37 response: 'HTTP/1.1 200 \r\n\r\n' }, property
39 response: 'HTTP/1.1 200\r\n\r\n' }, property
69 }, function(response) { argument
/third_party/grpc/src/objective-c/examples/SwiftSample/
DViewController.swift40 if let response = response { in viewDidLoad() variable
52 if let response = response { in viewDidLoad() variable
78 if let response = response as? Data { in viewDidLoad() variable
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc253 EchoResponse* response) override { in Echo()
267 EchoResponse* response) override { in Echo()
472 EchoResponse response; in SendRpc() local
511 EchoResponse response; in TestRequestStreamServerCancel() local
589 EchoResponse response; in TestResponseStreamServerCancel() local
670 EchoResponse response; in TestBidiStreamServerCancel() local
744 EchoResponse response; in TEST_P() local
811 EchoResponse response; in TEST_P() local
865 EchoResponse response; in TEST_P() local
904 EchoResponse response; in TEST_P() local
[all …]
Dchannelz_service_test.cc71 EchoResponse* response) override { in Echo()
83 EchoResponse response; in BidiStream() local
185 EchoResponse response; in SendSuccessfulEcho() local
196 EchoResponse response; in SendSuccessfulStream() local
211 EchoResponse response; in SendFailedEcho() local
226 GetTopChannelsResponse response; in GetChannelId() local
265 GetTopChannelsResponse response; in TEST_F() local
277 GetTopChannelsResponse response; in TEST_F() local
290 GetChannelResponse response; in TEST_F() local
305 GetChannelResponse response; in TEST_F() local
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.cpp80 dap::InitializeResponse response; in Impl() local
89 [&](const dap::ResponseOrError<dap::InitializeResponse> &response) { in Impl()
96 dap::SetExceptionBreakpointsResponse response; in Impl() local
104 dap::SetFunctionBreakpointsResponse response; in Impl() local
140 dap::SetBreakpointsResponse response; in Impl() local
174 dap::SetBreakpointsResponse response; in Impl() local
189 dap::ThreadsResponse response; in Impl() local
227 dap::StackTraceResponse response; in Impl() local
259 dap::ScopesResponse response; in Impl() local
280 dap::VariablesResponse response; in Impl() local
[all …]
/third_party/flutter/skia/tools/skiaserve/
DResponse.cpp47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), in SendOK() local
56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), in SendError() local
66 MHD_Response* response = MHD_create_response_from_buffer(data->size(), in SendData() local
83 MHD_Response* response = MHD_create_response_from_buffer( in SendTemplate() local
/third_party/skia/tools/skiaserve/
DResponse.cpp47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), in SendOK() local
56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), in SendError() local
66 MHD_Response* response = MHD_create_response_from_buffer(data->size(), in SendData() local
83 MHD_Response* response = MHD_create_response_from_buffer( in SendTemplate() local
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc68 HandshakerResp response; in DoHandshake() local
96 HandshakerResp* response) { in ProcessRequest()
114 HandshakerResp* response) { in ProcessClientStart()
140 HandshakerResp* response) { in ProcessServerStart()
176 HandshakerResp* response) { in ProcessNext()
224 HandshakerResp response; in WriteErrorResponse() local
/third_party/cef/include/
Dcef_resource_request_handler.h129 CefRefPtr<CefResponse> response, in OnResourceRedirect()
149 CefRefPtr<CefResponse> response) { in OnResourceResponse()
165 CefRefPtr<CefResponse> response) { in GetResourceResponseFilter()
188 CefRefPtr<CefResponse> response, in OnResourceLoadComplete()
243 CefRefPtr<CefResponse> response, in CanSaveCookie()
/third_party/flutter/engine/flutter/lib/ui/window/
Dplatform_message.cc13 fml::RefPtr<PlatformMessageResponse> response) in PlatformMessage()
19 fml::RefPtr<PlatformMessageResponse> response) in PlatformMessage()
/third_party/grpc/include/grpcpp/generic/
Dgeneric_stub.h90 const RequestType* request, ResponseType* response, in UnaryCall()
101 const RequestType* request, ResponseType* response, in PrepareUnaryCall()
126 const RequestType* request, ResponseType* response, in UnaryCall()
137 const RequestType* request, ResponseType* response, in PrepareUnaryCall()
165 const RequestType* request, ResponseType* response, in UnaryCallInternal()
177 ResponseType* response, in PrepareUnaryCallInternal()

12345678910>>...23