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

  /external/llvm/include/llvm/ADT/
FoldingSet.h 385 T *TN = static_cast<T *>(N);
386 FoldingSetTrait<T>::Profile(*TN, ID);
392 T *TN = static_cast<T *>(N);
393 return FoldingSetTrait<T>::Equals(*TN, ID, TempID);
399 T *TN = static_cast<T *>(N);
400 return FoldingSetTrait<T>::ComputeHash(*TN, TempID);
464 T *TN = static_cast<T *>(N);
465 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context);
470 T *TN = static_cast<T *>(N);
471 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, TempID, Context)
    [all...]
  /frameworks/base/core/java/android/widget/
Toast.java 78 final TN mTN;
91 mTN = new TN();
106 TN tn = mTN; local
107 tn.mNextView = mNextView;
110 service.enqueueToast(pkg, tn, mDuration);
301 private static class TN extends ITransientNotification.Stub {
330 TN() {
  /external/strace/
syscall.c 126 #define TN TRACE_NETWORK
155 #undef TN
    [all...]

Completed in 2304 milliseconds