Searched refs:Pop (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dmessage_queue.cc18 Pop();
30 void MessageQueue::Pop(Message* message) { function in class:mojo::test::MessageQueue
33 Pop();
36 void MessageQueue::Pop() { function in class:mojo::test::MessageQueue
H A Dmessage_queue.h30 void Pop(Message* message);
35 void Pop();
H A Dconnector_unittest.cc41 void Pop(Message* message) { queue_.Pop(message); } function in class:mojo::test::__anon11845::MessageAccumulator
137 accumulator.Pop(&message_received);
165 accumulator.Pop(&message_received);
194 accumulator.Pop(&message_received);
228 accumulator.Pop(&message_received);
259 accumulator.Pop(&message_received);
326 accumulator.Pop(&message_received);
358 accumulator2.Pop(&message_received);
396 accumulator.Pop(
[all...]
H A Dmultiplex_router_unittest.cc89 message_queue.Pop(&response);
107 message_queue.Pop(&response);
134 message_queue.Pop(&response);
151 message_queue.Pop(&response);
219 message_queue.Pop(&response);
245 message_queue.Pop(&response);
H A Drouter_unittest.cc63 message_queue.Pop(&response);
81 message_queue.Pop(&response);
108 message_queue.Pop(&response);
125 message_queue.Pop(&response);
190 message_queue.Pop(&response);
218 message_queue.Pop(&response);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_psengine.cpp185 float CPDF_PSEngine::Pop() { function in class:CPDF_PSEngine
190 return static_cast<int>(Pop());
207 d1 = Pop();
208 d2 = Pop();
212 d2 = Pop();
213 d1 = Pop();
217 d1 = Pop();
218 d2 = Pop();
222 d2 = Pop();
223 d1 = Pop();
[all...]
H A Dcpdf_psfunc.cpp32 results[m_nOutputs - i - 1] = PS.Pop();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DStackList.cs61 public object Pop() method in class:Antlr.Runtime.Collections.StackList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStackExtensions.cs59 return stack.Pop();
81 stack.Pop();
/external/clang/test/Preprocessor/
H A D_Pragma-in-macro-arg.c23 #define IGNORE_POPPUSH(Pop, Push, W, D) Push W D Pop
/external/webrtc/webrtc/modules/video_coding/
H A Dtimestamp_map.h30 VCMFrameInformation* Pop(uint32_t timestamp);
H A Dgeneric_decoder.cc58 frameInfo = _timestampMap.Pop(decodedImage.timestamp());
116 int32_t VCMDecodedFrameCallback::Pop(uint32_t timestamp) { function in class:webrtc::VCMDecodedFrameCallback
118 if (_timestampMap.Pop(timestamp) == NULL) {
160 _callback->Pop(frame.TimeStamp());
165 _callback->Pop(frame.TimeStamp());
H A Dtimestamp_map.cc38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) { function in class:webrtc::VCMTimestampMap
/external/libchrome/base/task_scheduler/
H A Dsequence_unittest.cc107 EXPECT_FALSE(sequence->Pop());
111 EXPECT_FALSE(sequence->Pop());
115 EXPECT_FALSE(sequence->Pop());
123 EXPECT_FALSE(sequence->Pop());
127 EXPECT_TRUE(sequence->Pop());
160 // Pop task A. The highest priority is still USER_BLOCKING. The task in front
163 sequence->Pop();
168 // Pop task B. The highest priority is still USER_BLOCKING. The task in front
171 sequence->Pop();
176 // Pop tas
[all...]
H A Dsequence.h53 // Pop(). Cannot be called on an empty Sequence or a Sequence whose front slot
64 bool Pop();
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py476 def Pop(token_type=None): function in function:ParseElseNode
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_typ function in function:ParseAtomicCodeNode
[all...]
/external/googletest/googletest/scripts/
H A Dpump.py476 def Pop(token_type=None): function in function:ParseElseNode
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_typ function in function:ParseAtomicCodeNode
[all...]
/external/protobuf/gtest/scripts/
H A Dpump.py467 def Pop(token_type=None): function in function:ParseElseNode
474 Pop('$else')
475 Pop('[[')
477 Pop(']]')
480 Pop('$elif')
481 exp = Pop('code')
482 Pop('[[')
484 Pop(']]')
488 Pop('code')
495 def Pop(token_typ function in function:ParseAtomicCodeNode
[all...]
/external/v8/testing/gtest/scripts/
H A Dpump.py476 def Pop(token_type=None): function in function:ParseElseNode
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_typ function in function:ParseAtomicCodeNode
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
H A Dpump.py476 def Pop(token_type=None): function in function:ParseElseNode
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_typ function in function:ParseAtomicCodeNode
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DListStack`1.cs71 public T Pop() method in class:Antlr.Runtime.Misc.ListStack
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas116 CheckEquals(FIStackList.Pop,'Item 2');
117 CheckEquals(FIStackList.Pop,'Item 1');
125 FIStackList.Pop;
127 CheckEquals(FIStackList.Pop, 'Item 2');
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs182 public virtual int Pop() { method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
183 int ret = _calls.Pop();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeNodeStream.cs210 public virtual int Pop() method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
212 int ret = _calls.Pop();
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-function-mockers_test.cc349 virtual void Pop() = 0;
361 MOCK_METHOD0_T(Pop, void());
381 EXPECT_CALL(mock, Pop())
388 mock.Pop();
402 STDMETHOD_(void, Pop)() = 0;
414 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void());
434 EXPECT_CALL(mock, Pop())
441 mock.Pop();

Completed in 641 milliseconds

1234567891011