Searched refs:Dequeue (Results 1 - 25 of 37) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/samples/
H A Dsample3_unittest.cc128 // Tests Dequeue().
129 TEST_F(QueueTest, Dequeue) {
130 int * n = q0_.Dequeue();
133 n = q1_.Dequeue();
139 n = q2_.Dequeue();
H A Dsample5_unittest.cc177 // Tests Dequeue().
178 TEST_F(QueueTest, Dequeue) {
179 int* n = q0_.Dequeue();
182 n = q1_.Dequeue();
188 n = q2_.Dequeue();
H A Dsample3-inl.h131 E* Dequeue() { function in class:Queue
/external/protobuf/gtest/samples/
H A Dsample3_unittest.cc128 // Tests Dequeue().
129 TEST_F(QueueTest, Dequeue) {
130 int * n = q0_.Dequeue();
133 n = q1_.Dequeue();
139 n = q2_.Dequeue();
H A Dsample5_unittest.cc177 // Tests Dequeue().
178 TEST_F(QueueTest, Dequeue) {
179 int* n = q0_.Dequeue();
182 n = q1_.Dequeue();
188 n = q2_.Dequeue();
H A Dsample3-inl.h132 E* Dequeue() { function in class:Queue
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
H A Dsample3_unittest.cc128 // Tests Dequeue().
129 TEST_F(QueueTest, Dequeue) {
130 int * n = q0_.Dequeue();
133 n = q1_.Dequeue();
139 n = q2_.Dequeue();
H A Dsample5_unittest.cc177 // Tests Dequeue().
178 TEST_F(QueueTest, Dequeue) {
179 int* n = q0_.Dequeue();
182 n = q1_.Dequeue();
188 n = q2_.Dequeue();
/external/v8/src/
H A Dlocked-queue.h25 inline bool Dequeue(Record* record);
H A Dlocked-queue-inl.h57 inline bool LockedQueue<Record>::Dequeue(Record* record) { function in class:v8::internal::LockedQueue
/external/v8/test/unittests/
H A Dlocked-queue-unittest.cc29 bool success = queue.Dequeue(&a);
46 success = queue.Dequeue(&a);
74 queue.Dequeue(&rec);
83 queue.Dequeue(&rec);
/external/v8/test/cctest/
H A Dtest-unbound-queue.cc45 cq.Dequeue(&rec);
64 cq.Dequeue(&rec);
73 cq.Dequeue(&rec);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs101 Current = nodes.Dequeue();
127 Current = nodes.Dequeue();
134 Current = nodes.Dequeue();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs114 Current = nodes.Dequeue();
150 Current = nodes.Dequeue();
159 Current = nodes.Dequeue();
/external/v8/src/profiler/
H A Dunbound-queue.h27 INLINE(bool Dequeue(Record* rec));
H A Dunbound-queue-inl.h46 bool UnboundQueue<Record>::Dequeue(Record* rec) { function in class:v8::internal::UnboundQueue
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs90 public override T Dequeue() { method in class:Antlr.Runtime.Misc.LookaheadStream
104 _previousElement = Dequeue();
H A DFastQueue.cs90 public virtual T Dequeue() { method in class:Antlr.Runtime.Misc.FastQueue
/external/openfst/src/include/fst/
H A Dqueue.h50 // void Dequeue();
84 void Dequeue() { Dequeue_(); } function in class:fst::QueueBase
119 void Dequeue() { front_ = kNoStateId; } function in class:fst::TrivialQueue
131 virtual void Dequeue_() { Dequeue(); }
155 void Dequeue() { pop_back(); } function in class:fst::FifoQueue
166 virtual void Dequeue_() { Dequeue(); }
188 void Dequeue() { pop_front(); } function in class:fst::LifoQueue
199 virtual void Dequeue_() { Dequeue(); }
232 void Dequeue() { function in class:fst::ShortestFirstQueue
265 virtual void Dequeue_() { Dequeue(); }
349 void Dequeue() { function in class:fst::TopOrderQueue
402 void Dequeue() { function in class:fst::StateOrderQueue
477 void Dequeue() { function in class:fst::SccQueue
638 void Dequeue() { queue_->Dequeue(); } function in class:fst::AutoQueue
834 void Dequeue() { queue_->Dequeue(); } function in class:fst::PruneQueue
913 void Dequeue() { queue_->Dequeue(); } function in class:fst::FilterQueue
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs105 public override T Dequeue() method in class:Antlr.Runtime.Misc.LookaheadStream
122 _previousElement = Dequeue();
H A DFastQueue.cs97 public virtual T Dequeue() method in class:Antlr.Runtime.Misc.FastQueue
/external/libchrome/base/synchronization/
H A Dwaitable_event.h127 // two Waiters to be considered equal. In WaitableEvent::Dequeue, if the
155 bool Dequeue(Waiter* waiter, void* tag);
H A Dwaitable_event_posix.cc201 // WaitableEvent now: |Dequeue| is called even when |sw.fired()| is true,
206 kernel_->Dequeue(&sw, &sw);
295 raw_waitables[i]->kernel_->Dequeue(&sw, &sw);
403 bool WaitableEvent::WaitableEventKernel::Dequeue(Waiter* waiter, void* tag) { function in class:base::WaitableEvent::WaitableEventKernel
H A Dwaitable_event_watcher_posix.cc212 // We have a possible ABA issue here. If Dequeue was to compare only the
218 // To stop this, Dequeue also takes a tag argument which is passed to the
224 if (kernel_->Dequeue(waiter_, cancel_flag_.get())) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp82 WorkListUnit Dequeue() { function in class:__anon1733::WalkAST
89 WorkListUnit WLUnit = Dequeue();

Completed in 579 milliseconds

12