HomeSort by relevance Sort by last modified time
    Searched defs:TN (Results 1 - 7 of 7) sorted by null

  /external/strace/tests/
ksysent.c 34 #define TN 0
  /external/llvm/include/llvm/ADT/
FoldingSet.h 404 T *TN = static_cast<T *>(N);
405 FoldingSetTrait<T>::Profile(*TN, ID);
411 T *TN = static_cast<T *>(N);
412 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
417 T *TN = static_cast<T *>(N);
418 return FoldingSetTrait<T>::ComputeHash(*TN, TempID);
487 T *TN = static_cast<T *>(N);
488 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context);
492 T *TN = static_cast<T *>(N);
493 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID
    [all...]
  /frameworks/base/core/java/android/widget/
Toast.java 90 final TN mTN;
103 mTN = new TN();
120 TN tn = mTN; local
121 tn.mNextView = mNextView;
124 service.enqueueToast(pkg, tn, mDuration);
330 private static class TN extends ITransientNotification.Stub {
364 TN() {
  /external/strace/
syscall.c 76 #define TN TRACE_NETWORK
110 #undef TN
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 110 milliseconds