Searched defs:Enqueue (Results 1 - 25 of 25) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs104 public virtual void Enqueue(T o) { method in class:Antlr.Runtime.Misc.FastQueue
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs113 public virtual void Enqueue( T o ) method in class:Antlr.Runtime.Misc.FastQueue
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_safe_queue.h32 void Enqueue(T* item) { function in class:sdk_util::ThreadSafeQueue
/external/chromium_org/net/spdy/
H A Dspdy_read_queue.cc28 void SpdyReadQueue::Enqueue(scoped_ptr<SpdyBuffer> buffer) { function in class:net::SpdyReadQueue
H A Dspdy_write_queue.cc45 void SpdyWriteQueue::Enqueue(RequestPriority priority, function in class:net::SpdyWriteQueue
/external/chromium_org/tools/relocation_packer/src/
H A Dleb128.cc21 void Leb128Encoder::Enqueue(ELF::Xword value) { function in class:relocation_packer::Leb128Encoder
32 Enqueue(values[i]);
H A Dsleb128.cc25 void Sleb128Encoder::Enqueue(ELF::Sxword value) { function in class:relocation_packer::Sleb128Encoder
52 Enqueue(values[i]);
/external/chromium_org/v8/src/
H A Dunbound-queue-inl.h56 void UnboundQueue<Record>::Enqueue(const Record& rec) { function in class:v8::internal::UnboundQueue
H A Dcpu-profiler.cc36 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { function in class:v8::internal::ProfilerEventsProcessor
38 events_buffer_.Enqueue(event);
53 ticks_from_vm_buffer_.Enqueue(record);
193 processor_->Enqueue(evt_rec);
207 processor_->Enqueue(evt_rec);
221 processor_->Enqueue(evt_rec);
247 processor_->Enqueue(evt_rec);
273 processor_->Enqueue(evt_rec);
290 processor_->Enqueue(evt_rec);
299 processor_->Enqueue(evt_re
[all...]
/external/chromium_org/testing/gtest/samples/
H A Dsample3-inl.h116 void Enqueue(const E& element) { function in class:Queue
156 new_queue->Enqueue(function(node->element()));
/external/protobuf/gtest/samples/
H A Dsample3-inl.h117 void Enqueue(const E & element) { function in class:Queue
157 new_queue->Enqueue(function(node->element()));
/external/chromium_org/base/synchronization/
H A Dwaitable_event_posix.cc180 Enqueue(&sw);
339 waitables[0].first->Enqueue(waiter);
395 void WaitableEvent::Enqueue(Waiter* waiter) { function in class:base::WaitableEvent
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc184 Enqueue();
416 Enqueue();
442 void V4L2ImageProcessor::Enqueue() { function in class:content::V4L2ImageProcessor
579 Enqueue();
586 // Enqueue an input (VIDEO_OUTPUT) buffer for an input video frame.
624 // Enqueue an output (VIDEO_CAPTURE) buffer.
655 // Enqueue a poll task with no devices to poll on - will wait only for the
H A Dv4l2_video_encode_accelerator.cc338 Enqueue();
366 Enqueue();
403 Enqueue();
438 void V4L2VideoEncodeAccelerator::Enqueue() { function in class:content::V4L2VideoEncodeAccelerator
441 DVLOG(3) << "Enqueue() "
445 // Enqueue all the inputs we can.
465 // Enqueue all the outputs we can.
595 // Enqueue an input (VIDEO_OUTPUT) buffer.
650 // Enqueue an output (VIDEO_CAPTURE) buffer.
685 // Enqueue
[all...]
H A Dv4l2_video_decode_accelerator.cc544 // Enqueue a buffer guaranteed to be empty. To do that, we flush the
882 // Enqueue once since there's new available input for it.
883 Enqueue();
908 Enqueue();
951 void V4L2VideoDecodeAccelerator::Enqueue() { function in class:content::V4L2VideoDecodeAccelerator
952 DVLOG(3) << "Enqueue()";
955 TRACE_EVENT0("Video Decoder", "V4L2VDA::Enqueue");
979 // Enqueue all the outputs we can.
1114 // Enqueue an input (VIDEO_OUTPUT) buffer.
1142 // Enqueue a
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp70 void Enqueue(WorkListUnit WLUnit) { function in class:__anon18252::WalkAST
135 Enqueue(CE);
160 Enqueue(CE);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h58 c->Enqueue(cb, ptr, size);
127 void Enqueue(Callback cb, void *ptr, uptr size) { function in class:__sanitizer::QuarantineCache
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service.cc226 Enqueue(
306 void DeviceSettingsService::Enqueue(SessionManagerOperation* operation) { function in class:chromeos::DeviceSettingsService
321 Enqueue(operation);
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp308 bool wasEmpty = SkEvent::Enqueue(this);
335 bool SkEvent::Enqueue(SkEvent* evt) { function in class:SkEvent
457 if (SkEvent::Enqueue(evt))
/external/skia/src/views/
H A DSkEvent.cpp308 bool wasEmpty = SkEvent::Enqueue(this);
335 bool SkEvent::Enqueue(SkEvent* evt) { function in class:SkEvent
457 if (SkEvent::Enqueue(evt))
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h44 // void Enqueue(StateId s);
79 void Enqueue(StateId s) { Enqueue_(s); } function in class:fst::QueueBase
108 void Enqueue(StateId s) { front_ = s; } function in class:fst::TrivialQueue
117 virtual void Enqueue_(StateId s) { Enqueue(s); }
141 void Enqueue(StateId s) { push_front(s); } function in class:fst::FifoQueue
149 virtual void Enqueue_(StateId s) { Enqueue(s); }
171 void Enqueue(StateId s) { push_front(s); } function in class:fst::LifoQueue
179 virtual void Enqueue_(StateId s) { Enqueue(s); }
202 void Enqueue(StateId s) { function in class:fst::ShortestFirstQueue
214 Enqueue(
310 void Enqueue(StateId s) { function in class:fst::TopOrderQueue
360 void Enqueue(StateId s) { function in class:fst::StateOrderQueue
429 void Enqueue(StateId s) { function in class:fst::SccQueue
599 void Enqueue(StateId s) { queue_->Enqueue(s); } function in class:fst::AutoQueue
[all...]
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc95 // Enqueue a frame from WebRTC for encoding.
98 void Enqueue(const webrtc::I420VideoFrame* input_frame,
247 void RTCVideoEncoder::Impl::Enqueue(const webrtc::I420VideoFrame* input_frame, function in class:content::RTCVideoEncoder::Impl
251 DVLOG(3) << "Impl::Enqueue()";
613 base::Bind(&RTCVideoEncoder::Impl::Enqueue,
/external/chromium_org/v8/src/compiler/
H A Dsimplified-lowering.cc80 Enqueue(jsgraph_->graph()->end());
114 // Enqueue {node} if the {use} contains new information for that node.
116 void Enqueue(Node* node, MachineTypeUnion use = 0) { function in class:v8::internal::compiler::RepresentationSelector
148 void Enqueue(Node* node, MachineType use) { function in class:v8::internal::compiler::RepresentationSelector
149 Enqueue(node, static_cast<MachineTypeUnion>(use));
171 Enqueue(input, use);
197 Enqueue(node->InputAt(i)); // Effect inputs: just visit
201 Enqueue(node->InputAt(i)); // Control inputs: just visit
220 Enqueue(*i); // Effect inputs: just visit
224 Enqueue(*
[all...]
/external/openfst/src/include/fst/
H A Dqueue.h48 // void Enqueue(StateId s);
83 void Enqueue(StateId s) { Enqueue_(s); } function in class:fst::QueueBase
118 void Enqueue(StateId s) { front_ = s; } function in class:fst::TrivialQueue
130 virtual void Enqueue_(StateId s) { Enqueue(s); }
154 void Enqueue(StateId s) { push_front(s); } function in class:fst::FifoQueue
165 virtual void Enqueue_(StateId s) { Enqueue(s); }
187 void Enqueue(StateId s) { push_front(s); } function in class:fst::LifoQueue
198 virtual void Enqueue_(StateId s) { Enqueue(s); }
222 void Enqueue(StateId s) { function in class:fst::ShortestFirstQueue
243 Enqueue(
342 void Enqueue(StateId s) { function in class:fst::TopOrderQueue
394 void Enqueue(StateId s) { function in class:fst::StateOrderQueue
464 void Enqueue(StateId s) { function in class:fst::SccQueue
636 void Enqueue(StateId s) { queue_->Enqueue(s); } function in class:fst::AutoQueue
821 void Enqueue(StateId s) { function in class:fst::PruneQueue
907 void Enqueue(StateId s) { function in class:fst::FilterQueue
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h463 void Enqueue(SearchState d);
534 Enqueue(q);
667 Enqueue(d);
672 void PdtShortestPath<Arc, Queue>::Enqueue(SearchState s) { function in class:fst::PdtShortestPath
674 state_queue_->Enqueue(s.state);

Completed in 809 milliseconds