| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | declarationFileMaps.ts | 190 …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 …]
|
| D | getExportReferences.ts | 55 … 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/ |
| 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 | 170 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/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-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
|
| D | test-http-remove-header-stays-removed.js | 28 const server = http.createServer(function(request, response) { argument 44 let response = ''; variable
|
| /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/flutter/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/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/cef/include/ |
| D | cef_resource_request_handler.h | 128 CefRefPtr<CefResponse> response, in OnResourceRedirect() 148 CefRefPtr<CefResponse> response) { in OnResourceResponse() 164 CefRefPtr<CefResponse> response) { in GetResourceResponseFilter() 187 CefRefPtr<CefResponse> response, in OnResourceLoadComplete() 242 CefRefPtr<CefResponse> response, in CanSaveCookie()
|
| /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/flutter/engine/flutter/lib/ui/window/ |
| D | platform_message.cc | 13 fml::RefPtr<PlatformMessageResponse> response) in PlatformMessage() 19 fml::RefPtr<PlatformMessageResponse> response) in PlatformMessage()
|
| /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/cef/libcef_dll/cpptoc/ |
| D | resource_request_handler_cpptoc.cc | 120 struct _cef_response_t* response, in resource_request_handler_on_resource_redirect() 156 struct _cef_response_t* response) { in resource_request_handler_on_resource_response() 187 struct _cef_response_t* response) { in resource_request_handler_get_resource_response_filter() 218 struct _cef_response_t* response, in resource_request_handler_on_resource_load_complete()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | resource_request_handler_ctocpp.cc | 118 CefRefPtr<CefResponse> response, in OnResourceRedirect() 148 CefRefPtr<CefResponse> response) { in OnResourceResponse() 180 CefRefPtr<CefResponse> response) { in GetResourceResponseFilter() 211 CefRefPtr<CefResponse> response, in OnResourceLoadComplete()
|
| /third_party/node/deps/npm/node_modules/request/lib/ |
| D | redirect.js | 45 Redirect.prototype.redirectTo = function (response) { argument 79 Redirect.prototype.onResponse = function (response) { argument
|
| /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/typescript/tests/baselines/reference/ |
| D | importMeta(module=es2020,target=esnext).js | 6 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString()); constant 44 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString()); constant
|
| D | importMeta(module=esnext,target=esnext).js | 6 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString()); constant 44 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString()); constant
|