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

1 2

  /external/mdnsresponder/mDNSShared/
GenLinkedList.h 28 *Tail;
48 *Tail;
70 Tail;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_xmitfile.h 13 LPVOID Tail;
  /external/clang/lib/Format/
Encoding.h 83 StringRef Tail = Text;
85 StringRef::size_type TabPos = Tail.find('\t');
87 return TotalWidth + columnWidth(Tail, Encoding);
88 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
90 Tail = Tail.substr(TabPos + 1);
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter.cc 162 Tail().empty()) {
169 Tail().push(packet);
388 TouchDispositionGestureFilter::Tail() {
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 91 Matcher *Tail = MFR->takeNext();
96 EmitNode->setNext(Tail);
170 Matcher *Tail = CheckOpcode->takeNext();
175 CheckType->setNext(Tail);
  /frameworks/native/services/sensorservice/
traits.h 32 typedef U Tail;
50 template <typename T, typename Tail>
51 struct IndexOf<TypeList<T, Tail>, T> {
55 template <typename Head, typename Tail, typename T>
56 struct IndexOf<TypeList<Head, Tail>, T> {
58 enum { temp = IndexOf<Tail, T>::value };
  /external/clang/lib/Parse/
ParseOpenMP.cpp 643 ExprResult Tail = ParseAssignmentExpression();
644 if (Tail.isUsable())
645 TailExpr = Tail.get();
  /external/llvm/include/llvm/ADT/
ImmutableList.h 29 const ImmutableListImpl* Tail;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = 0)
32 : Head(head), Tail(tail) {}
41 const ImmutableListImpl* getTail() const { return Tail; }
50 Profile(ID, Head, Tail);
128 /// getTail - Returns the tail of the list, which is another (possibly empty)
166 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail) {
171 const ListTy* TailImpl = Tail.getInternalPointer();
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 145 /// The block number of the tail of the trace. (When hasValidHeight()).
146 unsigned Tail;
  /external/llvm/include/llvm/Support/
Registry.h 79 static node *Head, *Tail;
95 if (Tail)
96 Tail->Next = this;
99 Tail = this;
219 typename Registry<T,U>::node *Registry<T,U>::Tail;
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 90 // | / | Tail |
92 // Tail | | |
97 // contains compare + br.cond. Tail must be a successor of both.
113 // b.eq Tail
116 // b.eq Tail
118 // Tail:
126 // b.eq Tail
128 // Tail:
135 // between Head and Tail, just like if-converting a diamond.
137 // FIXME: Handle PHIs in Tail by turning them into selects (if-conversion)
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 661 /// Tail
667 /// Tail
670 /// UnreachableInst, otherwise it branches to Tail.
678 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore);
681 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
686 CheckTerm = BranchInst::Create(Tail, ThenBlock);
689 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cond);
701 /// Tail
709 /// Tail
715 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore)
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 59 /// code to access fields. Bitfields in tail position with tail padding may
61 /// that the tail padding is not used in the complete class.) However,
63 /// if we do not clip the tail padding off of the bitfield in the complete
173 /// \brief Lowers bitfield storage types to I8 arrays for bitfields with tail
240 // 3) Clip bitfield storages members if their tail padding is or might be
250 // order to understand if explicit tail padding is needed.
349 // Tail is the offset of the first bit off the end of the current run. It's
352 uint64_t StartBitOffset, Tail = 0;
364 if (Run == FieldEnd || BitOffset >= Tail) {
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 75 // Tail Tail
78 // Head block, and phis in the Tail block are converted to select instructions.
91 MachineBasicBlock *Tail;
100 /// equal to Tail.
101 bool isTriangle() const { return TBB == Tail || FBB == Tail; }
103 /// Returns the Tail predecessor for the True side.
104 MachineBasicBlock *getTPred() const { return TBB == Tail ? Head : TBB; }
106 /// Returns the Tail predecessor for the False side
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
125 typedef Types0 Tail;
130 typedef Types1<T2> Tail;
136 typedef Types2<T2, T3> Tail;
142 typedef Types3<T2, T3, T4> Tail;
148 typedef Types4<T2, T3, T4, T5> Tail;
155 typedef Types5<T2, T3, T4, T5, T6> Tail;
162 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
169 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
176 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
126 typedef Types0 Tail;
131 typedef Types1<T2> Tail;
137 typedef Types2<T2, T3> Tail;
143 typedef Types3<T2, T3, T4> Tail;
149 typedef Types4<T2, T3, T4, T5> Tail;
156 typedef Types5<T2, T3, T4, T5, T6> Tail;
163 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
170 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
177 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
125 typedef Types0 Tail;
130 typedef Types1<T2> Tail;
136 typedef Types2<T2, T3> Tail;
142 typedef Types3<T2, T3, T4> Tail;
148 typedef Types4<T2, T3, T4, T5> Tail;
155 typedef Types5<T2, T3, T4, T5, T6> Tail;
162 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
169 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
176 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
126 typedef Types0 Tail;
131 typedef Types1<T2> Tail;
137 typedef Types2<T2, T3> Tail;
143 typedef Types3<T2, T3, T4> Tail;
149 typedef Types4<T2, T3, T4, T5> Tail;
156 typedef Types5<T2, T3, T4, T5, T6> Tail;
163 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
170 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
177 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
126 typedef Types0 Tail;
131 typedef Types1<T2> Tail;
137 typedef Types2<T2, T3> Tail;
143 typedef Types3<T2, T3, T4> Tail;
149 typedef Types4<T2, T3, T4, T5> Tail;
156 typedef Types5<T2, T3, T4, T5, T6> Tail;
163 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
170 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
177 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 106 // Head for the first type in the list, and Tail for the rest of the
117 typedef Types0 Tail;
122 typedef Types1<T2> Tail;
128 typedef Types2<T2, T3> Tail;
134 typedef Types3<T2, T3, T4> Tail;
140 typedef Types4<T2, T3, T4, T5> Tail;
147 typedef Types5<T2, T3, T4, T5, T6> Tail;
154 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
161 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
168 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
125 typedef Types0 Tail;
130 typedef Types1<T2> Tail;
136 typedef Types2<T2, T3> Tail;
142 typedef Types3<T2, T3, T4> Tail;
148 typedef Types4<T2, T3, T4, T5> Tail;
155 typedef Types5<T2, T3, T4, T5, T6> Tail;
162 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
169 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
176 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 741 // tail block from which we should continue.
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1176 milliseconds

1 2