| /third_party/nghttp2/src/ |
| D | shrpx_mruby_module_response.cc | 53 const auto &resp = downstream->response(); in response_get_http_version_major() local 62 const auto &resp = downstream->response(); in response_get_http_version_minor() local 71 const auto &resp = downstream->response(); in response_get_status() local 80 auto &resp = downstream->response(); in response_set_status() local 100 const auto &resp = downstream->response(); in response_get_headers() local 110 auto &resp = downstream->response(); in response_mod_header() local 194 auto &resp = downstream->response(); in response_clear_headers() local 207 auto &resp = downstream->response(); in response_return() local 283 auto &resp = downstream->response(); in response_send_info() local
|
| /third_party/gstreamer/gstplugins_bad/sys/msdk/ |
| D | gstmsdkcontext.c | 433 _find_response (gconstpointer resp, gconstpointer comp_resp) in _find_response() 457 _find_request (gconstpointer resp, gconstpointer req) in _find_request() 473 mfxFrameAllocResponse * resp) in gst_msdk_context_get_cached_alloc_responses() 500 create_surfaces (GstMsdkContext * context, GstMsdkAllocResponse * resp) in create_surfaces() 525 remove_surfaces (GstMsdkContext * context, GstMsdkAllocResponse * resp) in remove_surfaces() 534 GstMsdkAllocResponse * resp) in gst_msdk_context_add_alloc_response() 544 mfxFrameAllocResponse * resp) in gst_msdk_context_remove_alloc_response() 566 check_surfaces_available (GstMsdkContext * context, GstMsdkAllocResponse * resp) in check_surfaces_available() 599 mfxFrameAllocResponse * resp) in gst_msdk_context_get_surface_available() 647 mfxFrameAllocResponse * resp, mfxFrameSurface1 * surface) in gst_msdk_context_put_surface_locked() [all …]
|
| D | gstmsdkallocator_d3d.c | 37 mfxFrameAllocResponse * resp) in gst_msdk_frame_alloc() 43 gst_msdk_frame_free (mfxHDL pthis, mfxFrameAllocResponse * resp) in gst_msdk_frame_free()
|
| /third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/ |
| D | ServletMain.java | 63 …protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, I… in doPost() 128 …protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IO… in doGet() 155 HttpServletResponse resp, in handleSingleNumberMigration() 200 public void handleFileMigration(HttpServletRequest req, HttpServletResponse resp, in handleFileMigration()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | p2p_supplicant_sd.c | 183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_empty() 202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_proto_not_avail() 210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_bad_request() 217 static void wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_not_found() 226 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_bonjour() 289 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_bonjour() 360 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_upnp() 396 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_upnp() 478 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_wfd() 558 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_asp() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | p2p_supplicant_sd.c | 183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_empty() 202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_proto_not_avail() 210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_bad_request() 217 static void wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_not_found() 226 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_bonjour() 289 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_bonjour() 360 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_upnp() 396 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_upnp() 478 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_wfd() 558 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_asp() [all …]
|
| /third_party/grpc/test/cpp/end2end/ |
| D | interceptors_util.cc | 35 EchoResponse resp; in MakeCall() local 48 EchoResponse resp; in MakeClientStreamingCall() local 68 EchoResponse resp; in MakeServerStreamingCall() local 84 EchoResponse resp; in MakeBidiStreamingCall() local 163 EchoResponse resp; in MakeCallbackCall() local
|
| D | mock_test.cc | 196 EchoResponse resp; in TEST_F() local 225 EchoResponse resp; in TEST_F() local 238 EchoResponse resp; in TEST_F() local 259 std::string resp(""); in RequestStream() local 347 EchoResponse resp; in TEST_F() local 363 EchoResponse resp; in TEST_F() local
|
| /third_party/grpc/examples/cpp/keyvaluestore/ |
| D | caching_interceptor.h | 83 keyvaluestore::Response resp; in Intercept() local 96 keyvaluestore::Response* resp = in Intercept() local
|
| /third_party/grpc/include/grpcpp/impl/codegen/ |
| D | server_callback_impl.h | 313 void StartWrite(const Response* resp) { in StartWrite() 323 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite() 351 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish() 377 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast() 595 void StartWrite(const Response* resp) { in StartWrite() 598 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite() 612 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish() 629 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast()
|
| D | server_callback.h | 313 void StartWrite(const Response* resp) { in StartWrite() 323 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite() 351 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish() 377 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast() 590 void StartWrite(const Response* resp) { in StartWrite() 593 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite() 607 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish() 624 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| D | eap_ttls.c | 243 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate() 351 struct wpabuf **resp) in eap_ttls_phase2_eap_process() 378 struct wpabuf **resp) in eap_ttls_phase2_request_eap_method() 452 struct wpabuf **resp) in eap_ttls_phase2_request_eap() 508 struct wpabuf **resp) in eap_ttls_phase2_request_mschapv2() 603 struct wpabuf **resp) in eap_ttls_phase2_request_mschap() 706 struct wpabuf **resp) in eap_ttls_phase2_request_pap() 760 struct wpabuf **resp) in eap_ttls_phase2_request_chap() 842 struct wpabuf **resp) in eap_ttls_phase2_request() 1094 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| D | eap_ttls.c | 243 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate() 339 struct wpabuf **resp) in eap_ttls_phase2_eap_process() 365 u8 method, struct wpabuf **resp) in eap_ttls_phase2_request_eap_method() 437 struct wpabuf **resp) in eap_ttls_phase2_request_eap() 479 struct wpabuf **resp) in eap_ttls_phase2_request_mschapv2() 574 struct wpabuf **resp) in eap_ttls_phase2_request_mschap() 677 struct wpabuf **resp) in eap_ttls_phase2_request_pap() 731 struct wpabuf **resp) in eap_ttls_phase2_request_chap() 813 struct wpabuf **resp) in eap_ttls_phase2_request() 1065 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response() [all …]
|
| /third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
| D | convertToAsyncFunction_InnerPromiseRet.ts | 14 const resp = await fetch("https://typescriptlang.org"); constant
|
| D | convertToAsyncFunction_MultipleReturns1.ts | 21 const resp = await x; constant
|
| D | convertToAsyncFunction_InnerPromise.ts | 15 const resp = await fetch("https://typescriptlang.org"); constant
|
| D | convertToAsyncFunction_InnerVarNameConflict.ts | 14 const resp = await fetch("https://typescriptlang.org"); constant
|
| D | convertToAsyncFunction_InnerPromiseRetBinding1.ts | 14 const resp = await fetch("https://typescriptlang.org"); constant
|
| D | convertToAsyncFunction_InnerPromiseRetBinding2.ts | 14 const resp = await fetch("https://typescriptlang.org"); constant
|
| D | convertToAsyncFunction_MultipleReturns2.ts | 22 const resp = await x; constant
|
| D | convertToAsyncFunction_InnerPromiseSimple.ts | 14 const resp = await fetch("https://typescriptlang.org"); constant
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | gas_server.c | 39 struct wpabuf *resp; member 97 struct wpabuf *resp; in gas_server_send_resp() local 172 struct wpabuf *resp; in gas_server_rx_initial_req() local 263 struct wpabuf *resp; in gas_server_handle_rx_comeback_req() local 472 struct wpabuf *resp) in gas_server_set_resp() 556 void (*status_cb)(void *ctx, struct wpabuf *resp, in gas_server_register()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
| D | gstrtspextension.c | 89 gst_rtsp_extension_detect_server (GstRTSPExtension * ext, GstRTSPMessage * resp) in gst_rtsp_extension_detect_server() 116 GstRTSPMessage * resp) in gst_rtsp_extension_after_send() 211 GstRTSPMessage * resp) in gst_rtsp_extension_send()
|
| /third_party/grpc/test/core/tsi/alts/handshaker/ |
| D | alts_handshaker_service_api_test_lib.cc | 22 grpc_gcp_HandshakerResp* resp, upb_arena* arena, uint32_t max_major, in grpc_gcp_handshaker_resp_set_peer_rpc_versions() 50 grpc_gcp_HandshakerReq* resp = grpc_gcp_HandshakerReq_parse( in grpc_gcp_handshaker_req_decode() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| D | tlsv1_client_ocsp.c | 113 const u8 *resp, size_t len, in tls_process_ocsp_single_response() 313 struct x509_certificate *issuer, const u8 *resp, in tls_process_ocsp_responses() 346 const u8 *resp, size_t len) in tls_process_basic_ocsp_response() 649 const u8 *resp, size_t len) in tls_process_ocsp_response()
|