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

<<11121314151617181920

  /prebuilts/go/darwin-x86/src/net/
conf.go 69 // their own DNS requests. So always use cgo instead, which
lookup.go 168 // future requests to start the DNS lookup again
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 37 // The transport used to perform proxy requests.
  /prebuilts/go/linux-x86/src/net/
conf.go 69 // their own DNS requests. So always use cgo instead, which
lookup.go 168 // future requests to start the DNS lookup again
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 37 // The transport used to perform proxy requests.
  /system/chre/platform/slpi/
platform_sensor.cc 64 // requests of the same sensor ID, with active > passive > off.
69 // all pending passive requests are made.
71 // all passive requests are removed if the merged mode is passive.
515 // Remove all requests if it's a one-shot sensor and only after data has been
721 // Identify sensor requests to merge
726 // merge requests
740 * Makes or removes passive sensor requests when the presence of other SMGR
872 auto& requests = EventLoopManagerSingleton::get()-> local
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_4_data-connectivity.md 82 between the probe requests in a scan
311 accept SNEP GET requests for exchanging the handover request/select records
312 over NFC. However an implementation itself SHOULD NOT send SNEP GET requests
7_1_display-and-graphics.md 314 disable hardware acceleration if the developer so requests by setting
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp 629 ASSERT_EQ(err, HWC2_ERROR_NONE) << "failed to get display requests";
641 std::vector<hwc2_layer_request_t> requests; local
644 &requestedLayers, &requests));
646 EXPECT_EQ(numRequests, requests.size()) << "validate returned "
647 << numRequests << " requests and get display requests returned "
648 << requests.size() << " requests";
650 for (size_t i = 0; i < requests.size(); i++) {
652 hwc2_layer_request_t request = requests.at(i)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.18.1/
org.eclipse.tycho.p2.maven.repository-0.18.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/
aws-java-sdk-sqs-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 53 // The short flag requests that tests run more quickly, but its functionality
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go 312 // The CGI spec doesn't allow chunked requests.
  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 245 // Requests with an empty Method should also redirect (Issue 12705)
279 // Test that Request.Cancel is propagated between requests (Issue 14053)
827 // TestClientWrites verifies that client requests are buffered and we
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 53 // The short flag requests that tests run more quickly, but its functionality
  /prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go 312 // The CGI spec doesn't allow chunked requests.
  /prebuilts/go/linux-x86/src/net/http/
client_test.go 245 // Requests with an empty Method should also redirect (Issue 12705)
279 // Test that Request.Cancel is propagated between requests (Issue 14053)
827 // TestClientWrites verifies that client requests are buffered and we
    [all...]

Completed in 401 milliseconds

<<11121314151617181920