HomeSort by relevance Sort by last modified time
    Searched defs:enqueue (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
tilemgr.cpp 42 void MacroTileMgr::enqueue(uint32_t x, uint32_t y, BE_WORK *pWork) function in class:MacroTileMgr
44 // Should not enqueue more then what we have backing for in the hot tile manager.
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
HttpClient.java 23 void enqueue(HttpUrl url) throws Exception; method in interface:HttpClient
SynchronousHttpClient.java 36 @Override public void enqueue(HttpUrl url) { method in class:SynchronousHttpClient
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
WorkContinuation.java 65 public abstract void enqueue(); method in class:WorkContinuation
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 69 ** Function: enqueue
78 bool DataQueue::enqueue(uint8_t* data, uint16_t dataLen) { function in class:DataQueue
95 LOG(ERROR) << StringPrintf("DataQueue::enqueue: out of memory ?????");
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
queue.c 60 enqueue(struct str *x) function
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 95 pushbackq.enqueue((byte)i);
100 pushbackq.enqueue((byte)i);
103 pushbackq.enqueue((byte)i);
131 byteq.enqueue(b);
153 byteq.enqueue((byte)'=');
161 byteq.enqueue((byte)'=');
162 byteq.enqueue(b);
175 byteq.enqueue((byte)'=');
176 byteq.enqueue((byte)'\r');
177 byteq.enqueue(b)
    [all...]
ByteQueue.java 38 public void enqueue(byte b) { method in class:ByteQueue
  /device/google/marlin/camera/QCamera2/util/
QCameraBufferMaps.cpp 114 enqueue(pType, pStreamId, pFrameIndex, pPlaneIndex, pCookie, pFd, pSize, buffer);
149 * FUNCTION : enqueue
166 uint32_t QCameraBufferMaps::enqueue(cam_mapping_buf_type pType, function in class:qcamera::QCameraBufferMaps
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
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
CookiesTest.java 69 server.enqueue(new MockResponse().addHeader("Set-Cookie: a=android; "
97 server.enqueue(new MockResponse().addHeader("Set-Cookie: a=android; "
127 server.enqueue(new MockResponse().addHeader("Set-Cookie2: a=android; "
161 server.enqueue(new MockResponse().addHeader("Set-Cookie2: a=\"android\"; "
191 server.enqueue(new MockResponse());
219 redirectTarget.enqueue(new MockResponse().setBody("A"));
223 redirectSource.enqueue(new MockResponse()
276 server.enqueue(new MockResponse());
327 server. enqueue(new MockResponse()); method
  /external/tensorflow/tensorflow/python/kernel_tests/
priority_queue_test.py 46 q.enqueue((e, constant_op.constant(v0), constant_op.constant(v1)))
78 q.enqueue((e, constant_op.constant(v0), constant_op.constant(v1)))
83 def enqueue(enqueue_op): function in function:PriorityQueueTest.testRoundTripInsertMultiThreadedReadOnceSorts
90 target=enqueue, args=(op,)) for op in enqueue_ops
134 def enqueue(enqueue_op): function in function:PriorityQueueTest.testRoundTripFillsCapacityMultiThreadedEnqueueAndDequeue
146 target=enqueue, args=(op,)) for op in enqueue_ops
186 def enqueue(enqueue_op): function in function:PriorityQueueTest.testRoundTripInsertManyMultiThreadedReadManyMultithreadedSorts
199 target=enqueue, args=(op,)) for op in enqueue_ops
238 def enqueue(enqueue_op): function in function:PriorityQueueTest.testRoundTripInsertManyMultiThreadedReadOnceSorts
245 target=enqueue, args=(op,)) for op in enqueue_op
    [all...]
  /frameworks/base/core/java/android/app/
JobSchedulerImpl.java 51 public int enqueue(JobInfo job, JobWorkItem work) { method in class:JobSchedulerImpl
53 return mBinder.enqueue(job, work);
  /frameworks/base/core/java/android/app/job/
JobScheduler.java 94 * Similar to {@link #schedule}, but allows you to enqueue work for a new <em>or existing</em>
100 * <p>The work you enqueue is later retrieved through
106 * enqueue. This will allow the system to optimally schedule work along with any pending
115 * enqueue work. The system will try to compare these extras with the previous JobInfo,
119 * work you are enqueue, since currently this will always be treated as a different JobInfo,
122 * @param job The job you wish to enqueue work for. See
125 * @param work New work to enqueue. This will be available later when the job starts running.
126 * @return the result of the enqueue request.
128 public abstract @Result int enqueue(@NonNull JobInfo job, @NonNull JobWorkItem work); method in class:JobScheduler
  /frameworks/base/services/core/jni/BroadcastRadio/
NativeCallbackThread.cpp 84 void NativeCallbackThread::enqueue(const Task &task) { function in class:android::NativeCallbackThread
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraBufferMaps.cpp 114 enqueue(pType, pStreamId, pFrameIndex, pPlaneIndex, pCookie, pFd, pSize, buffer);
149 * FUNCTION : enqueue
166 uint32_t QCameraBufferMaps::enqueue(cam_mapping_buf_type pType, function in class:qcamera::QCameraBufferMaps
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/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_CmdQueue.cpp 81 void MessageQueue::enqueue(Message *item) function in class:MessageQueue
  /hardware/ril/libril/
rilSocketQueue.h 29 * <li>Enqueue.
72 void enqueue(T* request);
121 void Ril_queue<T>::enqueue(T* request) { function in class:Ril_queue
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
IntegratedDownloadsUiTest.java 47 dm.enqueue(new Request(Uri.parse("http://hammychamp.toodles")));
58 dm.enqueue(new Request(Uri.parse("http://www.google.com/hamfancy")));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadManagerWrapper.java 98 public long enqueue(final Request request) { method in class:DownloadManagerWrapper
101 return mDownloadManager.enqueue(request);
106 Log.e(TAG, "Can't enqueue a request with the download manager", e);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 67 virtual void enqueue(const WorkListUnit& U) = 0;
69 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { function in class:clang::ento::WorkList
70 enqueue(WorkListUnit(N, CurrentCounter, B, idx));
73 void enqueue(ExplodedNode *N) { function in class:clang::ento::WorkList
75 enqueue(WorkListUnit(N, CurrentCounter));
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowJobScheduler.java 39 public abstract int enqueue(JobInfo job, JobWorkItem work); method in class:ShadowJobScheduler
81 public int enqueue(JobInfo job, JobWorkItem work) { method in class:ShadowJobScheduler.ShadowJobSchedulerImpl
82 // Shadow-wise, enqueue and schedule are identical.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 67 virtual void enqueue(const WorkListUnit& U) = 0;
69 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { function in class:clang::ento::WorkList
70 enqueue(WorkListUnit(N, CurrentCounter, B, idx));
73 void enqueue(ExplodedNode *N) { function in class:clang::ento::WorkList
75 enqueue(WorkListUnit(N, CurrentCounter));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 67 virtual void enqueue(const WorkListUnit& U) = 0;
69 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { function in class:clang::ento::WorkList
70 enqueue(WorkListUnit(N, CurrentCounter, B, idx));
73 void enqueue(ExplodedNode *N) { function in class:clang::ento::WorkList
75 enqueue(WorkListUnit(N, CurrentCounter));

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>