HomeSort by relevance Sort by last modified time
    Searched defs:Enqueue (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/v8/src/
circular-queue-inl.h 37 void* SamplingCircularQueue::Enqueue() {
unbound-queue-inl.h 78 void UnboundQueue<Record>::Enqueue(const Record& rec) {
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h 32 void Enqueue(T* item) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs 104 public virtual void Enqueue(T o) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 113 public virtual void Enqueue( T o )
  /external/chromium_org/net/spdy/
spdy_read_queue.cc 28 void SpdyReadQueue::Enqueue(scoped_ptr<SpdyBuffer> buffer) {
spdy_write_queue.cc 43 void SpdyWriteQueue::Enqueue(RequestPriority priority,
  /external/chromium_org/v8/src/
unbound-queue-inl.h 81 void UnboundQueue<Record>::Enqueue(const Record& rec) {
cpu-profiler.cc 59 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
61 events_buffer_.Enqueue(event);
76 ticks_from_vm_buffer_.Enqueue(record);
202 processor_->Enqueue(evt_rec);
216 processor_->Enqueue(evt_rec);
230 processor_->Enqueue(evt_rec);
256 processor_->Enqueue(evt_rec);
286 processor_->Enqueue(evt_rec);
303 processor_->Enqueue(evt_rec);
312 processor_->Enqueue(evt_rec)
    [all...]
  /external/chromium/testing/gtest/samples/
sample3-inl.h 117 void Enqueue(const E& element) {
157 new_queue->Enqueue(function(node->element()));
  /external/chromium_org/testing/gtest/samples/
sample3-inl.h 116 void Enqueue(const E& element) {
156 new_queue->Enqueue(function(node->element()));
  /external/gtest/samples/
sample3-inl.h 117 void Enqueue(const E& element) {
157 new_queue->Enqueue(function(node->element()));
  /external/protobuf/gtest/samples/
sample3-inl.h 117 void Enqueue(const E & element) {
157 new_queue->Enqueue(function(node->element()));
  /ndk/sources/third_party/googletest/googletest/samples/
sample3-inl.h 116 void Enqueue(const E& element) {
156 new_queue->Enqueue(function(node->element()));
  /external/chromium/base/synchronization/
waitable_event_posix.cc 175 Enqueue(&sw);
323 waitables[0].first->Enqueue(waiter);
379 void WaitableEvent::Enqueue(Waiter* waiter) {
  /external/chromium_org/base/synchronization/
waitable_event_posix.cc 180 Enqueue(&sw);
329 waitables[0].first->Enqueue(waiter);
385 void WaitableEvent::Enqueue(Waiter* waiter) {
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 70 void Enqueue(WorkListUnit WLUnit) {
135 Enqueue(CE);
160 Enqueue(CE);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 56 c->Enqueue(cb, ptr, size);
125 void Enqueue(Callback cb, void *ptr, uptr size) {
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL_Android.h 103 XAresult (*Enqueue) (
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 186 SLresult (*Enqueue) (
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 130 Enqueue(
141 Enqueue(
167 // If the key hasn't been loaded yet, enqueue the callback to be fired when
190 // If the key hasn't been loaded with the known certificates, enqueue the
247 void DeviceSettingsService::Enqueue(SessionManagerOperation* operation) {
260 Enqueue(operation);
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.cc 59 // Enqueue a frame from WebRTC for encoding.
62 void Enqueue(const webrtc::I420VideoFrame* input_frame,
196 void RTCVideoEncoder::Impl::Enqueue(const webrtc::I420VideoFrame* input_frame,
200 DVLOG(3) << "Impl::Enqueue()";
536 base::Bind(&RTCVideoEncoder::Impl::Enqueue,
  /external/chromium_org/third_party/skia/src/views/
SkEvent.cpp 308 bool wasEmpty = SkEvent::Enqueue(this);
335 bool SkEvent::Enqueue(SkEvent* evt) {
457 if (SkEvent::Enqueue(evt))
  /external/skia/src/views/
SkEvent.cpp 308 bool wasEmpty = SkEvent::Enqueue(this);
335 bool SkEvent::Enqueue(SkEvent* evt) {
457 if (SkEvent::Enqueue(evt))
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL_Android.h 110 XAresult (*Enqueue) (

Completed in 454 milliseconds

1 2 3 4