Home
last modified time | relevance | path

Searched refs:REQUEST (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksClient.hpp52 template <typename REQUEST, typename RESPONSE>
53 void SendRequest(REQUEST& request, RESPONSE& response) in SendRequest()
56 SendPayloadWithHeader(&socket, REQUEST::Type(), Serialize(request)); in SendRequest()
62 template <typename REQUEST>
63 void SendRequest(REQUEST& request) in SendRequest()
66 SendPayloadWithHeader(&socket, REQUEST::Type(), Serialize(request)); in SendRequest()
/third_party/node/test/parallel/
H A Dtest-http-parser.js27 const { REQUEST, RESPONSE } = HTTPParser;
86 const parser = newParser(REQUEST);
99 parser.initialize(REQUEST, {});
204 const parser = newParser(REQUEST);
233 const parser = newParser(REQUEST);
268 const parser = newParser(REQUEST);
299 const parser = newParser(REQUEST);
340 const parser = newParser(REQUEST);
379 const parser = newParser(REQUEST);
437 const parser = newParser(REQUEST);
[all...]
H A Dtest-http-parser-bad-ref.js28 parser.initialize(HTTPParser.REQUEST, {});
/third_party/node/benchmark/http/
H A Dbench-parser.js14 const REQUEST = HTTPParser.REQUEST;
22 const parser = newParser(REQUEST);
27 parser.initialize(REQUEST, {});
/third_party/node/test/async-hooks/
H A Dtest-httpparser.request.js14 const REQUEST = HTTPParser.REQUEST;
23 parser.initialize(REQUEST, {});
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc190 GenerateGetPrototype(REQUEST, printer); in GenerateImplementation()
273 if (which == REQUEST) { in GenerateGetPrototype()
287 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()
303 which == REQUEST ? "input" : "output"); in GenerateGetPrototype()
H A Dcpp_service.h77 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc97 GenerateGetPrototype(REQUEST, printer); in Generate()
168 GenerateGetPrototype(REQUEST, printer); in GenerateNewReflectiveBlockingServiceMethod()
297 "request_or_response", (which == REQUEST) ? "Request" : "Response"); in GenerateGetPrototype()
306 (which == REQUEST) in GenerateGetPrototype()
H A Djava_service.h67 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dmain.cc257 template <typename REQUEST, typename RESPONSE = typename REQUEST::Response>
258 RESPONSE Send(Stream& s, const REQUEST& req) { in Send()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.c465 SM_STATE(BE_AUTH, REQUEST) in SM_STATE()
467 SM_ENTRY_MA(BE_AUTH, REQUEST, be_auth); in SM_STATE()
560 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
569 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
593 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
601 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.c466 SM_STATE(BE_AUTH, REQUEST) in SM_STATE()
468 SM_ENTRY_MA(BE_AUTH, REQUEST, be_auth); in SM_STATE()
561 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
570 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
594 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
602 SM_ENTER(BE_AUTH, REQUEST); in SM_STEP()
/third_party/node/test/sequential/
H A Dtest-async-wrap-getasyncid.js175 parser.initialize(HTTPParser.REQUEST, {});
/third_party/nghttp2/src/
H A Dshrpx_config_test.cc92 CU_ASSERT(LogFragmentType::REQUEST == res[4].type); in test_shrpx_config_parse_log_format()
H A Dshrpx_log.h226 REQUEST, member in shrpx::LogFragmentType
H A Dshrpx_log.cc627 case LogFragmentType::REQUEST: in upstream_accesslog()
H A Dshrpx_config.cc527 return LogFragmentType::REQUEST; in log_var_lookup_token()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c471 SM_STATE(SUPP_BE, REQUEST) in SM_STATE()
473 SM_ENTRY(SUPP_BE, REQUEST); in SM_STATE()
587 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL in SM_STEP()
601 wpa_printf(MSG_DEBUG, "EAPOL: SUPP_BE REQUEST: both " in SM_STEP()
629 SM_ENTER(SUPP_BE, REQUEST); in SM_STEP()
638 SM_ENTER(SUPP_BE, REQUEST); in SM_STEP()
1038 return "REQUEST"; in eapol_supp_be_state()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c494 SM_STATE(SUPP_BE, REQUEST) in SM_STATE()
496 SM_ENTRY(SUPP_BE, REQUEST); in SM_STATE()
610 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL in SM_STEP()
624 wpa_printf(MSG_DEBUG, "EAPOL: SUPP_BE REQUEST: both " in SM_STEP()
652 SM_ENTER(SUPP_BE, REQUEST); in SM_STEP()
661 SM_ENTER(SUPP_BE, REQUEST); in SM_STEP()
1063 return "REQUEST"; in eapol_supp_be_state()
/third_party/node/lib/
H A D_http_server.js662 HTTPParser.REQUEST,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c1046 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST } msg; in wpa_receive() enumerator
1125 msg = REQUEST; in wpa_receive()
1140 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 || in wpa_receive()
1306 case REQUEST: in wpa_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c957 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST } msg; in wpa_receive() enumerator
1037 msg = REQUEST; in wpa_receive()
1052 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 || in wpa_receive()
1228 case REQUEST: in wpa_receive()

Completed in 33 milliseconds