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

1 2 34 5 6

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 659 /// Head
663 /// Head
677 BasicBlock *Head = SplitBefore->getParent();
678 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore);
679 TerminatorInst *HeadOldTerm = Head->getTerminator();
680 LLVMContext &C = Head->getContext();
681 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
699 /// Head
703 /// Head
714 BasicBlock *Head = SplitBefore->getParent()
    [all...]
  /external/chromium_org/third_party/skia/dm/
DM.cpp 208 static void append_matching_factories(Registry* head, SkTDArray<typename Registry::Factory>* out) {
209 for (const Registry* reg = head; reg != NULL; reg = reg->next()) {
238 append_matching_factories<GM>(GMRegistry::Head(), &gms);
252 append_matching_factories<Benchmark>(BenchRegistry::Head(), &benches);
257 append_matching_factories<Test>(TestRegistry::Head(), &tests);
  /external/skia/dm/
DM.cpp 208 static void append_matching_factories(Registry* head, SkTDArray<typename Registry::Factory>* out) {
209 for (const Registry* reg = head; reg != NULL; reg = reg->next()) {
238 append_matching_factories<GM>(GMRegistry::Head(), &gms);
252 append_matching_factories<Benchmark>(BenchRegistry::Head(), &benches);
257 append_matching_factories<Test>(TestRegistry::Head(), &tests);
  /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...]
gtest-type-util.h 106 // Head for the first type in the list, and Tail for the rest of the
116 typedef T1 Head;
121 typedef T1 Head;
127 typedef T1 Head;
133 typedef T1 Head;
139 typedef T1 Head;
146 typedef T1 Head;
153 typedef T1 Head;
160 typedef T1 Head;
167 typedef T1 Head;
    [all...]
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpClientStackTest.java 109 TestRequest.Head request = new TestRequest.Head();
110 assertEquals(request.getMethod(), Method.HEAD);
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 574 typedef typename Types::Head Type;
616 typedef typename Tests::Head Head;
619 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
124 typedef T1 Head;
129 typedef T1 Head;
135 typedef T1 Head;
141 typedef T1 Head;
147 typedef T1 Head;
154 typedef T1 Head;
161 typedef T1 Head;
168 typedef T1 Head;
175 typedef T1 Head;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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/gtest/include/gtest/internal/
gtest-internal.h 574 typedef typename Types::Head Type;
616 typedef typename Tests::Head Head;
619 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
124 typedef T1 Head;
129 typedef T1 Head;
135 typedef T1 Head;
141 typedef T1 Head;
147 typedef T1 Head;
154 typedef T1 Head;
161 typedef T1 Head;
168 typedef T1 Head;
175 typedef T1 Head;
    [all...]
  /external/llvm/utils/unittest/googletest/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...]
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/mesa3d/src/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...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 563 typedef typename Types::Head Type;
605 typedef typename Tests::Head Head;
608 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
124 typedef T1 Head;
129 typedef T1 Head;
135 typedef T1 Head;
141 typedef T1 Head;
147 typedef T1 Head;
154 typedef T1 Head;
161 typedef T1 Head;
168 typedef T1 Head;
175 typedef T1 Head;
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 422 options.WildcardCensor.Pairs.Front().Head,
473 options.WildcardCensor.Pairs.Front().Head,
  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 51 void reset() { fReg = TestRegistry::Head(); }
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 407 LoopData &getLoopPackage(const BlockNode &Head) {
408 assert(Head.Index < Working.size());
409 assert(Working[Head.Index].isLoopHeader());
410 return *Working[Head.Index].Loop;
    [all...]
  /external/skia/tests/
skia_test.cpp 51 void reset() { fReg = TestRegistry::Head(); }
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 131 StateId s = state_queue_->Head();

Completed in 2313 milliseconds

1 2 34 5 6