HomeSort by relevance Sort by last modified time
    Searched refs:Head (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /ndk/sources/third_party/googletest/googletest/samples/
sample3-inl.h 105 QueueNode<E>* Head() { return head_; }
106 const QueueNode<E>* Head() const { return head_; }
129 // Removes the head of the queue and returns it. Returns NULL if
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter.cc 168 if (IsEmpty() || (Head().empty() && sequences_.size() == 1))
171 if (Head().empty())
174 GestureSequence& sequence = Head();
349 DCHECK(Head().empty());
355 TouchDispositionGestureFilter::Head() {
  /external/clang/include/clang/Sema/
AttributeList.h 525 void reclaimPool(AttributeList *head);
534 AttributeList *Head;
542 attr->NextInPool = Head;
543 Head = attr;
551 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {}
554 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) {
555 pool.Head = nullptr;
561 if (Head) {
562 Factory.reclaimPool(Head);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 81 Item *Head;
93 E->Next = B.Head;
95 B.Head = E;
103 for (Item *E = Buckets[I].Head; E;) {
151 if (!B.Head)
160 assert(B.Length != 0 && "Bucket has a head but zero length?");
163 for (Item *I = B.Head; I; I = I->Next) {
  /external/chromium_org/third_party/skia/experimental/SkiaExamples/
SkExample.cpp 41 fRegistry = SkExample::Registry::Head();
166 if (NULL == fRegistry) { // Reached the end of the registered samples. GOTO head.
167 fRegistry = SkExample::Registry::Head();
  /external/skia/experimental/SkiaExamples/
SkExample.cpp 41 fRegistry = SkExample::Registry::Head();
166 if (NULL == fRegistry) { // Reached the end of the registered samples. GOTO head.
167 fRegistry = SkExample::Registry::Head();
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HurlStackTest.java 111 TestRequest.Head request = new TestRequest.Head();
112 assertEquals(request.getMethod(), Method.HEAD);
115 assertEquals("HEAD", mMockConnection.getRequestMethod());
  /external/chromium_org/third_party/skia/samplecode/
SampleCode.h 92 static const SkViewRegister* Head() { return gHead; }
  /external/lzma/CPP/Common/
Wildcard.cpp 429 Pairs[index].Head.AddItem(include, item);
438 if (Pairs[i].Head.CheckPath(path, isFile, include))
459 Pairs[i].Head.ExtendExclude(Pairs[index].Head);
Wildcard.h 62 CCensorNode Head;
  /external/skia/samplecode/
SampleCode.h 92 static const SkViewRegister* Head() { return gHead; }
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 20 template<typename Head, typename ...Tail>
38 template<typename Head, typename ...Tail>
39 struct count<Head, Tail...> {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 129 /// Head node for PATRICIA tree.
472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
508 typedef typename _Alloc::template rebind<Head> __rebind_h;
711 template<typename Node, typename Leaf, typename Head, typename Inode,
714 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
717 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 129 /// Head node for PATRICIA tree.
472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
508 typedef typename _Alloc::template rebind<Head> __rebind_h;
711 template<typename Node, typename Leaf, typename Head, typename Inode,
714 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
717 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 129 /// Head node for PATRICIA tree.
472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
508 typedef typename _Alloc::template rebind<Head> __rebind_h;
711 template<typename Node, typename Leaf, typename Head, typename Inode,
714 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
717 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 129 /// Head node for PATRICIA tree.
472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
508 typedef typename _Alloc::template rebind<Head> __rebind_h;
711 template<typename Node, typename Leaf, typename Head, typename Inode,
714 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
717 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 129 /// Head node for PATRICIA tree.
472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
508 typedef typename _Alloc::template rebind<Head> __rebind_h;
711 template<typename Node, typename Leaf, typename Head, typename Inode,
714 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
717 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator
    [all...]

Completed in 8003 milliseconds

1 23 4 5 6