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

1 23 4

  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 67 static node *Head;
69 node(int v) { Head = this; }
  /external/skia/tests/
skia_test.cpp 24 fReg = TestRegistry::Head();
43 const TestRegistry* reg = TestRegistry::Head();
  /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_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /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_/
node_iterators.hpp 55 Head, \
66 Head, \
76 class Head,
253 class Head,
  /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_/
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,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /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/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...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 227 ListNode<E> * Head() { return head_; }
228 const ListNode<E> * Head() const { return head_; }
295 return Head();
315 for ( const ListNode<E> * node = Head();
332 for ( const ListNode<E> * node = Head();
345 for ( const ListNode<E> * node = Head();
358 for ( ListNode<E> * node = Head();
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 677 typedef typename Types::Head Type;
719 typedef typename Tests::Head Head;
722 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 670 typedef typename Types::Head Type;
712 typedef typename Tests::Head Head;
715 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 696 /// Head
700 /// Head
713 BasicBlock *Head = SplitBefore->getParent();
714 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore);
715 TerminatorInst *HeadOldTerm = Head->getTerminator();
716 LLVMContext &C = Head->getContext();
717 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
  /external/chromium/base/
mach_ipc_mac.h 213 mach_msg_header_t *Head() { return &(storage_->head); }
217 mach_msg_header_t head; member in struct:base::MachMessage::MachMessageData
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 208 for (const internal::ListNode<TestCase*>* node = case_list.Head();
465 const internal::ListNode<TestPartResult>* p = list_->Head();
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 642 typedef typename Types::Head Type;
684 typedef typename Tests::Head Head;
687 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 110 // Head for the first type in the list, and Tail for the rest of the
120 typedef T1 Head;
125 typedef T1 Head;
131 typedef T1 Head;
137 typedef T1 Head;
143 typedef T1 Head;
150 typedef T1 Head;
157 typedef T1 Head;
164 typedef T1 Head;
171 typedef T1 Head;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 648 typedef typename Types::Head Type;
690 typedef typename Tests::Head Head;
693 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
125 typedef T1 Head;
130 typedef T1 Head;
136 typedef T1 Head;
142 typedef T1 Head;
148 typedef T1 Head;
155 typedef T1 Head;
162 typedef T1 Head;
169 typedef T1 Head;
176 typedef T1 Head;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 648 typedef typename Types::Head Type;
690 typedef typename Tests::Head Head;
693 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
125 typedef T1 Head;
130 typedef T1 Head;
136 typedef T1 Head;
142 typedef T1 Head;
148 typedef T1 Head;
155 typedef T1 Head;
162 typedef T1 Head;
169 typedef T1 Head;
176 typedef T1 Head;
    [all...]

Completed in 2037 milliseconds

1 23 4