Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/external/glide/library/src/main/java/com/bumptech/glide/manager/
DRequestTracker.java19 …private final Set<Request> requests = Collections.newSetFromMap(new WeakHashMap<Request, Boolean>(… field in RequestTracker
26 requests.add(request); in runRequest()
34 requests.add(request); in addRequest()
41 requests.remove(request); in removeRequest()
56 for (Request request : requests) { in pauseRequests()
68 for (Request request : requests) { in resumeRequests()
79 for (Request request : requests) { in clearRequests()
88 for (Request request : requests) { in restartRequests()
/external/skia/tools/skiaserve/tester/
Dtester.py10 import requests
55 return Check(requests.get(self.url + '/info'))
62 return Check(requests.post(self.url + '/new', files=files))
66 return WriteJson(Check(requests.get(self.url + '/cmd')), path)
72 return WritePng(Check(requests.get(url)), path)
75 return Check(requests.post(self.url + '/enableGPU/1'))
78 return Check(requests.post(self.url + '/enableGPU/0'))
86 return WriteJson(Check(requests.get(self.url + '/batches')), path)
/external/python/cpython2/Doc/library/
Ddocxmlrpcserver.rst19 requests. Servers can either be free standing, using :class:`~DocXMLRPCServer.DocXMLRPCServer`,
32 Create a new instance to handle XML-RPC requests in a CGI environment.
38 POST requests, documentation GET requests, and modifies logging so that the
50 self-documenting, stand alone XML-RPC servers. HTTP POST requests are handled as
51 XML-RPC method calls. HTTP GET requests are handled by generating pydoc-style
79 creating self-documenting, XML-RPC CGI scripts. HTTP POST requests are handled
80 as XML-RPC method calls. HTTP GET requests are handled by generating pydoc-style
/external/guava/guava-tests/benchmark/com/google/common/cache/
DLoadingCacheSingleThreadBenchmark.java48 static AtomicLong requests = new AtomicLong(0); field in LoadingCacheSingleThreadBenchmark
72 requests.set(0); in setUp()
81 requests.addAndGet(reps); in time()
98 double req = requests.get(); in tearDown()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel_unittest.py295 def _expect_transaction(self, requests, responses=None): argument
305 last_request = requests[len(requests) - 1]
306 earlier_requests = requests[:len(requests) - 1]
316 def _verify_transaction_successful(self, requests, responses): argument
325 self._channel.bidirectional_transaction(*requests))
329 def _verify_transaction_failed(self, requests): argument
339 *requests)
/external/guava/guava-tests/benchmark/com/google/common/collect/
DMapMakerSingleThreadBenchmark.java51 static AtomicLong requests = new AtomicLong(0); field in MapMakerSingleThreadBenchmark
75 requests.set(0); in setUp()
84 requests.addAndGet(reps); in time()
101 double req = requests.get(); in tearDown()
/external/curl/docs/cmdline-opts/
Ddns-ipv6-addr.d3 Help: IPv6 address to use for DNS requests
9 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
10 the DNS requests originate from this address. The argument should be a
Ddns-ipv4-addr.d3 Help: IPv4 address to use for DNS requests
9 Tell curl to bind to <ip-address> when making IPv4 DNS requests, so that
10 the DNS requests originate from this address. The argument should be a
Ddns-interface.d3 Help: Interface to use for DNS requests
9 Tell curl to send outgoing DNS requests through <interface>. This option is a
Dhttp2-prior-knowledge.d9 Tells curl to issue its non-TLS HTTP requests using HTTP/2 without HTTP/1.1
11 away. HTTPS requests will still do HTTP/2 the standard way with negotiated
Dpost302.d7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
8 requests when following a 302 redirection. The non-RFC behaviour is ubiquitous
Dpost303.d7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
8 requests when following a 303 redirection. The non-RFC behaviour is ubiquitous
/external/autotest/scheduler/
Drdb_utils.py119 self.requests = []
121 self.requests.append(request)
129 def _batch_requests(cls, requests): argument
141 return sorted(collections.Counter(requests).items(), key=sort_function,
/external/wpa_supplicant_8/src/wps/
Dhttp_server.c36 struct http_request *requests; member
101 r = srv->requests; in http_request_deinit()
107 srv->requests = r->next; in http_request_deinit()
222 req->next = srv->requests; in http_server_cb()
223 srv->requests = req; in http_server_cb()
305 http_request_free_all(srv->requests); in http_server_deinit()
/external/junit/src/main/java/org/junit/runner/
DRequest.java6 import org.junit.internal.requests.ClassRequest;
7 import org.junit.internal.requests.FilterRequest;
8 import org.junit.internal.requests.SortingRequest;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_utility_unittest.cc33 EXPECT_EQ(0U, stats.requests()); in TEST()
36 EXPECT_EQ(1U, stats.requests()); in TEST()
50 EXPECT_EQ(6U, stats.requests()); in TEST()
74 EXPECT_EQ(8U, stats.requests()); in TEST()
/external/okhttp/mockwebserver/
DREADME.md11 then verify that requests were made as expected.
26 3. Verify that the expected requests were made.
44 // Ask the server for its URL. You'll need this to make HTTP requests.
47 // Exercise your application code, which should make those HTTP requests.
61 // Optional: confirm that your app made the HTTP requests you were expecting.
105 Verify requests by their method, path, HTTP version, body, and headers.
117 Dispatcher to handle requests using another policy. One natural policy is to
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DOCSPReq.java117 Req[] requests = new Req[seq.size()]; in getRequestList() local
119 for (int i = 0; i != requests.length; i++) in getRequestList()
121 requests[i] = new Req(Request.getInstance(seq.getObjectAt(i))); in getRequestList()
124 return requests; in getRequestList()
/external/volley/
DCONTRIBUTING.md22 use GitHub pull requests for this purpose. Consult [GitHub Help] for more
23 information on using pull requests.
25 [GitHub Help]: https://help.github.com/articles/about-pull-requests/
/external/valgrind/drd/tests/
Dcustom_alloc_fiw.stderr.exp2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
/external/webrtc/webrtc/p2p/base/
Dstunrequest.cc77 std::vector<StunRequest*> requests; in Clear() local
79 requests.push_back(i->second); in Clear()
81 for (uint32_t i = 0; i < requests.size(); ++i) { in Clear()
84 delete requests[i]; in Clear()
/external/autotest/server/cros/network/
Darping_runner.py84 requests = 0
100 requests += 1
105 if count != len(latencies) + requests:
/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc282 Requests requests; in ProcessRequestsOnBackendThread() local
285 requests_.swap(requests); in ProcessRequestsOnBackendThread()
287 for (size_t i = 0; i < requests.size(); ++i) { in ProcessRequestsOnBackendThread()
288 if (requests[i].type == REQUEST_START) { in ProcessRequestsOnBackendThread()
289 backend_.StartWatching(requests[i].start_data); in ProcessRequestsOnBackendThread()
291 backend_.StopWatching(requests[i].stop_id); in ProcessRequestsOnBackendThread()
/external/autotest/server/site_tests/brillo_WebservdSanity/
Dbrillo_WebservdSanity.py5 import requests
36 r = requests.get('http://localhost:8998/webservd-test-client/ping')
/external/ltp/testcases/network/stress/ssh/
Dssh-stress03-rmt37 requests="$5"
60 netstress -r $requests -l -H $localhost -g $lport > /dev/null

12345678910>>...17