/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/ |
D | control.cl_sdp_service_search_attribute_request_test | 28 TP/SERVER/SSA/BV-01-C 29 TP/SERVER/SSA/BV-02-C 30 TP/SERVER/SSA/BV-03-C 31 TP/SERVER/SSA/BV-04-C 32 TP/SERVER/SSA/BV-06-C 33 TP/SERVER/SSA/BV-07-C 34 TP/SERVER/SSA/BV-08-C 35 TP/SERVER/SSA/BV-09-C 36 TP/SERVER/SSA/BV-10-C 37 TP/SERVER/SSA/BV-11-C [all …]
|
D | control.cl_sdp_service_attribute_request_test | 28 TP/SERVER/SA/BV-01-C 29 TP/SERVER/SA/BV-03-C 30 TP/SERVER/SA/BV-04-C 31 TP/SERVER/SA/BV-05-C 32 TP/SERVER/SA/BV-06-C 33 TP/SERVER/SA/BV-07-C 34 TP/SERVER/SA/BV-08-C 35 TP/SERVER/SA/BV-09-C 36 TP/SERVER/SA/BV-10-C 37 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_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_ipvs.man | 2 .TP 5 .TP 7 .TP 10 .TP 13 .TP 16 .TP 19 .TP 22 .TP
|
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
|
D | libip6t_frag.man | 2 .TP 5 .TP 9 .TP 12 .TP 15 .TP 18 .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 | 41 .TP 15 45 .TP 48 .TP 51 .TP 54 .TP 120 .TP 125 .TP 128 .TP 132 .TP 135 .TP [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/libcxx/test/std/utilities/time/time.point/time.point.special/ |
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()
|
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()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.point/time.point.special/ |
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()
|
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()
|
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 87 std::unique_ptr<TrampolinePool> TP); 91 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() argument 92 this->TP = std::move(TP); in setTrampolinePool() 105 std::unique_ptr<TrampolinePool> TP; variable 118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local 123 if (!TP) in init() 124 return TP.takeError(); in init() 126 setTrampolinePool(std::move(*TP)); in init()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Unix.h | 92 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() argument 96 RetVal.tv_sec = toTimeT(TP); in toTimeSpec() 97 RetVal.tv_nsec = (TP.time_since_epoch() % seconds(1)).count(); in toTimeSpec() 102 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal() argument 106 RetVal.tv_sec = toTimeT(TP); in toTimeVal() 107 RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count(); in toTimeVal()
|