| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | declarationFileMaps.ts | 195 …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 …]
|
| D | getExportReferences.ts | 56 … 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/ |
| D | contenttype.any.js | 5 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
|
| D | origin.sub.any.js | 6 const response = fetch(url, { "mode": "no-cors" }); constant 12 const response = fetch(url, { "mode": "no-cors", "redirect": "manual" }); constant
|
| D | invalid-code.any.js | 12 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/ |
| D | response.c | 51 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/ |
| D | client.ts | 177 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/ |
| D | v8-webdriver-serializer.cc | 24 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 …]
|
| D | injected-script.cc | 183 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 …]
|
| D | v8-runtime-agent-impl.cc | 84 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/ |
| D | test_error_response.c | 34 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/ |
| D | test-http-response-status-message.js | 31 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
|
| D | test-diagnostics-channel-http.js | 19 response field 27 response, property 39 response, property
|
| D | test-http-write-empty-string.js | 28 const server = http.createServer(function(request, response) { argument 43 let response = ''; variable
|
| D | test-tls-ocsp-callback.js | 107 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/ |
| D | connect_bind_send.rs | 28 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/ |
| D | tests.cpp | 105 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/ |
| D | Server.cpp | 80 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/ |
| D | Response.cpp | 47 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/libcoap/examples/ |
| D | oscore-interop-server.c | 93 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | gas_server.c | 60 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/selinux/libselinux/src/ |
| D | query_user_context.c | 16 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/ |
| D | gas_server.c | 57 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/skia/experimental/wasm-skp-debugger/tests/ |
| D | startup.spec.js | 21 fetch('/debugger/sample.skp').then(function(response) { argument 47 fetch('/debugger/sample.skp').then(function(response) { argument
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
| D | index.js | 16 const response = await remote(request, options) constant 17 const newEntry = new CacheEntry({ request, response, options }) property
|