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

  /external/libcxx/test/std/utilities/time/time.point/time.point.special/
max.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::max() == TP(Duration::max()));
min.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::min() == TP(Duration::min()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.special/
max.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::max() == TP(Duration::max()));
min.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::min() == TP(Duration::min()));
  /external/strace/tests/
ksysent.c 35 #define TP 0
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 49 const Type *TP = T.getTypePtr();
50 QualType PointeeT = TP->getPointeeType();
63 if (const Type *TElem = TP->getArrayElementTypeNoTypeQual())
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 70 TreePattern *TP = Pred.getOrigPatFragRecord();
71 unsigned &Entry = NodePredicateMap[TP];
86 SameCodePreds.push_back(TP);
DAGISelMatcherGen.cpp 180 // TP - Get *SOME* tree pattern, we don't care which. It is only used for
182 TreePattern &TP = *CGP.pf_begin()->second;
186 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 67 const Type *TP = T.getTypePtrOrNull();
68 if (!TP)
72 switch (TP->getTypeClass()) {
74 return GetBuiltinTypeKind(cast<BuiltinType>(TP));
351 const Type *TP = T.getTypePtrOrNull();
353 if (!TP)
356 switch (TP->getTypeClass()) {
358 T = cast<PointerType>(TP)->getPointeeType();
361 T = cast<BlockPointerType>(TP)->getPointeeType();
365 T = cast<ReferenceType>(TP)->getPointeeType()
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 533 Transform TL, TP, S;
549 TP.set(dst_x, dst_y);
554 mGlobalTransform = R * TP * S * TL;
  /external/strace/
syscall.c 77 #define TP TRACE_PROCESS
111 #undef TP
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 109 // - TP (true positive) : a race exists and reported.
115 // TP and FP tests are annotated with ANNOTATE_EXPECT_RACE,
332 // test01: TP. Simple race (write vs write). {{{1
349 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test01. TP.");
669 // test09: TP. Simple race (read vs write). {{{1
686 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test09. TP.");
723 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test10. TP. FN in MSMHelgrind.");
1124 // test20: TP. Incorrect synchronization via AwaitWhen(), timeout. {{{1
1147 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test20. TP.");
1155 // test21: TP. Incorrect synchronization via LockWhenWithTimeout(). {{{
    [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 738 milliseconds