HomeSort by relevance Sort by last modified time
    Searched refs:Pop (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/mojo/public/cpp/bindings/lib/
message_queue.cc 18 Pop();
35 void MessageQueue::Pop(Message* message) {
38 Pop();
41 void MessageQueue::Pop() {
44 queue_.pop();
message_queue.h 32 void Pop(Message* message);
36 void Pop();
  /external/chromium_org/chrome/renderer/net/
predictor_queue_unittest.cc 17 // Define a helper class that does Push'es and Pop's of numbers.
18 // This makes it easy to test a LOT of reads, and keep the expected Pop
29 bool Pop(void); // Validate string value of next read.
59 bool DnsQueueSequentialTester::Pop(void) {
61 if (buffer_->Pop(&string)) {
65 << "Pop did not match write for value " << read_counter_;
83 EXPECT_FALSE(tester.Pop()) << "Pop from empty buffer succeeded";
89 EXPECT_TRUE(tester.Pop()) << "Unable to read back data " << i;
90 EXPECT_FALSE(buffer.Pop(&string)
    [all...]
predictor_queue.h 68 bool Pop(std::string* out_string);
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
single_rw_fifo_unittest.cc 57 void Pop(int number_of_buffers) {
59 int8_t* data = fifo_.Pop();
111 TEST_F(SingleRwFifoTest, Pop) {
117 Pop(1);
121 Pop(pushed_);
123 Pop(1);
single_rw_fifo.h 30 int8_t* Pop();
  /external/chromium_org/media/base/
decoder_buffer_queue_unittest.cc 71 queue.Pop();
74 queue.Pop();
77 queue.Pop();
80 queue.Pop();
96 queue.Pop();
101 queue.Pop();
132 queue.Pop();
135 queue.Pop();
138 queue.Pop();
141 queue.Pop();
    [all...]
byte_queue.h 16 // Pop(). The contents of the queue can be observed via the Peek() method.
32 // Pop() call.
36 void Pop(int count);
decoder_buffer_queue.h 38 // It is invalid to call Pop() on an empty queue.
39 scoped_refptr<DecoderBuffer> Pop();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 61 public object Pop()
  /external/chromium_org/media/formats/common/
offset_byte_queue.cc 33 void OffsetByteQueue::Pop(int count) {
34 queue_.Pop(count);
53 Pop(size_);
56 Pop(max_offset - head_);
offset_byte_queue.h 27 void Pop(int count);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
timestamp_map.h 39 void* Pop(uint32_t timestamp);
generic_decoder.cc 58 _timestampMap.Pop(decodedImage.timestamp()));
111 int32_t VCMDecodedFrameCallback::Pop(uint32_t timestamp)
114 if (_timestampMap.Pop(timestamp) == NULL)
163 _callback->Pop(frame.TimeStamp());
170 _callback->Pop(frame.TimeStamp());
  /external/chromium_org/tools/telemetry/telemetry/unittest/
options_for_unittests.py 21 def Pop():
22 return _options.pop()
  /external/lldb/include/lldb/Core/
InputReaderStack.h 41 Pop ();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StackExtensions.cs 57 public static T pop<T>( this Stack<T> stack ) method in class:Antlr.Runtime.JavaExtensions.StackExtensions
59 return stack.Pop();
81 stack.Pop();
  /external/chromium_org/cc/resources/
eviction_tile_priority_queue.h 27 void Pop(TreePriority tree_priority);
47 void Pop();
raster_tile_priority_queue.h 28 void Pop(TreePriority tree_priority);
49 void Pop();
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 4 #define A(desc) _Pragma("clang diagnostic push") _Pragma("clang diagnostic ignored \"-Wparentheses\"") _Pragma("clang diagnostic pop")
23 #define IGNORE_POPPUSH(Pop, Push, W, D) Push W D Pop
24 IGNORE_POPPUSH(_Pragma("clang diagnostic pop"), _Pragma("clang diagnostic push"),
  /external/chromium_org/mojo/public/cpp/bindings/tests/
connector_unittest.cc 34 void Pop(Message* message) {
35 queue_.Pop(message);
130 accumulator.Pop(&message_received);
156 accumulator.Pop(&message_received);
182 accumulator.Pop(&message_received);
211 accumulator.Pop(&message_received);
240 accumulator.Pop(&message_received);
301 accumulator.Pop(&message_received);
328 accumulator.Pop(&message_received);
362 accumulator.Pop(&message_received)
    [all...]
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 246 owner()->set_ast_context(outer_); // Pop.
284 return environment()->Pop();
289 return environment()->Pop();
402 Node* value = environment()->Pop();
408 Node* value = environment()->Pop();
487 Node* condition = environment()->Pop();
513 Node* result = environment()->Pop();
521 Node* value = environment()->Pop();
553 Node* label = environment()->Pop();
559 environment()->Pop();
    [all...]
  /external/chromium_org/testing/gtest/scripts/
pump.py 476 def Pop(token_type=None):
483 Pop('$else')
484 Pop('[[')
486 Pop(']]')
489 Pop('$elif')
490 exp = Pop('code')
491 Pop('[[')
493 Pop(']]')
497 Pop('code')
504 def Pop(token_type=None)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 71 public T Pop()
  /external/chromium_org/content/browser/service_worker/
service_worker_job_coordinator.h 61 void Pop(ServiceWorkerRegisterJobBase* job);

Completed in 1375 milliseconds

1 2 3 4 5 6 7 8 9