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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
types_darwin.go 179 // Ptrace requests
types_dragonfly.go 178 // Ptrace requests
types_netbsd.go 163 // Ptrace requests
types_openbsd.go 179 // Ptrace requests
  /prebuilts/go/linux-x86/src/net/http/
filetransport.go 19 // incoming requests, as well as most other properties of the
triv.go 24 var helloRequests = expvar.NewInt("hello-requests")
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
client.go 110 // NewClient returns a new rpc.Client to handle requests to the
server.go 27 // We assign uint64 sequence numbers to incoming requests
  /prebuilts/go/linux-x86/src/syscall/
types_darwin.go 179 // Ptrace requests
types_dragonfly.go 178 // Ptrace requests
types_netbsd.go 163 // Ptrace requests
types_openbsd.go 179 // Ptrace requests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 406 self.requests = []
410 self.requests.append(copy.deepcopy(req))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 406 self.requests = []
410 self.requests.append(copy.deepcopy(req))
    [all...]
  /bionic/libc/kernel/uapi/linux/
dcbnl.h 71 __u64 requests[IEEE_8021QAZ_MAX_TCS]; member in struct:ieee_pfc
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 717 List<CaptureRequest.Builder> requests = null; local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
dcbnl.h 54 __u64 requests[IEEE_8021QAZ_MAX_TCS]; member in struct:ieee_pfc
  /external/kernel-headers/original/uapi/linux/
dcbnl.h 153 * @requests: count of the sent pfc frames
161 __u64 requests[IEEE_8021QAZ_MAX_TCS]; member in struct:ieee_pfc
  /external/libpcap/msdos/
pkt_rx1.s 71 ; 1st time (AX=0) it requests an address where to put the packet
  /external/libpng/projects/owatcom/
pngconfig.mak 134 $# inconsistent feature requests, or even malformed requests, in
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliPositionManager.java 38 import com.intellij.debugger.requests.ClassPrepareRequestor;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 74 // List of requests are copied.
76 const std::vector<hardware::camera2::CaptureRequest>& requests,
117 // Wait until all the submitted requests have finished processing
120 // Flush all active and pending requests as fast as possible
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 217 * When the connection pool is closed, it will refuse all further requests
800 ArrayList<String> requests = new ArrayList<String>(); local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestThreadManager.java 49 * This class executes requests to the {@link Camera}.
53 * - A message queue of requests to the {@link Camera}.
54 * - A thread that consumes requests to the {@link Camera} and executes them.
106 private final FpsCounter mRequestCounter = new FpsCounter("Incoming Requests");
707 Log.e(TAG, "Interrupted while waiting for requests to complete.");
728 // If there are no further requests queued, wait for any currently executing
729 // requests to complete, then switch to idle state.
735 "Timed out while waiting for prior requests to complete.");
739 Log.e(TAG, "Interrupted while waiting for requests to complete: ", e);
749 // If we still have no queued requests, go idle
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dcbnl.h 78 * @requests: count of the sent pfc frames
86 __u64 requests[IEEE_8021QAZ_MAX_TCS]; member in struct:ieee_pfc

Completed in 522 milliseconds

1 2 3 4 5 6 78 91011>>