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

<<11121314151617181920

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 38 uint32_t requests() const { return requests_; } function in class:webrtc::RTCPUtility::NackStats
  /prebuilts/go/darwin-x86/src/net/http/
response.go 101 // This is only populated for Client requests.
301 // POST/PUT requests, even if zero length. See Issue 8180.
fs.go 100 // is that it handles Range requests properly, sets the MIME type, and
102 // and If-Range requests.
120 // ServeContent uses it to handle requests using If-Match, If-None-Match, or If-Range.
630 // will reject requests where r.URL.Path contains a ".." path element.
668 // FileServer returns a handler that serves HTTP requests
transfer.go 159 // requests, because it's only those types of requests
426 // Transfer semantics for Requests are exactly like those for
535 // Issue 12785; ignore Transfer-Encoding on HTTP/1.0 requests.
615 // For HTTP requests, as part of hardening against request
771 // subsequent requests on the server connection. See
server.go 123 // Request.Body. For HTTP/1.x requests, handlers should read any
127 // may be unavailable. For HTTP/2 requests, the Go HTTP server permits
430 // subsequent requests on this connection and stop reading
1014 // Accept "PRI * HTTP/2.0" upgrade requests, so Handlers can
1020 // Reject HTTP/0.x, and all other HTTP/2+ requests (which
    [all...]
transport_test.go 44 // TODO: test 5 pipelined requests with responses: 1) OK, 2) OK, Connection: Close
126 // Two subsequent requests and verify their response is the same.
267 // if the Transport's DisableKeepAlives is set, all requests should
391 // Start 3 outstanding requests and wait for the server to get them.
489 t.Errorf("expected a different connection between requests. got %q both times", first)
589 // send more requests, so we don't
646 // on responses to HEAD requests.
683 t.Errorf("ip/ports differed between head requests: %q vs %q", v1, v2)
692 // Requests with no accept-encoding header use transparent compression
694 // Requests with other accept-encoding should pass through unmodifie
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
response.go 101 // This is only populated for Client requests.
301 // POST/PUT requests, even if zero length. See Issue 8180.
fs.go 100 // is that it handles Range requests properly, sets the MIME type, and
102 // and If-Range requests.
120 // ServeContent uses it to handle requests using If-Match, If-None-Match, or If-Range.
630 // will reject requests where r.URL.Path contains a ".." path element.
668 // FileServer returns a handler that serves HTTP requests
transfer.go 159 // requests, because it's only those types of requests
426 // Transfer semantics for Requests are exactly like those for
535 // Issue 12785; ignore Transfer-Encoding on HTTP/1.0 requests.
615 // For HTTP requests, as part of hardening against request
771 // subsequent requests on the server connection. See
server.go 123 // Request.Body. For HTTP/1.x requests, handlers should read any
127 // may be unavailable. For HTTP/2 requests, the Go HTTP server permits
430 // subsequent requests on this connection and stop reading
1014 // Accept "PRI * HTTP/2.0" upgrade requests, so Handlers can
1020 // Reject HTTP/0.x, and all other HTTP/2+ requests (which
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 47 * <p>The voice interactor revolves around submitting voice interaction requests to the
48 * back-end voice interaction service that is working with the user. These requests are
51 * possible requests are {@link ConfirmationRequest} and {@link CommandRequest}.
59 * VoiceInteractor and any outstanding requests. Because of this, you should always use
208 * Base class for voice interaction requests that can be submitted to the interactor.
1005 Request[] requests = new Request[N]; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2RecordingTest.java 531 * {@value #BURST_VIDEO_SNAPSHOT_NUM} capture requests will be sent.
673 List<CaptureRequest> requests = local
676 requests.add(request);
678 mSession.captureBurst(requests, resultListener, mHandler);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 310 int32_t requests = 0; local
312 requests |= static_cast<int32_t>(request);
314 return requests;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 125 const std::vector<hardware::camera2::CaptureRequest>& requests,
130 ALOGV("%s-start of function. Request list size %zu", __FUNCTION__, requests.size());
144 if (requests.empty()) {
155 for (auto&& request: requests) {
164 ALOGE("%s: Camera %s: streaming reprocess requests not supported.", __FUNCTION__,
167 "Repeating reprocess requests not supported");
178 ALOGE("%s: Camera %s: Requests must have at least one surface target. "
234 loopCounter, requests.size());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsdigitalsignature.h     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 100 // Time given for background requests to warm up pipeline
    [all...]
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 134 // ioSrv executes net IO requests.
144 // ProcessRemoteIO will execute submit IO requests on behalf
250 // process read requests, while other will do writes.
  /prebuilts/go/linux-x86/src/net/
fd_windows.go 134 // ioSrv executes net IO requests.
144 // ProcessRemoteIO will execute submit IO requests on behalf
250 // process read requests, while other will do writes.
  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java 277 * capture the JPEG image. {@value #BURST_VIDEO_SNAPSHOT_NUM} video snapshot requests will be
1067 List<CaptureRequest> requests = local
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 72 // will service requests on one channel, which is
74 // requests on the other channel, out[1]. All generations but the
powser2.go 82 // will service requests on one channel, which is
84 // requests on the other channel, out[1]. All generations but the
  /prebuilts/go/linux-x86/test/chan/
powser1.go 72 // will service requests on one channel, which is
74 // requests on the other channel, out[1]. All generations but the
powser2.go 82 // will service requests on one channel, which is
84 // requests on the other channel, out[1]. All generations but the

Completed in 855 milliseconds

<<11121314151617181920