Home
last modified time | relevance | path

Searched refs:pop_front (Results 1 – 25 of 81) sorted by relevance

1234

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_list_test.cc38 l->pop_front(); in CheckList()
42 l->pop_front(); in CheckList()
46 l->pop_front(); in CheckList()
50 l->pop_front(); in CheckList()
54 l->pop_front(); in CheckList()
58 l->pop_front(); in CheckList()
82 l.pop_front(); in TEST()
90 l.pop_front(); in TEST()
102 l.pop_front(); in TEST()
106 l.pop_front(); in TEST()
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dpop_front.pass.cpp29 c.pop_front(); in main()
32 c.pop_front(); in main()
42 c.pop_front(); in main()
45 c.pop_front(); in main()
57 c.pop_front(); in main()
60 c.pop_front(); in main()
70 c.pop_front(); in main()
73 c.pop_front(); in main()
/external/libcxx/test/std/containers/sequences/list/list.modifiers/
Dpop_front.pass.cpp24 c.pop_front(); in main()
26 c.pop_front(); in main()
28 c.pop_front(); in main()
35 c.pop_front(); in main()
37 c.pop_front(); in main()
39 c.pop_front(); in main()
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dpop_front.pass.cpp37 c.pop_front(); in make()
47 c1.pop_front(); in test()
Dpush_back.pass.cpp39 c.pop_front(); in make()
Dpush_back_rvalue.pass.cpp42 c.pop_front(); in make()
Demplace_front.pass.cpp40 c.pop_front(); in make()
Dpop_back.pass.cpp37 c.pop_front(); in make()
Demplace_back.pass.cpp40 c.pop_front(); in make()
Dpush_front.pass.cpp37 c.pop_front(); in make()
Dpush_front_rvalue.pass.cpp40 c.pop_front(); in make()
Derase_iter.pass.cpp37 c.pop_front(); in make()
Derase_iter_iter.pass.cpp39 c.pop_front(); in make()
Demplace.pass.cpp40 c.pop_front(); in make()
/external/skia/tests/
DDequeTest.cpp115 deq.pop_front(); in TestSub()
122 deq.pop_front(); in TestSub()
/external/clang/test/Analysis/inlining/
Dstl.cpp33 list.pop_front(); // no-warning in testList_pop_front()
/external/bison/examples/calc++/
Dstack.hh89 seq_.pop_front (); in pop()
/external/libcxx/test/std/containers/sequences/deque/deque.capacity/
Dshrink_to_fit.pass.cpp37 c.pop_front(); in make()
Dresize_size.pass.cpp37 c.pop_front(); in make()
Daccess.pass.cpp47 c.pop_front(); in make()
Dresize_size_value.pass.cpp37 c.pop_front(); in make()
/external/skia/include/core/
DSkDeque.h58 void pop_front();
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc284 dead_threads_.pop_front(); in QuarantinePush()
297 invalid_threads_.pop_front(); in QuarantinePop()
/external/ceres-solver/internal/ceres/
Dlow_rank_inverse_hessian.cc107 indices_.pop_front(); in Update()
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dassign_size_value.pass.cpp38 c.pop_front(); in make()

1234