Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/typescript/src/testRunner/unittests/tsserver/
DdeclarationFileMaps.ts195 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se… constant
208 …const response = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.Definition… constant
224 …const response = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.Definition… constant
253 …const response = executeSessionRequest<protocol.TypeDefinitionRequest, protocol.TypeDefinitionResp… constant
266 …const response = executeSessionRequest<protocol.ImplementationRequest, protocol.ImplementationResp… constant
278 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se… constant
292 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
325 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
365 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
401 …const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>(se… constant
[all …]
DgetExportReferences.ts56 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
77 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
102 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
133 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
158 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
/third_party/node/test/fixtures/wpt/wasm/webapi/
Dcontenttype.any.js5 const response = fetch("/wasm/incrementer.wasm").then(res => new Response(res.body)); constant
10 const response = fetch("/wasm/incrementer.wasm").then(res => new Response(res.body)); constant
26 …const response = fetch(`/wasm/incrementer.wasm?pipe=header(Content-Type,${encodeURIComponent(conte… constant
31 …const response = fetch(`/wasm/incrementer.wasm?pipe=header(Content-Type,${encodeURIComponent(conte… constant
44 …const response = fetch(`/wasm/incrementer.wasm?pipe=header(Content-Type,${encodeURIComponent(conte… constant
51 …const response = fetch(`/wasm/incrementer.wasm?pipe=header(Content-Type,${encodeURIComponent(conte… constant
Dorigin.sub.any.js6 const response = fetch(url, { "mode": "no-cors" }); constant
12 const response = fetch(url, { "mode": "no-cors", "redirect": "manual" }); constant
Dinvalid-code.any.js12 const response = new Response(buffer, { headers: { "Content-Type": "application/wasm" } }); constant
18 const response = new Response(buffer, { headers: { "Content-Type": "application/wasm" } }); 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.ts177 const response = this.processResponse<protocol.QuickInfoResponse>(request); constant
194 const response = this.processResponse<protocol.ProjectInfoResponse>(request); constant
207 const response = this.processResponse<protocol.CompletionInfoResponse>(request); constant
228 const response = this.processResponse<protocol.Response>(request); constant
244 const response = this.processResponse<protocol.NavtoResponse>(request); constant
265 const response = this.processResponse<protocol.FormatResponse>(request); constant
279 const response = this.processResponse<protocol.FormatResponse>(request); constant
288 const response = this.processResponse<protocol.DefinitionResponse>(request); constant
304 … const response = this.processResponse<protocol.DefinitionInfoAndBoundSpanResponse>(request); constant
325 const response = this.processResponse<protocol.TypeDefinitionResponse>(request); constant
[all …]
/third_party/node/deps/v8/src/inspector/
Dv8-webdriver-serializer.cc24 Response response = in _serializeRecursively() local
120 Response response = _serializeRecursively(element_value, context, max_depth, in _serializeArrayValue() local
140 Response response = in _serializeArray() local
178 Response response = _serializeRecursively(key_value, context, max_depth, in _serializeMap() local
183 Response response = _serializeRecursively( in _serializeMap() local
211 Response response = in _serializeSet() local
246 Response response = _serializeRecursively(key_value, context, max_depth, in _serializeObjectValue() local
255 Response response = _serializeRecursively( in _serializeObjectValue() local
281 Response response = _serializeObjectValue(value.As<v8::Object>(), context, in _serializeObject() local
293 Response response = in serializeV8Value() local
[all …]
Dinjected-script.cc183 Response response = scope.initialize(); in thenCallback() local
228 Response response = scope.initialize(); in catchCallback() local
321 Response response = scope.initialize(); in sendPromiseCollected() local
390 Response response = wrapObjectMirror( in getProperties() local
398 Response response = in getProperties() local
408 Response response = in getProperties() local
418 Response response = in getProperties() local
428 Response response = in getProperties() local
466 Response response = internalProperty.value->buildRemoteObject( in getInternalAndPrivateProperties() local
494 Response response = privateProperty.value->buildRemoteObject( in getInternalAndPrivateProperties() local
[all …]
Dv8-runtime-agent-impl.cc84 void sendFailure(const protocol::DispatchResponse& response) override { in sendFailure()
104 Response response = injectedScript->wrapEvaluateResult( in wrapEvaluateResultAsync() local
133 Response response = scope.injectedScript()->resolveCallArgument( in innerCallFunctionOn() local
160 Response response = scope.initialize(); in innerCallFunctionOn() local
264 Response response = ensureContext(m_inspector, m_session->contextGroupId(), in evaluate() local
348 Response response = scope.initialize(); in awaitPromise() local
392 Response response = scope.initialize(); in callFunctionOn() local
406 Response response = ensureContext(m_inspector, m_session->contextGroupId(), in callFunctionOn() local
443 Response response = scope.initialize(); in getProperties() local
479 Response response = scope.initialize(); in releaseObject() local
[all …]
/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/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
Dtest-diagnostics-channel-http.js19 response field
27 response, property
39 response, property
Dtest-http-write-empty-string.js28 const server = http.createServer(function(request, response) { argument
43 let response = ''; variable
Dtest-tls-ocsp-callback.js107 test({ ocsp: true, response: false }); property
108 test({ ocsp: true, response: 'hello world' }); property
112 test({ ocsp: true, response: 'hello pfx', pfx: pfx, passphrase: 'sample' }); property
/third_party/rust/crates/rustix/tests/net/
Dconnect_bind_send.rs28 let mut response = [0_u8; 128]; in net_v4_connect_any() localVariable
67 let mut response = [0_u8; 128]; in net_v6_connect_any() localVariable
103 let mut response = [0_u8; 128]; in net_v4_connect() localVariable
146 let mut response = [0_u8; 128]; in net_v6_connect() localVariable
178 let mut response = [0_u8; 128]; in net_v4_bind_any() localVariable
217 let mut response = [0_u8; 128]; in net_v6_bind_any() localVariable
253 let mut response = [0_u8; 128]; in net_v4_sendto() localVariable
298 let mut response = [0_u8; 128]; in net_v6_sendto() localVariable
333 let mut response = [0_u8; 128]; in net_v4_sendto_any() localVariable
375 let mut response = [0_u8; 128]; in net_v6_sendto_any() localVariable
[all …]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
Dtests.cpp105 StoreContentResponse response; in RunStoreContentTests() local
115 StoreContentResponse response; in RunStoreContentTests() local
128 GetContentResponse response; in RunGetContentTests() local
139 GetContentResponse response; in RunGetContentTests() local
167 CompileShaderResponse response; in RunCompileShaderTests() local
/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/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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dgas_server.c60 struct gas_server_response *response = eloop_ctx; in gas_server_response_timeout() local
77 static void gas_server_free_response(struct gas_server_response *response) in gas_server_free_response()
90 struct gas_server_response *response, in gas_server_send_resp()
173 struct gas_server_response *response; in gas_server_rx_initial_req() local
256 gas_server_handle_rx_comeback_req(struct gas_server_response *response) in gas_server_handle_rx_comeback_req()
338 struct gas_server_response *response; in gas_server_rx_comeback_req() local
405 static void gas_server_handle_tx_status(struct gas_server_response *response, in gas_server_handle_tx_status()
441 struct gas_server_response *response; in gas_server_tx_status() local
474 struct gas_server_response *tmp, *response = NULL; in gas_server_set_resp() local
529 struct gas_server_response *response, *tmp_r; in gas_server_deinit() local
/third_party/libcoap/examples/
Doscore-interop-server.c93 coap_pdu_t *response) { in hnd_get_index()
109 coap_pdu_t *response) { in hnd_get_hello_coap()
122 coap_pdu_t *response) { in hnd_get_hello_1()
135 coap_pdu_t *response) { in hnd_get_hello_2()
148 coap_pdu_t *response) { in hnd_get_hello_3()
161 coap_pdu_t *response) { in hnd_post_hello_6()
178 coap_pdu_t *response) { in hnd_put_hello_7()
209 coap_pdu_t *response) { in hnd_get_observe1()
244 coap_pdu_t *response) { in hnd_get_observe2()
273 coap_pdu_t *response) { in hnd_del_test()
/third_party/selinux/libselinux/src/
Dquery_user_context.c16 char response[10]; /* string to hold the user's response */ in context_menu() local
40 char response[10]; /* The user's response */ in query_user_context() local
108 char response[10]; /* Used to get yes or no answers from user */ in manual_user_enter_context() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dgas_server.c57 struct gas_server_response *response = eloop_ctx; in gas_server_response_timeout() local
73 static void gas_server_free_response(struct gas_server_response *response) in gas_server_free_response()
94 struct gas_server_response *response; in gas_server_send_resp() local
238 gas_server_handle_rx_comeback_req(struct gas_server_response *response) in gas_server_handle_rx_comeback_req()
292 struct gas_server_response *response; in gas_server_rx_comeback_req() local
359 static void gas_server_handle_tx_status(struct gas_server_response *response, in gas_server_handle_tx_status()
388 struct gas_server_response *response; in gas_server_tx_status() local
440 struct gas_server_response *response, *tmp_r; in gas_server_deinit() local
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dindex.js16 const response = await remote(request, options) constant
17 const newEntry = new CacheEntry({ request, response, options }) property
/third_party/skia/experimental/wasm-skp-debugger/tests/
Dstartup.spec.js21 fetch('/debugger/sample.skp').then(function(response) { argument
47 fetch('/debugger/sample.skp').then(function(response) { argument

12345678910>>...16