/external/tensorflow/tensorflow/python/kernel_tests/ |
D | priority_queue_test.py | 89 def enqueue(enqueue_op): function 143 def enqueue(enqueue_op): function 198 def enqueue(enqueue_op): function 253 def enqueue(enqueue_op): function
|
D | padding_fifo_queue_test.py | 133 def enqueue(enqueue_op): function 202 def enqueue(): function 649 def enqueue(): function 724 def enqueue(): function 792 def enqueue(): function 830 def enqueue(): function 860 def enqueue(): function 1063 def enqueue(): function
|
D | fifo_queue_test.py | 783 def enqueue(enqueue_op): function 838 def enqueue(): function 1120 def enqueue(): function 1397 def enqueue(): function 1472 def enqueue(): function 1540 def enqueue(): function 1578 def enqueue(): function 1608 def enqueue(): function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | WorkList.h | 69 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/ |
D | fifo_queue_test.py | 80 def enqueue(enqueue_op): function 142 def enqueue(): function
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowJobScheduler.java | 41 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/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/ |
D | SimpleEventQueue.java | 26 public void enqueue(Entry entry) { in enqueue() method in SimpleEventQueue
|
D | EventQueue.java | 21 void enqueue(Entry entry); in enqueue() method
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ListenerCallQueue.java | 88 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/ |
D | ListenerCallQueue.java | 88 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/ |
D | Window.kt | 42 fun enqueue(cont: CancellableContinuation<Double>) { in enqueue() method
|
D | EventLoop.kt | 23 public actual fun enqueue(task: Runnable): Unit = unsupported() in unpark() method
|
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/ |
D | DisruptorEventQueue.java | 167 public void enqueue(Entry entry) { in enqueue() method in DisruptorEventQueue 192 public abstract void enqueue(Entry entry); in enqueue() method in DisruptorEventQueue.DisruptorEnqueuer
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | HttpClient.java | 23 void enqueue(HttpUrl url) throws Exception; in enqueue() method
|
D | SynchronousHttpClient.java | 36 @Override public void enqueue(HttpUrl url) { in enqueue() method in SynchronousHttpClient
|
D | OkHttpAsync.java | 86 @Override public void enqueue(HttpUrl url) throws Exception { in enqueue() method in OkHttpAsync
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | SegmentBasedQueue.kt | 23 fun enqueue(element: T): OneElementSegment<T> { in newSegment() method in kotlinx.coroutines.internal.SegmentBasedQueue
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | ClassQueue.java | 39 public void enqueue( final JavaClass clazz ) { in enqueue() method in ClassQueue
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | WriteQueue.java | 77 ChannelFuture enqueue(QueuedCommand command, boolean flush) { in enqueue() method in WriteQueue 95 void enqueue(Runnable runnable, boolean flush) { in enqueue() method in WriteQueue
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | SerializeReentrantCallsDirectExecutor.java | 75 private void enqueue(Runnable r) { in enqueue() method in SerializeReentrantCallsDirectExecutor
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | EventFacade.java | 275 …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/ |
D | random_shuffle_queue_test.py | 109 def enqueue(enqueue_op): function 171 def enqueue(): function 450 def enqueue(): function 544 def enqueue(): function 571 def enqueue(): function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 51 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anoncaba1a3b0111::DFS 79 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anoncaba1a3b0111::BFS 117 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anoncaba1a3b0211::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/ |
D | xeCallQueue.cpp | 133 void CallQueue::enqueue (Call* call) in enqueue() function in xe::CallQueue 240 void CallWriter::enqueue (void) in enqueue() function in xe::CallWriter
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | CoroutineContext.kt | 21 actual fun enqueue(task: Runnable): Unit = loopWasShutDown() in takeEventLoop() method
|