Home
last modified time | relevance | path

Searched defs:response (Results 1 - 25 of 269) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-01-download-rfc.py8 response = urllib2.urlopen('https://tools.ietf.org/rfc/rfc7932.txt') variable
/arkcompiler/toolchain/tooling/agent/
H A Dcss_impl.cpp47 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
H A Doverlay_impl.cpp49 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
H A Ddom_impl.cpp47 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
H A Dtarget_impl.cpp47 DispatchResponse response = DispatchResponse::Ok(); in SetAutoAttach() local
H A Dpage_impl.cpp47 DispatchResponse response = DispatchResponse::Ok(); in GetNavigationHistory() local
/arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/
H A Ddispatchresponsecreatecode_fuzzer.cpp34 DispatchResponse response = DispatchResponse::Create(code, message); in DispatchResponseCreateCodeFuzzTest() local
/third_party/curl/lib/vauth/
H A Dcram.c67 char *response; in Curl_auth_create_cram_md5_message() local
H A Dgsasl.c104 char *response; in Curl_auth_gsasl_token() local
/third_party/node/test/parallel/
H A Dtest-whatwg-url-toascii.js
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dchap.c15 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 Dchap.c15 chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, size_t challenge_len, u8 *response) chap_md5() argument
/arkcompiler/toolchain/tooling/test/
H A Dprotocol_handler_test.cpp101 DispatchResponse response = DispatchResponse::Create(code, msg); in HWTEST_F_L0() local
H A Dprofiler_impl_test.cpp56 DispatchResponse response = profiler->Disable(); in HWTEST_F_L0() local
65 DispatchResponse response = profiler->Enable(); in HWTEST_F_L0() local
75 DispatchResponse response = profiler->Start(); in HWTEST_F_L0() local
88 DispatchResponse response = profiler->Stop(&profile); in HWTEST_F_L0() local
98 DispatchResponse response = profiler->SetSamplingInterval(params); HWTEST_F_L0() local
108 DispatchResponse response = profiler->EnableSerializationTimeoutCheck(params); HWTEST_F_L0() local
117 DispatchResponse response = profiler->DisableSerializationTimeoutCheck(); HWTEST_F_L0() local
126 DispatchResponse response = profiler->GetBestEffortCoverage(); HWTEST_F_L0() local
134 DispatchResponse response = profiler->StopPreciseCoverage(); HWTEST_F_L0() local
142 DispatchResponse response = profiler->TakePreciseCoverage(); HWTEST_F_L0() local
153 DispatchResponse response = profiler->StartPreciseCoverage(*params); HWTEST_F_L0() local
161 DispatchResponse response = profiler->StartTypeProfile(); HWTEST_F_L0() local
169 DispatchResponse response = profiler->StopTypeProfile(); HWTEST_F_L0() local
177 DispatchResponse response = profiler->TakeTypeProfile(); HWTEST_F_L0() local
[all...]
/third_party/protobuf/conformance/
H A Dconformance_php.php31 $response = new \Conformance\ConformanceResponse(); variable
102 $response = doTest($request); global() variable
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dhellobrowser.c24 struct MHD_Response *response; in answer_to_connection() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbasicauth.c116 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/python/Lib/urllib/
H A Derror.py14 import urllib.response namespace
/third_party/python/Lib/test/
H A Dtest_urllib_response.py5 import urllib.response namespace
/third_party/rust/crates/rustix/tests/net/
H A Dconnect_bind_send.rs28 let mut response = [0_u8; 128]; in net_v4_connect_any() variables
67 let mut response = [0_u8; 128]; in net_v6_connect_any() variables
103 let mut response = [0_u8; 128]; in net_v4_connect() variables
146 let mut response in net_v6_connect() variables
178 let mut response = [0_u8; 128]; net_v4_bind_any() variables
217 let mut response = [0_u8; 128]; net_v6_bind_any() variables
253 let mut response = [0_u8; 128]; net_v4_sendto() variables
298 let mut response = [0_u8; 128]; net_v6_sendto() variables
333 let mut response = [0_u8; 128]; net_v4_sendto_any() variables
375 let mut response = [0_u8; 128]; net_v6_sendto_any() variables
424 let mut response = [0_u8; 128]; net_v4_acceptfrom() variables
478 let mut response = [0_u8; 128]; net_v6_acceptfrom() variables
[all...]
/arkcompiler/toolchain/tooling/
H A Dprotocol_handler.cpp86 void ProtocolHandler::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse() argument
124 std::unique_ptr<PtJson> ProtocolHandler::CreateErrorReply(const DispatchResponse &response) in CreateErrorReply() argument
/arkcompiler/toolchain/websocket/
H A Dhttp.cpp74 std::string HttpResponse::DecodeVersion(const std::string& response, std::string::size_type versionStartPos) in DecodeVersion() argument
87 std::string HttpResponse::DecodeStatus(const std::string& response, std::string::size_type versionEndPos) in DecodeStatus() argument
105 Decode(const std::string& response, HttpResponse& parsed) Decode() argument
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/
H A Drawfile_request.h39 ArkWeb_Response *response() { return response_; } in response() function in RawfileRequest
/third_party/curl/lib/
H A Dhttp_digest.c79 char *response; in Curl_output_digest() local
/third_party/libcoap/tests/
H A Dtest_error_response.c34 coap_pdu_t *response; in t_error_response1() local
63 coap_pdu_t *response; t_error_response2() local
93 coap_pdu_t *response; t_error_response3() local
132 coap_pdu_t *response; t_error_response4() local
173 coap_pdu_t *response; t_error_response5() local
214 coap_pdu_t *response; t_error_response6() local
255 coap_pdu_t *response; t_error_response7() local
291 coap_pdu_t *response; t_error_response8() local
[all...]

Completed in 7 milliseconds

1234567891011