/external/python/cpython2/Lib/test/ |
test_urllib2_localnet.py | 399 def GetRequestHandler(responses): 422 response_code, headers, body = responses.pop(0) 469 def start_server(self, responses): 470 handler = GetRequestHandler(responses) 479 def start_https_server(self, responses=None, **kwargs): 483 if responses is None: 484 responses = [(200, [], b"we care a bit")] 485 handler = GetRequestHandler(responses) 492 responses = [ 497 handler = self.start_server(responses) [all...] |
/frameworks/base/services/core/java/com/android/server/ |
NativeDaemonConnector.java | 421 * {@link NativeDaemonEvent#isClassContinue()} responses, including the 435 * {@link NativeDaemonEvent#isClassContinue()} responses, including the 451 * NativeDaemonEvent@isClassContinue()} responses, including the final 615 public BlockingQueue<NativeDaemonEvent> responses = field in class:NativeDaemonConnector.ResponseQueue.PendingCmd 624 // Note that we may have more responses for this command (and more readers 629 // responses queue may well have more responses yet to be read or may get more 630 // responses added to it. But all those readers/writers have retreived and 679 found.responses.put(response); 705 result = found.responses.poll(timeoutMs, TimeUnit.MILLISECONDS) [all...] |
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
ImapFolder.java | 152 String[] getSearchUids(List<ImapResponse> responses) { 155 for (ImapResponse response : responses) { 462 * Handle any untagged responses that the caller doesn't care to handle themselves. 464 * @param responses 466 private void handleUntaggedResponses(List<ImapResponse> responses) { 467 for (ImapResponse response : responses) { 716 final List<ImapResponse> responses = local 723 for (ImapResponse response : responses) { 759 final List<ImapResponse> responses = local 763 for (ImapResponse response : responses) { [all...] |
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 69 <link rel='http://gdata.youtube.com/schemas/2007#video.responses' 71 href='http://dm5.google.com/feeds/videos/nojWJ6-XmeQ/responses'></link> 144 <link rel='http://gdata.youtube.com/schemas/2007#video.responses' 146 href='http://dm5.google.com/feeds/videos/JahdnOQ9XCA/responses'></link> 214 <link rel='http://gdata.youtube.com/schemas/2007#video.responses' 216 href='http://dm5.google.com/feeds/videos/VcQIwbvGRKU/responses'></link> 277 <link rel='http://gdata.youtube.com/schemas/2007#video.responses' 279 href='http://dm5.google.com/feeds/videos/JsD6uEZsIsU/responses'></link> 350 <link rel='http://gdata.youtube.com/schemas/2007#video.responses' 352 href='http://dm5.google.com/feeds/videos/dt1fB62cGbo/responses'></link [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urllib2_localnet.py | 298 def GetRequestHandler(responses):
321 response_code, headers, body = responses.pop(0)
349 def start_server(self, responses):
350 handler = GetRequestHandler(responses)
362 responses = [
367 handler = self.start_server(responses)
|
/external/autotest/client/cros/cellular/wardmodem/configurations/ |
base.conf | 104 # responses from the wardmodem. 125 # Some responses don't have any AT command prefix at all. For those. 128 # Responses from modem_power_level_machine 135 # Responses from network_identity_machine 139 # Operator name responses 171 # This mode is required sometimes for responses from the modem that are
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
ImageLoader.java | 39 * this class must be made from the main thead, and all responses will be delivered to the main 46 /** Amount of time to wait after first response arrives before delivering all responses. */ 59 /** HashMap of the currently pending responses (waiting to be delivered). */ 267 * responses. Batching can be disabled entirely by passing in 0. 452 * Starts the runnable for batched delivery of responses if it is not already started. 459 // Note that this will be used to deliver responses to all callers in mBatchedResponses.
|
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl_ocsp.c | 144 * responses SEQUENCE OF SingleResponse, 151 STACK_OF(SingleResponse) *responses; 205 ASN1_SEQUENCE_OF(ResponseData, responses, SingleResponse), 698 num_resp = sk_SingleResponse_num(rd->responses); 705 cmp_sresp = sk_SingleResponse_value(rd->responses, 0); 710 sresp = sk_SingleResponse_value(rd->responses, j);
|
/external/libmicrohttpd/doc/chapters/ |
responseheaders.inc | 2 this chapter discusses the means to enrich the outgoing responses likewise. 5 header fields are added and set automatically for simple responses by the library 157 Serving dynamically created responses will be a topic of a future chapter.
|
/external/llvm/docs/ |
ReportingGuide.rst | 32 both private communication and public responses. Nothing in this document is 80 a decision as to how to respond. Responses may include: 120 advisory board itself, or the appropriateness of responses in general, but
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaDrmMockTest.java | 230 // Set up mock expected responses using properties 266 // Set up mock expected responses using properties 298 // Set up mock expected responses using properties 330 // Set up mock expected responses using properties 359 // Set up mock expected responses using properties 425 // Set up mock expected responses using properties 443 // Set up mock expected responses using properties 457 // Set up mock expected responses using properties 482 // Set up mock expected responses using properties [all...] |
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/res/values/ |
strings.xml | 8 <string name="settings_authenticate_responses">Authenticate responses</string>
|
/device/google/cuttlefish_common/common/commands/wifi_relay/ |
cmd.cpp | 64 const std::vector<nl_msg*> Cmd::Responses() const {
|
nl_client.cpp | 68 // Handle asynchronous messages & responses from netlink.
|
/external/apache-http/src/org/apache/http/message/ |
package.html | 45 {@link org.apache.http.message.BasicHttpResponse responses}.
|
/external/autotest/server/cros/network/ |
frame_sender.py | 24 @param probe_resp_footer: footer bytes for probe responses.
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
control | 24 It also checks that responses with continuation state work properly,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
control | 24 * responses to invalid requests
|
/external/curl/docs/examples/ |
ftpgetresp.c | 39 #define FTPHEADERS "ftp-responses"
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_HTTP200ALIASES.3 | 35 200 responses. Some servers respond with a custom header response line. For
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.et | 100 # Following used for internationalization of untagged OK/NO responses
|
/external/kernel-headers/original/uapi/linux/ |
fanotify.h | 101 /* Legit userspace responses to a _PERM event */
|
/external/libevent/test/ |
regress_testutils.h | 50 /* used to look up pre-canned responses in a search table */
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
RewriteResponseCacheControl.java | 56 // Force this request's response to be written to the cache. This way, subsequent responses
|
/external/python/cpython2/Demo/ |
README | 20 comparisons A set of responses to a really old language-comparison
|