HomeSort by relevance Sort by last modified time
    Searched full:responses (Results 301 - 325 of 1150) sorted by null

<<11121314151617181920>>

  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 24 and the physical modem on the device. Responses from
25 wardmodem are verified against responses from the physical
84 # We keep a queue of responses from the wardmodem and physical modem,
225 Convert responses from the wardmodem into AT commands and send them to
428 Update the dictionary that maps wardmodem responses to AT commands.
642 While there are corresponding responses from wardmodem and physical
at_transceiver_unittest.py 455 Test the case when both responses arrive, but are not identical.
503 Test the case two wardmodem responses are queued, and then two matching
504 modem responses are received.
  /external/autotest/client/cros/netprotos/
zeroconf.py 93 # Observer list for new responses.
253 @return: A list of dns.DNS.RR responses to the provided query that can
293 @return: A list of dns.DNS.RR responses to the provided query that can
329 @return: A list of dns.DNS.RR responses to the provided query that can
368 @return: A list of dns.DNS.RR responses to the provided query that can
450 is recommended by the RFC and avoid unnecessary responses.
  /external/libmojo/mojo/public/cpp/bindings/tests/
sync_method_unittest.cc 417 // already a sync call ongoing. The responses arrive in order.
423 // order to test that responses are handled in the correct order.
443 // already a sync call ongoing. The responses arrive out of order.
449 // order to test that responses are handled in the correct order.
469 // call, async responses are queued until the sync call completes.
574 // call, async responses are queued. If the message pipe is disconnected
  /external/python/cpython2/Lib/
BaseHTTPServer.py 226 # The default request version. This only affects responses up until
358 short, long = self.responses[code]
398 if code in self.responses:
399 message = self.responses[code][0]
523 responses = { variable in class:BaseHTTPRequestHandler
581 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
  /external/python/cpython3/Doc/library/
http.server.rst 131 default with variables from :attr:`responses` based on the status code
136 Specifies the Content-Type HTTP header of error responses sent to the
141 This specifies the HTTP protocol version used in responses. If set to
144 header (using :meth:`send_header`) in all of its responses to clients.
153 .. attribute:: responses
193 a complete set of headers, as the response body. The :attr:`responses`
http.client.rst 58 The *strict* parameter was removed. HTTP 0.9-style "Simple Responses" are
82 The *strict* parameter was removed. HTTP 0.9-style "Simple Responses" are
109 The *strict* parameter was removed. HTTP 0.9 style "Simple Responses" are
206 .. data:: responses
210 Example: ``http.client.responses[http.client.NOT_FOUND]`` is ``'Not Found'``.
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPResponse.java 88 * responses SEQUENCE OF SingleResponse,
150 // allowed when checking validity of OCSP responses
316 // responses
505 "OCSP responses");
511 "OCSP responses", cpe);
568 "OCSP responses");
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
BaseHTTPServer.py 226 # The default request version. This only affects responses up until
358 short, long = self.responses[code]
387 if code in self.responses:
388 message = self.responses[code][0]
512 responses = { variable in class:BaseHTTPRequestHandler
570 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2_localnet.py 300 def GetRequestHandler(responses):
323 response_code, headers, body = responses.pop(0)
357 def start_server(self, responses):
358 handler = GetRequestHandler(responses)
370 responses = [
375 handler = self.start_server(responses)
  /prebuilts/gdb/linux-x86/lib/python2.7/
BaseHTTPServer.py 226 # The default request version. This only affects responses up until
358 short, long = self.responses[code]
387 if code in self.responses:
388 message = self.responses[code][0]
512 responses = { variable in class:BaseHTTPRequestHandler
570 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2_localnet.py 300 def GetRequestHandler(responses):
323 response_code, headers, body = responses.pop(0)
357 def start_server(self, responses):
358 handler = GetRequestHandler(responses)
370 responses = [
375 handler = self.start_server(responses)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 226 # The default request version. This only affects responses up until
358 short, long = self.responses[code]
387 if code in self.responses:
388 message = self.responses[code][0]
512 responses = { variable in class:BaseHTTPRequestHandler
570 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 300 def GetRequestHandler(responses):
323 response_code, headers, body = responses.pop(0)
357 def start_server(self, responses):
358 handler = GetRequestHandler(responses)
370 responses = [
375 handler = self.start_server(responses)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 226 # The default request version. This only affects responses up until
358 short, long = self.responses[code]
387 if code in self.responses:
388 message = self.responses[code][0]
512 responses = { variable in class:BaseHTTPRequestHandler
570 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 300 def GetRequestHandler(responses):
323 response_code, headers, body = responses.pop(0)
357 def start_server(self, responses):
358 handler = GetRequestHandler(responses)
370 responses = [
375 handler = self.start_server(responses)
  /tools/test/connectivity/acts/tests/google/wifi/
WifiRttManagerTest.py 278 # Vadlidate values in successful responses.
315 " the %d responses in successful callbacks, %s are invalid, %s has"
320 # Percentage of responses that are valid should be >= 90%.
323 self.log.info("%.2f%% of the responses are valid." %
327 # Among the valid responses, the percentage of having an in-range RTT
330 self.log.info("%.2f%% of valid responses have in-range RTT value" %
  /external/curl/lib/
imap.c 269 /* States which are interested in untagged responses */
291 /* SELECT is special in that its untagged responses do not have a
305 /* Ignore other untagged responses */
321 /* States which are interested in continuation responses */
848 /* For CAPABILITY responses */
935 /* For STARTTLS responses */
959 /* For SASL authentication responses */
993 /* For LOGIN responses */
1014 /* For LIST and SEARCH responses */
1040 /* For SELECT responses */
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 102 # Patterns to match server responses
342 """Return most recent 'RECENT' responses if any exist,
348 else list of RECENT responses, most recent last.
409 It will be called to process server continuation responses; the
561 (typ, [[QUOTAROOT responses...], [QUOTA responses]]) = <instance>.getquotaroot(mailbox)
574 'data' is list of LIST responses.
722 Flush all untagged responses.
728 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
729 other responses should be obtained via <instance>.response('FLAGS') etc
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1529 CvMat* responses = 0; local
1596 CvMat* responses = 0; local
    [all...]
  /external/python/cpython2/Doc/library/
urllib2.rst 144 codes as found in :attr:`BaseHTTPServer.BaseHTTPRequestHandler.responses`.
206 A class which defines a default handler for HTTP error responses; all responses
336 Process HTTP error responses.
474 post-process *protocol* responses.
648 define it if they want to post-process responses of the given *protocol*.
682 which says that 301 and 302 responses to ``POST`` requests must not be
684 do allow automatic redirection of these responses, changing the POST to a
936 Process HTTP error responses.
948 Process HTTPS error responses
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
Robolectric.java     [all...]
  /tools/test/connectivity/acts/tests/google/bt/pts/instructions/
GATT_PTS_INSTRUCTIONS 1058 Note: Both responses need to be sent in quick successtion of each other since PTS disconnects the link quickly if there is no response.
1180 Note: All responses need to be sent in quick successtion of each other since PTS disconnects the link quickly if there is no response.
    [all...]
  /device/google/taimen/
audio_platform_info_tavil.xml 109 responses="-0.98 -0.95 -0.89 -0.85 -0.81 -0.79 -0.77 -0.74 -0.71 -0.68 -0.66 -0.66 -0.63 -0.60 -0.57 -0.54 -0.53 -0.50 -0.50 -0.48 -0.46 -0.46 -0.41 -0.38 -0.33 -0.30 -0.34 -0.31 -0.29 -0.26 -0.23 -0.19 -0.17 -0.14 -0.11 -0.08 -0.05 -0.03 0.00 0.01 0.00 0.03 0.03 0.08 0.12 0.16 0.18 0.19 0.30 0.39 0.49 0.56 0.63 0.82 0.83 0.84 0.83 0.93 0.99 1.24 1.50 1.76 2.00 2.05 2.36 2.63 2.71 2.73 3.00 3.12 3.28 4.61 5.23 7.94 7.00 7.88 8.87 9.95 11.41 12.67 13.87 17.63 17.87 18.83 23.27 27.86 38.70 36.74 31.66 25.61 27.23 19.68 16.12"
114 responses="-1.17 -1.13 -1.09 -1.06 -1.02 -0.98 -0.96 -0.94 -0.91 -0.87 -0.84 -0.82 -0.79 -0.78 -0.76 -0.75 -0.72 -0.70 -0.68 -0.66 -0.63 -0.60 -0.58 -0.55 -0.53 -0.53 -0.49 -0.46 -0.43 -0.41 -0.37 -0.33 -0.30 -0.27 -0.24 -0.21 -0.16 -0.12 -0.07 -0.02 0.00 0.06 0.09 0.12 0.17 0.24 0.25 0.25 0.35 0.45 0.56 0.66 0.78 0.96 0.98 1.08 1.26 1.49 1.67 1.93 2.04 2.28 2.47 2.65 2.86 3.42 3.93 4.54 5.03 5.59 6.40 7.59 8.72 10.83 10.43 13.91 18.52 25.40 22.48 16.63 13.18 10.53 8.41 5.85 3.78 3.68 3.19 2.93 0.59 2.93 2.62 1.44 3.01"
119 responses="-0.95 -0.91 -0.87 -0.84 -0.79 -0.77 -0.76 -0.75 -0.71 -0.67 -0.65 -0.63 -0.61 -0.61 -0.59 -0.56 -0.56 -0.53 -0.51 -0.50 -0.49 -0.46 -0.45 -0.41 -0.41 -0.37 -0.33 -0.32 -0.30 -0.28 -0.24 -0.23 -0.20 -0.19 -0.15 -0.15 -0.12 -0.09 -0.04 -0.01 0.00 0.02 0.05 0.11 0.14 0.19 0.23 0.31 0.44 0.52 0.63 0.69 0.75 0.84 1.22 1.19 1.13 1.20 1.27 1.36 1.40 1.56 1.65 1.88 1.99 2.11 2.33 2.54 2.89 3.15 3.35 4.08 4.99 5.38 5.05 5.54 6.44 6.66 10.40 8.75 8.47 9.10 8.62 16.96 14.69 16.88 19.24 25.51 29.41 42.32 31.65 33.96 25.48"
  /external/curl/docs/
MAIL-ETIQUETTE 154 Failing to include details will only delay responses and make people respond
158 Expect the responses to primarily help YOU debug the issue, or ask YOU
164 responses in the future will greatly diminish.

Completed in 1344 milliseconds

<<11121314151617181920>>