/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/ |
D | control.cl_sdp_service_search_attribute_request_test | 27 TP/SERVER/SSA/BV-01-C 28 TP/SERVER/SSA/BV-02-C 29 TP/SERVER/SSA/BV-03-C 30 TP/SERVER/SSA/BV-04-C 31 TP/SERVER/SSA/BV-06-C 32 TP/SERVER/SSA/BV-07-C 33 TP/SERVER/SSA/BV-08-C 34 TP/SERVER/SSA/BV-09-C 35 TP/SERVER/SSA/BV-10-C 36 TP/SERVER/SSA/BV-11-C [all …]
|
D | control.cl_sdp_service_attribute_request_test | 27 TP/SERVER/SA/BV-01-C 28 TP/SERVER/SA/BV-03-C 29 TP/SERVER/SA/BV-04-C 30 TP/SERVER/SA/BV-05-C 31 TP/SERVER/SA/BV-06-C 32 TP/SERVER/SA/BV-07-C 33 TP/SERVER/SA/BV-08-C 34 TP/SERVER/SA/BV-09-C 35 TP/SERVER/SA/BV-10-C 36 TP/SERVER/SA/BV-11-C [all …]
|
/external/iptables/extensions/ |
D | libxt_conntrack.man | 3 .TP 7 .TP 10 .TP 12 .TP 14 .TP 16 .TP 19 .TP 21 .TP 23 .TP 25 .TP [all …]
|
D | libxt_addrtype.man | 7 .TP 10 .TP 13 .TP 16 .TP 19 .TP 22 .TP 25 .TP 28 .TP 31 .TP 34 .TP [all …]
|
D | libip6t_ipv6header.man | 2 .TP 6 .TP 11 .TP 14 .TP 17 .TP 20 .TP 23 .TP 26 .TP 29 .TP 33 .TP
|
D | libxt_ipvs.man | 2 .TP 5 .TP 7 .TP 10 .TP 13 .TP 16 .TP 19 .TP 22 .TP
|
D | libxt_recent.man | 10 .TP 14 .TP 19 .TP 23 .TP 26 .TP 29 .TP 32 .TP 36 .TP 41 .TP 46 .TP [all …]
|
D | libxt_hashlimit.man | 9 .TP 14 .TP 17 .TP 24 .TP 29 .TP 36 .TP 39 .TP 42 .TP 45 .TP 48 .TP [all …]
|
D | libxt_connlimit.man | 3 .TP 6 .TP 9 .TP 14 .TP 18 .TP 23 .TP 26 .TP 29 .TP 34 .TP 39 .TP
|
D | libxt_HMARK.man | 7 .TP 22 .TP 25 .TP 28 .TP 31 .TP 34 .TP 37 .TP 40 .TP 43 .TP 46 .TP [all …]
|
D | libxt_policy.man | 2 .TP 14 .TP 18 .TP 26 .TP 33 .TP 36 .TP 39 .TP 42 .TP 46 .TP 50 .TP
|
D | libip6t_rt.man | 2 .TP 5 .TP 8 .TP 11 .TP 14 .TP 17 .TP
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 68 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind() local 69 if (!TP) in GetTypeKind() 73 switch (TP->getTypeClass()) { in GetTypeKind() 75 return GetBuiltinTypeKind(cast<BuiltinType>(TP)); in GetTypeKind() 353 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local 355 if (!TP) in clang_getPointeeType() 358 switch (TP->getTypeClass()) { in clang_getPointeeType() 360 T = cast<PointerType>(TP)->getPointeeType(); in clang_getPointeeType() 363 T = cast<BlockPointerType>(TP)->getPointeeType(); in clang_getPointeeType() 367 T = cast<ReferenceType>(TP)->getPointeeType(); in clang_getPointeeType() [all …]
|
/external/curl/docs/cmdline-opts/ |
D | write-out.d | 28 .TP 15 31 .TP 80 .TP 85 .TP 89 .TP 92 .TP 96 .TP 99 .TP 102 .TP 105 .TP [all …]
|
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 85 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind() local 86 if (!TP) in GetTypeKind() 90 switch (TP->getTypeClass()) { in GetTypeKind() 92 return GetBuiltinTypeKind(cast<BuiltinType>(TP)); in GetTypeKind() 445 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local 447 if (!TP) in clang_getPointeeType() 451 switch (TP->getTypeClass()) { in clang_getPointeeType() 453 T = cast<PointerType>(TP)->getPointeeType(); in clang_getPointeeType() 456 T = cast<BlockPointerType>(TP)->getPointeeType(); in clang_getPointeeType() 460 T = cast<ReferenceType>(TP)->getPointeeType(); in clang_getPointeeType() [all …]
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() argument 50 EnforceInteger(TP); in TypeSet() 52 EnforceFloatingPoint(TP); in TypeSet() 54 EnforceVector(TP); in TypeSet() 78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() argument 83 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes(); in FillWithPossibleTypes() 85 if (TP.hasError()) in FillWithPossibleTypes() 94 TP.error("Type inference contradiction found, no " + in FillWithPossibleTypes() 154 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() argument 155 if (InVT.isCompletelyUnknown() || *this == InVT || TP.hasError()) in MergeInTypeInfo() [all …]
|
D | CodeGenDAGPatterns.h | 61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP); 113 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP); 115 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) { in MergeInTypeInfo() argument 116 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo() 120 bool EnforceInteger(TreePattern &TP); 123 bool EnforceFloatingPoint(TreePattern &TP); 126 bool EnforceScalar(TreePattern &TP); 129 bool EnforceVector(TreePattern &TP); 133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP); 137 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP); [all …]
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | TreeParser.js | 11 var TP = org.antlr.runtime.tree.TreeParser; 13 org.antlr.lang.augmentObject(TP, { 18 org.antlr.lang.extend(TP, org.antlr.runtime.BaseRecognizer, { 20 TP.superclass.reset.call(this); // reset all recognizer state variables 66 !(tokenType===TP.UP && level===0) ) 71 if ( tokenType === TP.DOWN ) { 74 else if ( tokenType === TP.UP ) { 103 if ( this instanceof TP ) { 112 return TP.superclass.getErrorMessage.call(this, e, tokenNames); 116 TP.superclass.traceIn.call(this, ruleName, ruleIndex, this.input.LT(1)); [all …]
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 44 JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP); 71 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool() argument 81 TrampolinePool *TP = nullptr; variable 96 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local 104 if (!TP) in init() 105 return TP.takeError(); in init() 107 this->TP = std::move(*TP); in init() 108 setTrampolinePool(*this->TP); in init() 112 std::unique_ptr<TrampolinePool> TP; variable
|
/external/llvm-project/llvm/unittests/Support/ |
D | Chrono.cpp | 25 TimePoint<> TP; in TEST() local 26 EXPECT_EQ(TP, toTimePoint(toTimeT(TP))); in TEST() 27 TP += seconds(1); in TEST() 28 EXPECT_EQ(TP, toTimePoint(toTimeT(TP))); in TEST() 29 TP += hours(47); in TEST() 30 EXPECT_EQ(TP, toTimePoint(toTimeT(TP))); in TEST()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.point/time.point.special/ |
D | max.pass.cpp | 24 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef 25 LIBCPP_ASSERT_NOEXCEPT(TP::max()); in main() 27 ASSERT_NOEXCEPT( TP::max()); in main() 29 assert(TP::max() == TP(Duration::max())); in main()
|
D | min.pass.cpp | 24 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef 25 LIBCPP_ASSERT_NOEXCEPT(TP::max()); in main() 27 ASSERT_NOEXCEPT( TP::max()); in main() 29 assert(TP::min() == TP(Duration::min())); in main()
|
/external/libcxx/test/std/utilities/time/time.point/time.point.special/ |
D | max.pass.cpp | 25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef 26 LIBCPP_ASSERT_NOEXCEPT(TP::max()); in main() 28 ASSERT_NOEXCEPT( TP::max()); in main() 30 assert(TP::max() == TP(Duration::max())); in main()
|
D | min.pass.cpp | 25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef 26 LIBCPP_ASSERT_NOEXCEPT(TP::max()); in main() 28 ASSERT_NOEXCEPT( TP::max()); in main() 30 assert(TP::min() == TP(Duration::min())); in main()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Unix.h | 84 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() argument 88 RetVal.tv_sec = toTimeT(TP); in toTimeSpec() 89 RetVal.tv_nsec = (TP.time_since_epoch() % seconds(1)).count(); in toTimeSpec() 94 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal() argument 98 RetVal.tv_sec = toTimeT(TP); in toTimeVal() 99 RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count(); in toTimeVal()
|