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

1 2 3 4

  /external/autotest/site_utils/stats/
tail_until_writer_finished_unittest.py 55 def Tail():
60 thread = threading.Thread(target=Tail)
  /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;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 416 wchar_t *Tail;
422 Tail = wcsrchr(Path, L'\\');
423 if(Tail == NULL) {
424 Tail = (wchar_t *) Path;
427 Tail++;
430 return Tail;
  /external/clang/lib/Format/
Encoding.h 84 StringRef Tail = Text;
86 StringRef::size_type TabPos = Tail.find('\t');
88 return TotalWidth + columnWidth(Tail, Encoding);
89 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
91 Tail = Tail.substr(TabPos + 1);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_CmdQueue.h 86 Message *Tail;
94 Tail = NULL;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
VirtualKeyboard.h 82 UINTN Tail;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.c 642 EFI_FFS_FILE_TAIL *Tail;
733 // Check if the tail is present and verify it if it is.
737 // Verify tail is complement of integrity check field in the header.
739 Tail = (EFI_FFS_FILE_TAIL *) ((UINTN) FfsHeader + GetLength (FfsHeader->Size) - sizeof (EFI_FFS_FILE_TAIL));
740 if (FfsHeader->IntegrityCheck.TailReference != (EFI_FFS_FILE_TAIL)~(*Tail)) {
741 Error (NULL, 0, 0, FileGuidString, "invalid FFS file tail");
  /external/llvm/include/llvm/Support/
Registry.h 56 static node *Head, *Tail;
73 if (Tail)
74 Tail->Next = N;
77 Tail = N;
151 static std::pair<const node *, const node *> Info(Head, Tail);
163 typename Registry<T>::node *Registry<T>::Tail;
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 151 Matcher *Tail = CheckOpcode->takeNext();
156 CheckType->setNext(Tail);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherOpt.cpp 82 Matcher *Tail = MFR->takeNext();
87 EmitNode->setNext(Tail);
162 Matcher *Tail = CheckOpcode->takeNext();
167 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 };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Registry.h 57 static node *Head, *Tail;
132 /// This provides template definitions of add_node, begin, and the Head and Tail
141 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\
144 if (Tail) \
145 Tail->Next = N; \
148 Tail = N; \
154 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \

Completed in 220 milliseconds

1 2 3 4