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

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 39 l->pop_front();
43 l->pop_front();
47 l->pop_front();
51 l->pop_front();
55 l->pop_front();
59 l->pop_front();
83 l.pop_front();
91 l.pop_front();
103 l.pop_front();
107 l.pop_front();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 53 mQueue.pop_front ();
137 mQueue.pop_front ();
  /external/skia/include/core/
SkDeque.h 39 void pop_front();
  /external/astl/tests/
test_list.cpp 167 l.pop_front();
171 l.pop_front();
178 l.pop_front();
  /external/chromium/net/websockets/
websocket_frame_handler.cc 63 pending_buffers_.pop_front();
71 pending_buffers_.pop_front();
  /external/skia/tests/
DequeTest.cpp 59 deq.pop_front();
65 deq.pop_front();
  /external/chromium/chrome/browser/extensions/
extension_apitest.cc 51 results_.pop_front();
53 messages_.pop_front();
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.cc 51 pending_requests_.pop_front();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 22 // pop_front(), append_front() and append_back().
62 void pop_front() { function in struct:__sanitizer::IntrusiveList
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 154 optimalList.pop_front();
  /external/webkit/Source/WebKit/android/jni/
JavaSharedClient.cpp 128 gFuncPtrQ.pop_front();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(T& t) function in class:__gnu_parallel::RestrictedBoundedConcurrentQueue
122 * Must not be called concurrently with pop_front(). */
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 180 wq->q_.pop_front();
208 free_list_.pop_front();
244 free_list_.pop_front();
  /external/chromium/net/http/
mock_sspi_library_win.cc 64 expected_package_queries_.pop_front();
  /external/chromium/chrome/browser/autofill/
autofill_download_unittest.cc 269 helper.responses_.pop_front();
278 helper.responses_.pop_front();
285 helper.responses_.pop_front();
325 helper.responses_.pop_front();
350 helper.responses_.pop_front();
  /external/chromium/chrome/browser/policy/
device_management_service.cc 126 queued_jobs_.pop_front();
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.cc 92 queue.pop_front();
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.cc 102 stanza_queue_.pop_front();

Completed in 1030 milliseconds

1 2 3 4 5 6 7 8 9