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

1 2 3 4

  /bionic/linker/
linker_sleb128.h 45 size_t pop_front() { function in class:sleb128_decoder
linked_list.h 115 T* pop_front() { function in class:LinkedList
  /art/libartbase/base/
bounded_fifo.h 62 void pop_front() { function in class:art::BoundedFifoPowerOfTwo
  /external/skia/infra/bots/recipe_modules/builder_name_schema/
builder_name_schema.py 100 def pop_front(): function in function:DictForBuilderName
109 result['role'] = pop_front()
111 result[key] = pop_front()
113 result['extra_config'] = pop_front()
  /external/skqp/infra/bots/recipe_modules/builder_name_schema/
builder_name_schema.py 100 def pop_front(): function in function:DictForBuilderName
109 result['role'] = pop_front()
111 result[key] = pop_front()
113 result['extra_config'] = pop_front()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
  /external/perfetto/src/tracing/core/
patch_list.h 80 void pop_front() { function in class:perfetto::PatchList
82 list_.pop_front();
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx-std-suppression.h 40 void pop_front() { function in class:std::list
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 23 // pop_front(), append_front() and append_back().
65 void pop_front() { function in struct:__sanitizer::IntrusiveList
  /external/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 34 T pop_front() { function in struct:DeadCodeElimination::SetQueue
122 NodeId N = WorkQ.pop_front();
  /external/skia/src/core/
SkSinglyLinkedList.h 44 void pop_front() { function in class:SkSinglyLinkedList
SkDeque.cpp 150 void SkDeque::pop_front() { function in class:SkDeque
  /external/skqp/src/core/
SkSinglyLinkedList.h 44 void pop_front() { function in class:SkSinglyLinkedList
SkDeque.cpp 150 void SkDeque::pop_front() { function in class:SkDeque
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice.h 191 void pop_front() { remove_prefix(1); } function in class:tensorflow::gtl::ArraySlice
290 void pop_front() { remove_prefix(1); } function in class:tensorflow::gtl::MutableArraySlice
  /hardware/google/av/media/codecs/base/
SimpleC2Component.cpp 32 std::unique_ptr<C2Work> SimpleC2Component::WorkQueue::pop_front() { function in class:android::SimpleC2Component::WorkQueue
34 mQueue.pop_front();
101 items->pop_front();
127 std::unique_ptr<C2Work> work = queue->pop_front();
348 work = queue->pop_front();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 216 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } function in class:llvm::AllocatorList
simple_ilist.h 151 void pop_front() { erase(begin()); } function in class:llvm::simple_ilist
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 216 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } function in class:llvm::AllocatorList
simple_ilist.h 151 void pop_front() { erase(begin()); } function in class:llvm::simple_ilist
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 216 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } function in class:llvm::AllocatorList
simple_ilist.h 151 void pop_front() { erase(begin()); } function in class:llvm::simple_ilist
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 216 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } function in class:llvm::AllocatorList
simple_ilist.h 151 void pop_front() { erase(begin()); } function in class:llvm::simple_ilist

Completed in 758 milliseconds

1 2 3 4