HomeSort by relevance Sort by last modified time
    Searched refs:Head (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/skia/src/images/
SkImageEncoder_Factory.cpp 24 const EncodeReg* curr = EncodeReg::Head();
  /external/chromium/testing/gtest/samples/
sample3_unittest.cc 105 for ( const QueueNode<int> * n1 = q->Head(), * n2 = new_q->Head();
sample3-inl.h 106 QueueNode<E>* Head() { return head_; }
107 const QueueNode<E>* Head() const { return head_; }
130 // Removes the head of the queue and returns it. Returns NULL if
  /external/gtest/samples/
sample3_unittest.cc 105 for ( const QueueNode<int> * n1 = q->Head(), * n2 = new_q->Head();
sample3-inl.h 106 QueueNode<E>* Head() { return head_; }
107 const QueueNode<E>* Head() const { return head_; }
130 // Removes the head of the queue and returns it. Returns NULL if
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample3_unittest.cc 105 for ( const QueueNode<int> * n1 = q->Head(), * n2 = new_q->Head();
sample3-inl.h 106 QueueNode<E>* Head() { return head_; }
107 const QueueNode<E>* Head() const { return head_; }
130 // Removes the head of the queue and returns it. Returns NULL if
  /external/protobuf/gtest/samples/
sample3_unittest.cc 105 for ( const QueueNode<int> * n1 = q->Head(), * n2 = new_q->Head();
sample3-inl.h 106 QueueNode<E> * Head() { return head_; }
107 const QueueNode<E> * Head() const { return head_; }
130 // Removes the head of the queue and returns it. Returns NULL if
  /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_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /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_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /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_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 56 Head, \
66 Head, \
76 Head, \
86 Head, \
96 class Head,
121 Head>::other::pointer
354 class Head,
380 Head>::other::pointer
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 41 // // Returns the head of the queue
42 // StateId Head() const;
45 // // Removes the head of the queue
78 StateId Head() const { return Head_(); }
107 StateId Head() const { return front_; }
116 virtual StateId Head_() const { return Head(); }
140 StateId Head() const { return back(); }
148 virtual StateId Head_() const { return Head(); }
170 StateId Head() const { return front(); }
178 virtual StateId Head_() const { return Head(); }
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 44 GlobalVariable *Head;
197 ShadowStackGC::ShadowStackGC() : Head(0), StackEntryTy(0) {
299 Head = M.getGlobalVariable("llvm_gc_root_chain");
300 if (!Head) {
303 Head = new GlobalVariable(M, StackEntryPtrTy, false,
307 } else if (Head->hasExternalLinkage() && Head->isDeclaration()) {
308 Head->setInitializer(Constant::getNullValue(StackEntryPtrTy));
309 Head->setLinkage(GlobalValue::LinkOnceAnyLinkage);
399 // Initialize the map pointer and load the current head of the shadow stack
    [all...]
  /frameworks/native/services/sensorservice/
traits.h 31 typedef T Head;
55 template <typename Head, typename Tail, typename T>
56 struct IndexOf<TypeList<Head, Tail>, T> {
  /external/llvm/include/llvm/Support/
Registry.h 74 static node *Head, *Tail;
93 Head = this;
116 static iterator begin() { return iterator(Head); }
211 typename Registry<T,U>::node *Registry<T,U>::Head;
  /external/openfst/src/include/fst/
queue.h 45 // // Returns the head of the queue
46 // StateId Head() const;
49 // // Removes the head of the queue
82 StateId Head() const { return Head_(); }
117 StateId Head() const { return front_; }
129 virtual StateId Head_() const { return Head(); }
153 StateId Head() const { return back(); }
164 virtual StateId Head_() const { return Head(); }
186 StateId Head() const { return front(); }
197 virtual StateId Head_() const { return Head(); }
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 8 typedef T1 Head;
21 typedef TemplateSel < T1 > Head;
40 typedef typename Types::Head Type;
49 typedef typename Tests::Head Head;
50 TypeParameterizedTest < Fixture, Head, Types >::Register;
  /external/clang/include/clang/Sema/
AttributeList.h 436 void reclaimPool(AttributeList *head);
445 AttributeList *Head;
453 attr->NextInPool = Head;
454 Head = attr;
462 AttributePool(AttributeFactory &factory) : Factory(factory), Head(0) {}
465 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) {
466 pool.Head = 0;
472 if (Head) {
473 Factory.reclaimPool(Head);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 135 /// The block number of the head of the trace. (When hasValidDepth()).
136 unsigned Head;
170 /// trace head, and any dependencies from such a far away dominator are not
178 // Instruction depths are only comparable if the traces share a head.
179 if (Head != TBI.Head)
183 // flow, a dominator may share a trace head without actually being on the
246 /// the trace head to the trace center block. The resource depth only

Completed in 2213 milliseconds

12 3 4