Home
last modified time | relevance | path

Searched refs:Dequeue (Results 1 – 25 of 44) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/samples/
Dsample3_unittest.cc129 TEST_F(QueueTest, Dequeue) { in TEST_F() argument
130 int * n = q0_.Dequeue(); in TEST_F()
133 n = q1_.Dequeue(); in TEST_F()
139 n = q2_.Dequeue(); in TEST_F()
Dsample5_unittest.cc178 TEST_F(QueueTest, Dequeue) { in TEST_F() argument
179 int* n = q0_.Dequeue(); in TEST_F()
182 n = q1_.Dequeue(); in TEST_F()
188 n = q2_.Dequeue(); in TEST_F()
/external/googletest/googletest/samples/
Dsample3_unittest.cc126 TEST_F(QueueTestSmpl3, Dequeue) { in TEST_F() argument
127 int * n = q0_.Dequeue(); in TEST_F()
130 n = q1_.Dequeue(); in TEST_F()
136 n = q2_.Dequeue(); in TEST_F()
Dsample5_unittest.cc175 TEST_F(QueueTest, Dequeue) { in TEST_F() argument
176 int* n = q0_.Dequeue(); in TEST_F()
179 n = q1_.Dequeue(); in TEST_F()
185 n = q2_.Dequeue(); in TEST_F()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DDefaultObjectPool.cs89 return localData.Queue.Dequeue(); in LeaseInternal()
103 leasedItem = sharedQueue.Dequeue(); in LeaseInternal()
107 localData.Queue.Enqueue(sharedQueue.Dequeue()); in LeaseInternal()
159 sharedQueue.Enqueue(localData.Queue.Dequeue()); in Return()
187 sharedQueue.Dequeue().Dispose(); in Dispose()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs101 Current = nodes.Dequeue(); in MoveNext()
127 Current = nodes.Dequeue(); in MoveNext()
134 Current = nodes.Dequeue(); in MoveNext()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs114 Current = nodes.Dequeue(); in MoveNext()
150 Current = nodes.Dequeue(); in MoveNext()
159 Current = nodes.Dequeue(); in MoveNext()
DCommonTreeNodeStream.cs196 public override object Dequeue() in Dequeue() method in Antlr.Runtime.Tree.CommonTreeNodeStream
198 object result = base.Dequeue(); in Dequeue()
/external/perfetto/test/trace_processor/
Dgraphics_frame_events.out2 1,"Buffer: 1",0,"Dequeue",11,"layer1"
7 6,"Buffer: 2",0,"Dequeue",12,"layer2"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QueueClose.pbtxt21 Subsequent Dequeue(Many) operations will continue to succeed if
22 sufficient elements remain in the queue. Subsequent Dequeue(Many)
Dapi_def_QueueCloseV2.pbtxt23 Subsequent Dequeue(Many) operations will continue to succeed if
24 sufficient elements remain in the queue. Subsequent Dequeue(Many)
Dapi_def_Unstage.pbtxt3 summary: "Op is similar to a lightweight Dequeue."
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs90 public override T Dequeue() { in Dequeue() method in Antlr.Runtime.Misc.LookaheadStream
104 _previousElement = Dequeue(); in Consume()
DFastQueue.cs90 public virtual T Dequeue() { in Dequeue() method in Antlr.Runtime.Misc.FastQueue
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs114 public override T Dequeue() in Dequeue() method in Antlr.Runtime.Misc.LookaheadStream
132 Dequeue(); in Consume()
DFastQueue.cs97 public virtual T Dequeue() in Dequeue() method in Antlr.Runtime.Misc.FastQueue
/external/libchrome/base/synchronization/
Dwaitable_event_posix.cc213 kernel_->Dequeue(&sw, &sw); in TimedWaitUntil()
303 raw_waitables[i]->kernel_->Dequeue(&sw, &sw); in WaitMany()
422 bool WaitableEvent::WaitableEventKernel::Dequeue(Waiter* waiter, void* tag) { in Dequeue() function in base::WaitableEvent::WaitableEventKernel
Dwaitable_event.h250 bool Dequeue(Waiter* waiter, void* tag);
/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp82 WorkListUnit Dequeue() { in Dequeue() function in __anon0fecc3930111::WalkAST
89 WorkListUnit WLUnit = Dequeue(); in Execute()
/external/v8/src/utils/
Dlocked-queue.h25 inline bool Dequeue(Record* record);
Dlocked-queue-inl.h53 inline bool LockedQueue<Record>::Dequeue(Record* record) {
/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer.cc174 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts()
253 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts()
Dring_reducer.cc224 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts()
330 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts()
Dring_alg.h100 RingField* Dequeue();
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h71 INLINE void Dequeue() in Dequeue() function

12