Home
last modified time | relevance | path

Searched defs:enqueue (Results 1 – 25 of 91) sorted by relevance

1234

/external/tensorflow/tensorflow/python/kernel_tests/
Dpriority_queue_test.py89 def enqueue(enqueue_op): function
143 def enqueue(enqueue_op): function
198 def enqueue(enqueue_op): function
253 def enqueue(enqueue_op): function
Dpadding_fifo_queue_test.py133 def enqueue(enqueue_op): function
202 def enqueue(): function
651 def enqueue(): function
726 def enqueue(): function
794 def enqueue(): function
832 def enqueue(): function
862 def enqueue(): function
1065 def enqueue(): function
Dfifo_queue_test.py786 def enqueue(enqueue_op): function
841 def enqueue(): function
1124 def enqueue(): function
1401 def enqueue(): function
1476 def enqueue(): function
1544 def enqueue(): function
1582 def enqueue(): function
1612 def enqueue(): function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DWorkList.cpp44 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anoncc2ef6850111::DFS
64 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anoncc2ef6850111::BFS
100 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anoncc2ef6850211::BFSBlockDFSContents
149 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anoncc2ef6850311::UnexploredFirstStack
230 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anoncc2ef6850411::UnexploredFirstPriorityQueue
292 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anoncc2ef6850511::UnexploredFirstPriorityLocationQueue
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function
72 void enqueue(ExplodedNode *N) { in enqueue() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DSegmentQueueLCStressTest.kt21 fun enqueue(@Param(name = "value") x: Int): Boolean { in enqueue() method in kotlinx.coroutines.linearizability.SegmentQueueLCStressTest
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h69 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function
73 void enqueue(ExplodedNode *N) { in enqueue() function
/external/tensorflow/tensorflow/compiler/tests/
Dfifo_queue_test.py80 def enqueue(enqueue_op): function
142 def enqueue(): function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowJobScheduler.java41 protected abstract int enqueue(JobInfo job, JobWorkItem work); in enqueue() method in ShadowJobScheduler
83 public int enqueue(JobInfo job, JobWorkItem work) { in enqueue() method in ShadowJobScheduler.ShadowJobSchedulerImpl
/external/guava/guava/src/com/google/common/util/concurrent/
DListenerCallQueue.java88 public void enqueue(Event<L> event) { in enqueue() method in ListenerCallQueue
98 public void enqueue(Event<L> event, String label) { in enqueue() method in ListenerCallQueue
/external/guava/android/guava/src/com/google/common/util/concurrent/
DListenerCallQueue.java88 public void enqueue(Event<L> event) { in enqueue() method in ListenerCallQueue
98 public void enqueue(Event<L> event, String label) { in enqueue() method in ListenerCallQueue
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DWindow.kt42 fun enqueue(cont: CancellableContinuation<Double>) { in enqueue() method in kotlinx.coroutines.WindowAnimationQueue
DEventLoop.kt23 public actual fun enqueue(task: Runnable): Unit = unsupported() in unpark() method
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/
DDisruptorEventQueue.java167 public void enqueue(Entry entry) { in enqueue() method in DisruptorEventQueue
192 public abstract void enqueue(Entry entry); in enqueue() method in DisruptorEventQueue.DisruptorEnqueuer
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/
DSimpleEventQueue.java26 public void enqueue(Entry entry) { in enqueue() method in SimpleEventQueue
DEventQueue.java21 void enqueue(Entry entry); in enqueue() method
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DWriteQueue.java77 ChannelFuture enqueue(QueuedCommand command, boolean flush) { in enqueue() method in WriteQueue
95 void enqueue(Runnable runnable, boolean flush) { in enqueue() method in WriteQueue
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DHttpClient.java23 void enqueue(HttpUrl url) throws Exception; in enqueue() method
DSynchronousHttpClient.java36 @Override public void enqueue(HttpUrl url) { in enqueue() method in SynchronousHttpClient
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DClassQueue.java39 public void enqueue( final JavaClass clazz ) { in enqueue() method in ClassQueue
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DEventFacade.java275 …ur events to be added to the event queue, just dispatched.") @RpcOptional @RpcDefault("false") Boo… in eventPost()
289 public void postEvent(String name, Object data, boolean enqueue) { in postEvent()
431 public BroadcastListener(EventFacade parent, boolean enqueue) { in BroadcastListener()
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_shuffle_queue_test.py109 def enqueue(enqueue_op): function
171 def enqueue(): function
450 def enqueue(): function
544 def enqueue(): function
571 def enqueue(): function
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSerializeReentrantCallsDirectExecutor.java75 private void enqueue(Runnable r) { in enqueue() method in SerializeReentrantCallsDirectExecutor
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp51 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anona7df68170111::DFS
79 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anona7df68170111::BFS
117 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anona7df68170211::BFSBlockDFSContents
608 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue() function in CoreEngine
615 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue() function in CoreEngine
/external/deqp/executor/
DxeCallQueue.cpp133 void CallQueue::enqueue (Call* call) in enqueue() function in xe::CallQueue
240 void CallWriter::enqueue (void) in enqueue() function in xe::CallWriter

1234