Searched refs:Pop (Results 1 - 25 of 257) 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::__anon10907::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/chromium-trace/catapult/telemetry/telemetry/testing/
H A Doptions_for_unittests.py21 def Pop(): function
/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/pdfium/core/fpdfapi/page/
H A Dfpdf_page_func.cpp111 results[m_nOutputs - i - 1] = PS.Pop();
171 if (static_cast<int>(pEngine->Pop()))
178 size_t offset = static_cast<int>(pEngine->Pop()) ? 2 : 1;
197 FX_FLOAT CPDF_PSEngine::Pop() { function in class:CPDF_PSEngine
257 d1 = Pop();
258 d2 = Pop();
262 d2 = Pop();
263 d1 = Pop();
267 d1 = Pop();
268 d2 = Pop();
[all...]
/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/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/pdfium/xfa/fde/
H A Dfde_iterator.cpp37 m_CanvasStack.Pop();
64 m_CanvasStack.Pop();
/external/v8/src/compiler/
H A Dast-graph-builder.cc124 builder_->set_execution_context(outer_); // Pop.
158 builder_->set_execution_control(outer_); // Pop.
931 owner()->set_ast_context(outer_); // Pop.
972 return environment()->Pop();
977 return environment()->Pop();
1146 Node* value = environment()->Pop();
1152 Node* value = environment()->Pop();
1159 Node* value = environment()->Pop();
1215 Node* condition = environment()->Pop();
1237 Node* result = environment()->Pop();
[all...]
H A Dcontrol-builders.cc94 *extra_value_to_rename = environment()->Pop();
194 environment()->Pop();
201 exception_node_ = catch_environment_->Pop();
232 token_node_ = finally_environment_->Pop();
233 value_node_ = finally_environment_->Pop();
/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();

Completed in 827 milliseconds

1234567891011