HomeSort by relevance Sort by last modified time
    Searched refs:Enqueue (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/content/browser/speech/
audio_buffer.h 50 void Enqueue(const uint8* data, size_t length);
53 // corresponding Enqueue call (in a nutshell: multiple Enqueue calls followed
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h 32 void Enqueue(T* item) {
  /external/chromium_org/net/spdy/
spdy_write_queue.h 39 void Enqueue(RequestPriority priority,
spdy_read_queue.cc 28 void SpdyReadQueue::Enqueue(scoped_ptr<SpdyBuffer> buffer) {
  /external/chromium_org/v8/src/
circular-queue.h 53 // Enqueue returns a pointer to a memory location for storing the next
55 INLINE(void* Enqueue());
75 kEnqueueStarted // Marks chunks where enqueue started.
cpu-profiler-inl.h 72 new(ticks_buffer_.Enqueue()) TickSampleEventRecord(last_code_event_id_);
cpu-profiler.cc 59 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
61 events_buffer_.Enqueue(event);
75 ticks_from_vm_buffer_.Enqueue(record);
207 processor_->Enqueue(evt_rec);
221 processor_->Enqueue(evt_rec);
235 processor_->Enqueue(evt_rec);
259 processor_->Enqueue(evt_rec);
286 processor_->Enqueue(evt_rec);
303 processor_->Enqueue(evt_rec);
312 processor_->Enqueue(evt_rec)
    [all...]
  /external/v8/src/
cpu-profiler-inl.h 62 new(ticks_buffer_.Enqueue()) TickSampleEventRecord(enqueue_order_);
unbound-queue-inl.h 78 void UnboundQueue<Record>::Enqueue(const Record& rec) {
  /external/chromium/testing/gtest/samples/
sample3-inl.h 117 void Enqueue(const E& element) {
157 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/libvpx/libvpx/third_party/googletest/src/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()));
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 103 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
111 SLresult res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
121 // enqueue discontinuity message with our PTS
122 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
152 (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
164 (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
301 /* Enqueue the content of our cache before starting to play,
304 res = (*abqItf)->Enqueue(abqItf, NULL /*pBufferContext*/,
315 /* Enqueue the content of our cache before starting to play,
318 res = (*abqItf)->Enqueue(abqItf, dataCache + i*BUFFER_SIZE, BUFFER_SIZE, NULL, 0)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 70 void Enqueue(WorkListUnit WLUnit) {
135 Enqueue(CE);
160 Enqueue(CE);
  /external/chromium_org/testing/gtest/samples/
sample3-inl.h 116 void Enqueue(const E& element) {
156 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/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/base/synchronization/
waitable_event.h 102 // this class (such as WaitableEventWatcher) to be able to enqueue elements
171 void Enqueue(Waiter* waiter);
  /external/chromium_org/base/synchronization/
waitable_event.h 100 // this class (such as WaitableEventWatcher) to be able to enqueue elements
172 void Enqueue(Waiter* waiter);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 126 Enqueue(
137 Enqueue(
163 // If the key hasn't been loaded yet, enqueue the callback to be fired when
223 void DeviceSettingsService::Enqueue(SessionManagerOperation* operation) {
236 Enqueue(operation);
  /external/chromium_org/v8/test/cctest/
test-circular-queue.cc 48 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
57 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
63 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
120 Record* rec = reinterpret_cast<Record*>(scq_->Enqueue());
  /external/v8/test/cctest/
test-circular-queue.cc 25 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
34 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
40 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
97 Record* rec = reinterpret_cast<Record*>(scq_->Enqueue());
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 94 //fprintf(stdout, "callback: before enqueue\n");
95 res = (*queueItf)->Enqueue(queueItf, (void*) pCntxt->pData,
228 /* Enqueue a few buffers to get the ball rolling */
229 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
234 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
239 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,

Completed in 4990 milliseconds

12 3 4 5 6 7 8