/third_party/typescript/tests/baselines/reference/ |
H A D | importMeta(module=commonjs,target=es5).js | 6 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString()); 7 const blob = await response.blob(); 82 var response, blob, size, image;
87 response = _a.sent();
88 return [4 /*yield*/, response.blob()];
|
H A D | importMeta(module=es2020,target=es5).js | 6 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString()); 7 const blob = await response.blob(); 80 var response, blob, size, image;
85 response = _a.sent();
86 return [4 /*yield*/, response.blob()];
|
H A D | importMeta(module=esnext,target=es5).js | 6 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString()); 7 const blob = await response.blob(); 80 var response, blob, size, image;
85 response = _a.sent();
86 return [4 /*yield*/, response.blob()];
|
/third_party/curl/lib/vauth/ |
H A D | gsasl.c | 104 char *response; in Curl_auth_gsasl_token() local 109 &response, &outlen); in Curl_auth_gsasl_token() 115 Curl_bufref_set(out, response, outlen, gsasl_free); in Curl_auth_gsasl_token()
|
/third_party/node/test/parallel/ |
H A D | test-http-keep-alive-close-on-header.js | 81 }, function(response) { 82 response.on('end', function() { 86 response.resume();
|
H A D | test-crypto-fips.js | 47 const response = buffer.toString(); 48 assert.notStrictEqual(response.length, 0); 51 assert.ok(response.includes(expectedOutput)); 53 const getFipsValue = Number(response);
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | basicauth.c | 104 * Queues a response to request basic authentication from the client. 105 * The given response object is expected to include the payload for 106 * the response; the "WWW-Authenticate" header will be added and the 107 * response queued with the 'UNAUTHORIZED' status code. 111 * @param response response object to modify and queue 118 struct MHD_Response *response) in MHD_queue_basic_auth_fail_response() 137 ret = MHD_add_response_header (response, in MHD_queue_basic_auth_fail_response() 144 response); in MHD_queue_basic_auth_fail_response() 116 MHD_queue_basic_auth_fail_response(struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) MHD_queue_basic_auth_fail_response() argument
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_termination.c | 74 struct MHD_Response *response = in connection_handler() local 77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in connection_handler() 78 MHD_destroy_response (response); in connection_handler()
|
H A D | test_concurrent_stop.c | 60 static struct MHD_Response *response; variable 94 response); in ahc_echo() 218 response = MHD_create_response_from_buffer (strlen ("/hello_world"), in main() 223 MHD_destroy_response (response); in main()
|
H A D | test_long_header.c | 77 struct MHD_Response *response; in ahc_echo() local 82 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 85 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo() 86 MHD_destroy_response (response); in ahc_echo()
|
H A D | test_get.c | 88 struct MHD_Response *response; in ahc_echo() local 99 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 102 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo() 103 MHD_destroy_response (response); in ahc_echo() 514 struct MHD_Response *response; in ahc_empty() local 525 response = MHD_create_response_from_buffer (0, in ahc_empty() 528 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_empty() 529 MHD_destroy_response (response); in ahc_empty()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_wb.c | 114 Curl_safefree(ntlm->response); in ntlm_wb_cleanup() 178 NTLM challenge/response which only accepts commands and output in ntlm_wb_init() 313 /* invalid response */ in ntlm_wb_response() 324 ntlm->response = strdup(ptr + 3); in ntlm_wb_response() 326 if(!ntlm->response) in ntlm_wb_response() 381 * This is for creating ntlm header output by delegating challenge/response 429 * by delegating the NTLM challenge/response protocol to a helper in Curl_output_ntlm_wb() 452 ntlm->response); in Curl_output_ntlm_wb() 454 Curl_safefree(ntlm->response); in Curl_output_ntlm_wb() 471 ntlm->response); in Curl_output_ntlm_wb() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_empty_response.c | 50 struct MHD_Response *response; in ahc_echo() local 53 response = MHD_create_response_from_buffer (0, NULL, in ahc_echo() 55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo() 56 MHD_destroy_response (response); in ahc_echo()
|
H A D | test_https_get_select.c | 53 struct MHD_Response *response; in ahc_echo() local 64 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 67 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo() 68 MHD_destroy_response (response); in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | test_long_header.c | 79 struct MHD_Response *response; in ahc_echo() local 84 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 87 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo() 88 MHD_destroy_response (response); in ahc_echo()
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | server-ws.c | 419 wsi->http.access_log.response = 101; in lws_process_ws_upgrade2() 573 * In the response subprotocol header, we need to name in lws_process_ws_upgrade() 644 char *response; in handshake_0405() local 681 /* create the response packet */ in handshake_0405() 685 response = (char *)pt->serv_buf + MAX_WEBSOCKET_04_KEY_LEN + in handshake_0405() 687 p = response; in handshake_0405() 716 * In the response subprotocol header, we need to name in handshake_0405() 755 /* end of response packet */ in handshake_0405() 759 /* okay send the handshake response accepting the connection */ in handshake_0405() 762 lws_ptr_diff(p, response)); in handshake_0405() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.cc | 641 Response response = scope.initialize(); in setBreakpointOnFunctionCall() local 642 if (!response.IsSuccess()) return response; in setBreakpointOnFunctionCall() 1054 Response response = currentCallFrames(&callFrames); in setScriptSource() local 1055 if (!response.IsSuccess()) return response; in setScriptSource() 1261 Response response = scope.initialize(); in evaluateOnCallFrame() local 1262 if (!response.IsSuccess()) return response; in evaluateOnCallFrame() 1276 response in evaluateOnCallFrame() 1301 Response response = scope.initialize(); setVariableValue() local 1344 Response response = scope.initialize(); setReturnValue() local 1381 Response response = setBlackboxPattern(pattern); setBlackboxPatterns() local 1757 Response response = currentCallFrames(&protocolCallFrames); didPauseOnInstrumentation() local 1887 Response response = currentCallFrames(&protocolCallFrames); didPause() local [all...] |
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
H A D | sendsharerequest_func_test.c | 27 MSG_NO, // receiver does not send response
28 MSG_RT, // receiver send response
186 Response response = {
in FEATURE_OnMessage02() local 190 returnCode = SAMGR_SendResponse(request, &response);
in FEATURE_OnMessage02() 233 Response response = {
in FEATURE_OnMessage03() local 237 returnCode = SAMGR_SendResponse(request, &response);
in FEATURE_OnMessage03() 347 static void DemoHandlerAndCheck(const Request *request, const Response *response)
in DemoHandlerAndCheck() argument 353 TEST_ASSERT_EQUAL_INT(strcmp((char *)response->data, responseData), 0);
in DemoHandlerAndCheck() 433 Response response = {
variable 438 int32 result = demoApi->SAMGR_SendSharedDirectRequestProxy(&feature->identity, &request, &response,
[all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | iec61883.c | 254 int response; in iec61883_read_header() local 342 response = avc1394_transaction(dv->raw1394, dv->node, in iec61883_read_header() 348 response = AVC1394_GET_OPERAND0(response); in iec61883_read_header() 349 dv->type = (response == 0x10 || response == 0x90 || response == 0x1A || response == 0x9A) ? in iec61883_read_header()
|
/third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
H A D | step-01-download-rfc.py | 8 response = urllib2.urlopen('https://tools.ietf.org/rfc/rfc7932.txt') variable 10 text = response.read()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | chap.c | 16 size_t challenge_len, u8 *response) in chap_md5() 27 return md5_vector(3, addr, len, response); in chap_md5() 15 chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, size_t challenge_len, u8 *response) chap_md5() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | chap.c | 16 size_t challenge_len, u8 *response) in chap_md5() 27 return md5_vector(3, addr, len, response); in chap_md5() 15 chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, size_t challenge_len, u8 *response) chap_md5() argument
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 22 treated as a valid response. 108 from urllib.response import addinfourl, addclosehook 169 See urllib.response.addinfourl for more detail on these properties. 174 the reason phrase returned by the server --- instead of the response 179 urllib.response.addinfourl object. 465 elif condition == "response": 492 # could. Otherwise, they return the response. 519 response = self._open(req, data) 521 # post-process response 525 response [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 1073 vksc_server::CompileShaderResponse response; in compileProgram() local 1074 getServer()->SendRequest(request, response); in compileProgram() 1076 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram() 1093 vksc_server::CompileShaderResponse response; in compileProgram() local 1094 getServer()->SendRequest(request, response); in compileProgram() 1096 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram() 1113 vksc_server::CompileShaderResponse response; in compileProgram() local 1114 getServer()->SendRequest(request, response); in compileProgram() 1155 vksc_server::CreateCacheResponse response; importPipelineCacheData() local [all...] |
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 7 # the marshalling and response parser code can also be used to 25 # 2001-03-28 fl Make sure response tuple is a singleton 92 The marshalling and response parser code can also be used to 99 ResponseError Indicates a broken response package 113 Unmarshaller Unmarshal an XML-RPC response from incoming XML event message 126 request (or response, if the methodresponse option is used). 216 # Indicates a broken XML-RPC response package. This exception is 217 # raised by the unmarshalling layer, if the XML-RPC response is 221 """Indicates a broken response package.""" 225 # Indicates an XML-RPC fault response packag [all...] |