HomeSort by relevance Sort by last modified time
    Searched refs:requests (Results 126 - 150 of 477) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 38 reqs := NewInt("requests")
42 if reqs != Get("requests").(*Int) {
88 reqs := NewFloat("requests-float")
92 if reqs != Get("requests-float").(*Float) {
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 6 // HTTP client requests.
29 // ctx. HTTP client requests made with the returned context will use
76 // of redirected requests.
150 // in the case of retried requests.
  /prebuilts/go/linux-x86/src/net/
sockopt_windows.go 29 // connection requests over the port cannot be guaranteed
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 38 // wg counts the number of outstanding HTTP requests on this server.
39 // Close blocks until all requests are finished.
146 // requests on this server have completed.
155 // requests) and new connections (those which connected
170 // we wait for "outstanding requests", so we don't close things
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 38 // wg counts the number of outstanding HTTP requests on this server.
39 // Close blocks until all requests are finished.
146 // requests on this server have completed.
155 // requests) and new connections (those which connected
170 // we wait for "outstanding requests", so we don't close things
  /external/python/cpython2/Lib/test/
test_urllib2_localnet.py 404 requests = [] variable in class:GetRequestHandler.FakeHTTPRequestHandler
417 self.requests.append(post_data)
421 self.requests.append(self.path)
505 self.assertEqual(handler.requests, ['/', '/somewhere_else'])
526 self.assertEqual(handler.requests, ['/weeble'])
541 self.assertEqual(handler.requests, ['/bizarre'])
555 self.assertEqual(handler.requests, ['/bizarre', 'get=with_feeling'])
665 # domain name requests in an attempt to boost traffic
678 # requests. The real solution would be to be able to
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 100 status_t captureList(const List<const CameraMetadata> &requests,
105 status_t setStreamingRequestList(const List<const CameraMetadata> &requests,
247 // Check if HalInterface support sending requests in batch
258 std::vector<camera3_capture_request_t*>& requests,
411 // The number of requests that should be submitted to HAL at a time.
413 // requests will be submitted to HAL at a time. The batch size for
414 // the following 7 requests will be ignored by the request thread.
430 void convertToRequestList(List<const CameraMetadata>& requests,
434 status_t submitRequestsHelper(const List<const CameraMetadata> &requests,
643 * Set or clear the list of repeating requests. Does not bloc
    [all...]
Camera3Device.cpp 636 lines = String8(" In-flight requests:\n");
797 List<const CameraMetadata> requests; local
799 convertToRequestList(requests, surfaceMaps, request);
801 return captureList(requests, surfaceMaps, /*lastFrameNumber*/NULL);
804 void Camera3Device::convertToRequestList(List<const CameraMetadata>& requests,
807 requests.push_back(request);
820 const List<const CameraMetadata> &requests,
837 res = convertMetadataListToRequestListLocked(requests, surfaceMaps,
1082 List<const CameraMetadata> requests; local
4469 const RequestList &requests = mRepeatingRequests; local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 149 public void sendImportRequest(final List<ImportRequest> requests) {
151 mService.handleImportRequest(requests, mListener);
233 ArrayList<ImportRequest> requests = new ArrayList<ImportRequest>(); local
236 requests.add(constructImportRequest(mSource, null, mDisplayName));
271 requests.add(request);
274 if (!requests.isEmpty()) {
275 mConnection.sendImportRequest(requests);
277 Log.w(LOG_TAG, "Empty import requests. Ignore it.");
    [all...]
  /external/e2fsprogs/lib/ss/
listen.c 145 #define get_request(tbl,idx) ((tbl) -> requests + (idx))
  /external/junit/src/main/java/org/junit/experimental/max/
MaxCore.java 9 import org.junit.internal.requests.SortingRequest;
  /prebuilts/go/darwin-x86/src/net/textproto/
textproto.go 13 // Pipeline, to manage pipelined requests and responses
55 // and a Pipeline to sequence concurrent requests on the connection.
writer.go 14 // requests or responses to a text protocol network connection.
  /prebuilts/go/linux-x86/src/net/textproto/
textproto.go 13 // Pipeline, to manage pipelined requests and responses
55 // and a Pipeline to sequence concurrent requests on the connection.
writer.go 14 // requests or responses to a text protocol network connection.
  /compatibility/cdd/8_performance-and-power/
8_5_consistent-performance.md 21 performance for at least 30 minutes, when the app requests it.
  /external/fmtlib/support/
manage.py 12 import re, requests, shutil, sys, tempfile
221 r = requests.post('https://api.github.com/repos/fmtlib/fmt/releases',
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 182 int numRequests, ACaptureRequest** requests,
185 session, cbs, numRequests, requests, captureSequenceId, /*isRepeating*/false);
192 int numRequests, ACaptureRequest** requests,
195 session, cbs, numRequests, requests, captureSequenceId, /*isRepeating*/true);
202 int numRequests, ACaptureRequest** requests,
217 ret = allocateCaptureRequest(requests[i], req);
676 // Normal requests hasn't catched up error frames, just break
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump.go 63 // DumpRequestOut is like DumpRequest but for outgoing client requests. It
177 // requests. The returned representation is an approximation only;
181 // intact. HTTP/2 requests are dumped in HTTP/1.x form, not in their
206 // is always set for incoming server requests. But because we
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 54 // A ClientCodec implements writing of RPC requests and
132 // any subsequent requests will get the ReadResponseBody
184 // NewClient returns a new Client to handle requests to the
195 // codec to encode requests and decode responses.
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 62 // requests in a program. We estimate the unsampled value by dividing
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump.go 63 // DumpRequestOut is like DumpRequest but for outgoing client requests. It
177 // requests. The returned representation is an approximation only;
181 // intact. HTTP/2 requests are dumped in HTTP/1.x form, not in their
206 // is always set for incoming server requests. But because we
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 54 // A ClientCodec implements writing of RPC requests and
132 // any subsequent requests will get the ReadResponseBody
184 // NewClient returns a new Client to handle requests to the
195 // codec to encode requests and decode responses.
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 62 // requests in a program. We estimate the unsampled value by dividing

Completed in 644 milliseconds

1 2 3 4 56 7 8 91011>>