Home
last modified time | relevance | path

Searched refs:response (Results 326 - 350 of 512) sorted by relevance

1...<<1112131415161718192021

/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_put.c91 struct MHD_Response *response; in ahc_echo() local
112 response = MHD_create_response_from_buffer (strlen (url), (void*) url, in ahc_echo()
114 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
115 MHD_destroy_response (response); in ahc_echo()
H A Dtest_put_chunked.c92 struct MHD_Response *response; in ahc_echo() local
117 fprintf (stderr, "Not ready for response: %u/%u\n", *done, 8); in ahc_echo()
121 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo()
124 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
125 MHD_destroy_response (response); in ahc_echo()
H A Dtest_quiesce.c82 struct MHD_Response *response; in ahc_echo() local
93 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo()
96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
97 MHD_destroy_response (response); in ahc_echo()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py209 summary("Receiving handover response")
212 summary("No response received")
266 # override to avoid parser error in request/response.pretty() in nfcpy
270 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
279 response = self.process_request(request)
280 summary("send handover response {}".format(response.type))
281 return response
H A Dwps-nfc.py145 # override to avoid parser error in request/response.pretty() in nfcpy
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
158 response = self.process_request(request)
159 summary("send handover response {}".format(response.type))
160 return response
245 summary("Receiving handover response")
248 summary("No response received")
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py209 summary("Receiving handover response")
212 summary("No response received")
266 # override to avoid parser error in request/response.pretty() in nfcpy
270 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
279 response = self.process_request(request)
280 summary("send handover response {}".format(response.type))
281 return response
H A Dwps-nfc.py145 # override to avoid parser error in request/response.pretty() in nfcpy
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
158 response = self.process_request(request)
159 summary("send handover response {}".format(response.type))
160 return response
245 summary("Receiving handover response")
248 summary("No response received")
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c660 udp_command (const int dev_no, char *command, int cmd_len, char *response, in udp_command() argument
664 * send udp command to given device and receive the response` in udp_command()
665 * returns: the length of the response or -1 in udp_command()
673 struct BJNP_command *resp = (struct BJNP_command *) response; in udp_command()
717 if ((numbytes = recv (sockfd, response, resp_len, 0)) == -1) in udp_command()
728 /* no response even after retry */ in udp_command()
1123 PDBG (bjnp_dbg (LOG_DEBUG2, "bjnp_finish_job: Finish scanjob response\n")); in bjnp_finish_job()
1142 struct POLL_RESPONSE *response; in bjnp_poll_scanner() local
1202 PDBG (bjnp_dbg (LOG_DEBUG2, "bjnp_poll_scanner: Poll details response:\n")); in bjnp_poll_scanner()
1204 response in bjnp_poll_scanner()
[all...]
/drivers/peripheral/clearplay/hdi_service/src/
H A Doem_certificate_service.cpp33 int32_t OemCertificateService::ProcessOemKeySystemResponse(const std::vector<uint8_t> &response) in ProcessOemKeySystemResponse() argument
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Doem_certificate_service.h32 int32_t ProcessOemKeySystemResponse(const std::vector<uint8_t>& response) override;
/third_party/backends/backend/
H A Dkvs1025_usb.h26 PKV_CMD_RESPONSE response);
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.h86 CodeGeneratorResponse* response, std::string* error_msg);
/third_party/selinux/libsepol/include/sepol/
H A Dcontext.h25 const char *mls2, int *response);
/third_party/curl/tests/
H A Dftpserver.pl775 # EHLO response when the client doesn't specify one but for now use
784 # Calculate the EHLO response
808 # Send the EHLO response
830 # response when the client doesn't specify one but for now use 127.0.0.1
838 # Send the HELO response
1164 # Calculate the CAPABILITY response
1177 # Send the CAPABILITY response
1245 my $response = "WE ROOLZ: $$\r\n";
1249 $data[0] = $response;
1733 # Calculate the CAPA response
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc66 auto &resp = downstream->response(); in timeoutcb()
925 auto &resp = downstream->response(); in htp_hdrs_completecb()
988 // Check upgrade before processing non-final response, since if in htp_hdrs_completecb()
989 // upgrade succeeded, 101 response is treated as final in nghttpx. in htp_hdrs_completecb()
994 // next response. in htp_hdrs_completecb()
996 // For non-final response code, we just call in htp_hdrs_completecb()
997 // on_downstream_header_complete() without changing response in htp_hdrs_completecb()
1005 // Ignore response body for non-final response. in htp_hdrs_completecb()
1058 // Ignore the response bod in htp_hdrs_completecb()
[all...]
H A Dshrpx_https_upstream.cc468 auto &resp = downstream->response(); in htp_hdrs_completecb()
568 // Ignore error if response has been completed. We will end up in in htp_bodycb()
601 // Here both response and request were completed. One of the in htp_msg_completecb()
602 // reason why end_upload_data() failed is when we sent response in htp_msg_completecb()
730 status_code = downstream->response().http_status; in on_read()
773 const auto &resp = downstream->response(); in on_write()
790 // We need this if response ends before request. in on_write()
917 DCLOG(INFO, dconn) << "The end of the response body was indicated by " in downstream_eof()
927 // we did not send any response headers, so we can reply error in downstream_eof()
980 auto &resp = downstream->response(); in send_reply()
[all...]
/third_party/ffmpeg/libavformat/
H A Drdt.h48 * Calculate the response (RealChallenge2 in the RTSP header) to the
52 * @param response pointer to response buffer, it should be at least 41 bytes
54 * @param chksum pointer to buffer containing a checksum of the response,
59 void ff_rdt_calc_response_and_checksum(char response[41], char chksum[9],
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-conmon.h88 int response; member
89 /**< h1 http response code */
103 /**< 0, or if a socket connection, us taken to acquire this DNS response
114 * response */
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java337 int response = JOptionPane.showConfirmDialog(this, in actionPerformed()
341 if (response == JOptionPane.YES_OPTION) { in actionPerformed()
345 String response = JOptionPane.showInputDialog(this, // Popup Project Menu -> New Project in actionPerformed()
348 if (response == null || response.trim().equals("")) return; in actionPerformed()
349 project = new RBProject(response); in actionPerformed()
413 String response = JOptionPane.showInputDialog(this, in actionPerformed()
416 if (response != null) { in actionPerformed()
417 // Test the response for white space in actionPerformed()
418 if (response in actionPerformed()
[all...]
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dmedia_key_system_proxy.h52 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
94 static int32_t ProcessKeySystemResponse_(const std::vector<uint8_t>& response, const sptr<IRemoteObject> remote);
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.h357 * Callback to be called when the response queue object was handled and
363 * @param status shows if actually the response was sent or it was
366 * status indicates an error but part of the response (in one
417 * Stream (Request) for which is the response.
424 struct SPDY_Response *response; member
449 * Callback to be called when the last bytes from the response was sent
837 * we are done sending our response (and stop
1001 * Represents a SPDY response.
1013 * response.
1018 * Callback function to be used when the response dat
[all...]
/third_party/skia/modules/canvaskit/tests/
H A Dutil.js11 .then((response) => response.arrayBuffer())
/third_party/ffmpeg/libavfilter/
H A Daf_afir.h66 int response; member
/third_party/node/test/parallel/
H A Dtest-inspector-async-hook-after-done.js22 }, () => console.log(`Message ${method} received the response`));
/third_party/python/Lib/test/
H A Dtest_nntplib.py67 resp = cm.exception.response
186 if not e.response.startswith("423 "):
416 """The client wants to read a response"""
921 self.assertEqual(cm.exception.response, "430 No Such Article Found")
924 self.assertEqual(cm.exception.response, "412 No newsgroup selected")
968 self.assertTrue(exc.response.startswith("411 No such group"),
969 exc.response)
1033 self.assertEqual(cm.exception.response, "430 No Such Article Found")
1081 self.assertEqual(cm.exception.response, "430 No Such Article Found")
1128 self.assertEqual(cm.exception.response, "43
[all...]

Completed in 19 milliseconds

1...<<1112131415161718192021