HomeSort by relevance Sort by last modified time
    Searched refs:enqueue (Results 151 - 175 of 381) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DownloadManagerTest.java 96 long id = dm.enqueue(new DownloadManager.Request(destination));
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 591 if (mDataQ.enqueue((void *)frame)) {
    [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraQueue.cpp 101 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
135 * FUNCTION : enqueue
137 * DESCRIPTION: enqueue data into the queue
144 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
173 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.cpp 490 if (mDataQ.enqueue((void *)frame)) {
    [all...]
  /device/huawei/angler/camera/QCamera2/util/
QCameraQueue.cpp 94 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
128 * FUNCTION : enqueue
130 * DESCRIPTION: enqueue data into the queue
137 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
166 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 490 if (mDataQ.enqueue((void *)frame)) {
    [all...]
  /device/lge/bullhead/camera/QCamera2/util/
QCameraQueue.cpp 94 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
128 * FUNCTION : enqueue
130 * DESCRIPTION: enqueue data into the queue
137 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
166 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 152 EIGEN_STRONG_INLINE Notification* enqueue(Function&& f, Args&&... args) const { function in struct:Eigen::ThreadPoolDevice
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 90 void enqueue(LiveInterval *LI) override {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
tilemgr.h 135 void enqueue(uint32_t x, uint32_t y, BE_WORK *pWork);
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 59 /** How many requests to enqueue to await threads to execute them. */
130 httpClient.enqueue(url);
NettyHttpClient.java 91 @Override public void enqueue(HttpUrl url) throws Exception { method in class:NettyHttpClient
99 backlog.add(url); // Enqueue this for later, to be picked up when another request completes.
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCacheTest.java 142 server.enqueue(new MockResponse()
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 94 public void enqueue(final WebSocketListener listener) { method in class:WebSocketCall
108 // TODO call.enqueue(responseCallback, true);
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 160 mAudioTrackHandler.enqueue(item);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.cpp 598 if (mDataQ.enqueue((void *)frame)) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraQueue.cpp 101 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
135 * FUNCTION : enqueue
137 * DESCRIPTION: enqueue data into the queue
144 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
173 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /hardware/ril/libril/
RilSapSocket.cpp 215 pendingResponseQueue.enqueue(currRequest);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DownloadPackageTask.java 134 mDownloadId = mDownloadManager.enqueue(request);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DownloadPackageTaskTest.java 188 when(mDownloadManager.enqueue(any(Request.class))).thenReturn(TEST_DOWNLOAD_ID);

Completed in 1316 milliseconds

1 2 3 4 5 67 8 91011>>