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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 61 public object Pop()
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
options_for_unittests.py 21 def Pop():
22 return _options.pop()
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
stringbuffer.h 55 // Push and pop a null terminator. This is safe.
58 stack_.template Pop<Ch>(1);
61 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
64 // Push and pop a null terminator. This is safe.
66 stack_.template Pop<Ch>(1);
memorybuffer.h 48 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 84 FX_FLOAT Pop();
117 if ((int)pEngine->Pop()) {
125 if ((int)pEngine->Pop()) {
146 FX_FLOAT CPDF_PSEngine::Pop() {
173 {"pop", PSOP_POP}, {"exch", PSOP_EXCH},
225 d1 = Pop();
226 d2 = Pop();
230 d2 = Pop();
231 d1 = Pop();
235 d1 = Pop();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
line_test.go 18 ctxt.LineHist.Pop(5)
20 ctxt.LineHist.Pop(9)
22 ctxt.LineHist.Pop(13)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
line_test.go 18 ctxt.LineHist.Pop(5)
20 ctxt.LineHist.Pop(9)
22 ctxt.LineHist.Pop(13)
  /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/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/webrtc/webrtc/modules/video_coding/
timestamp_map.h 30 VCMFrameInformation* Pop(uint32_t timestamp);
generic_decoder.cc 58 frameInfo = _timestampMap.Pop(decodedImage.timestamp());
116 int32_t VCMDecodedFrameCallback::Pop(uint32_t timestamp) {
118 if (_timestampMap.Pop(timestamp) == NULL) {
160 _callback->Pop(frame.TimeStamp());
165 _callback->Pop(frame.TimeStamp());
  /system/extras/simpleperf/
record_test.cpp 76 ASSERT_EQ(nullptr, cache.Pop());
79 // Pop r2.
80 std::unique_ptr<Record> popped_r = cache.Pop();
83 ASSERT_EQ(nullptr, cache.Pop());
86 ASSERT_EQ(nullptr, cache.Pop());
89 // Pop r1.
90 popped_r = cache.Pop();
93 // Pop r3.
94 popped_r = cache.Pop();
97 ASSERT_EQ(nullptr, cache.Pop());
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
line_test.go 21 ctxt.LineHist.Pop(5)
23 ctxt.LineHist.Pop(9)
25 ctxt.LineHist.Pop(13)
  /prebuilts/go/darwin-x86/src/container/heap/
example_intheap_test.go 21 // Push and Pop use pointer receivers because they modify the slice's length,
26 func (h *IntHeap) Pop() interface{} {
42 fmt.Printf("%d ", heap.Pop(h))
heap.go 13 // ordering for the Less method, so Push adds items while Pop removes the
27 // Note that Push and Pop in this interface are for package heap's
29 // use heap.Push and heap.Pop.
33 Pop() interface{} // remove and return element Len() - 1.
57 // Pop removes the minimum element (according to Less) from the heap
61 func Pop(h Interface) interface{} {
65 return h.Pop()
78 return h.Pop()
heap_test.go 26 func (h *myHeap) Pop() (v interface{}) {
64 x := Pop(h).(int)
67 t.Errorf("%d.th pop got %d; want %d", i, x, 0)
81 x := Pop(h).(int)
84 t.Errorf("%d.th pop got %d; want %d", i, x, i)
105 x := Pop(h).(int)
111 t.Errorf("%d.th pop got %d; want %d", i, x, i)
182 Pop(&h)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
line_test.go 21 ctxt.LineHist.Pop(5)
23 ctxt.LineHist.Pop(9)
25 ctxt.LineHist.Pop(13)
  /prebuilts/go/linux-x86/src/container/heap/
example_intheap_test.go 21 // Push and Pop use pointer receivers because they modify the slice's length,
26 func (h *IntHeap) Pop() interface{} {
42 fmt.Printf("%d ", heap.Pop(h))
heap.go 13 // ordering for the Less method, so Push adds items while Pop removes the
27 // Note that Push and Pop in this interface are for package heap's
29 // use heap.Push and heap.Pop.
33 Pop() interface{} // remove and return element Len() - 1.
57 // Pop removes the minimum element (according to Less) from the heap
61 func Pop(h Interface) interface{} {
65 return h.Pop()
78 return h.Pop()
heap_test.go 26 func (h *myHeap) Pop() (v interface{}) {
64 x := Pop(h).(int)
67 t.Errorf("%d.th pop got %d; want %d", i, x, 0)
81 x := Pop(h).(int)
84 t.Errorf("%d.th pop got %d; want %d", i, x, i)
105 x := Pop(h).(int)
111 t.Errorf("%d.th pop got %d; want %d", i, x, i)
182 Pop(&h)
  /external/google-breakpad/src/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/protobuf/gtest/scripts/
pump.py 467 def Pop(token_type=None):
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_type=None)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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/v8/src/compiler/
ast-graph-builder.cc 123 builder_->set_execution_context(outer_); // Pop.
157 builder_->set_execution_control(outer_); // Pop.
908 owner()->set_ast_context(outer_); // Pop.
946 return environment()->Pop();
951 return environment()->Pop();
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 71 public T Pop()

Completed in 1314 milliseconds

1 2 3 4 5 6 7 8 91011>>