/third_party/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
|
D | libip6t_frag.man | 2 .TP 5 .TP 9 .TP 12 .TP 15 .TP 18 .TP
|
D | libxt_rateest.man | 29 .TP 36 .TP 39 .TP 42 .TP 49 .TP 52 .TP 54 .TP 57 .TP 59 .TP 61 .TP [all …]
|
D | libxt_string.man | 2 .TP 5 .TP 8 .TP 13 .TP 16 .TP 19 .TP 22 .TP
|
D | libipt_CLUSTERIP.man | 8 .TP 12 .TP 16 .TP 19 .TP 22 .TP 25 .TP
|
D | libxt_CONNMARK.man | 3 .TP 6 .TP 16 .TP 30 .TP 34 .TP 38 .TP 42 .TP 46 .TP 50 .TP
|
/third_party/curl/docs/cmdline-opts/ |
D | write-out.d | 28 .TP 15 31 .TP 34 .TP 37 .TP 90 .TP 95 .TP 98 .TP 102 .TP 105 .TP 109 .TP [all …]
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeAsClauses.ts | 98 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any }; 100 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any }; 102 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
|
D | mappedTypeModifiers.ts | 5 type TP = { a?: number, b?: string }; alias 11 var v00: keyof TP; variable 20 var v02: TP; 23 var v02: { [P in keyof TP]: TP[P] } variable 24 var v02: Pick<TP, keyof TP>; 35 var v04: Readonly<TP>;
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeAsClauses.js | 96 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any }; 98 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any }; 100 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any }; 223 [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any; 226 [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any; 229 [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any;
|
D | mappedTypeAsClauses.types | 184 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any }; 185 >GetKey : keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any; } 188 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any }; 189 >GetKeyWithIf : keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any; } 191 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
|
D | mappedTypeModifiers.types | 7 type TP = { a?: number, b?: string }; 8 >TP : TP 28 var v00: keyof TP; 49 var v02: TP; 50 >v02 : TP 53 >v02 : TP 56 >v02 : TP 58 var v02: { [P in keyof TP]: TP[P] } 59 >v02 : TP 61 var v02: Pick<TP, keyof TP>; [all …]
|
/third_party/skia/third_party/externals/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()
|
/third_party/boost/libs/chrono/test/time_point/ |
D | min_max_pass.cpp | 28 typedef boost::chrono::time_point<Clock, Duration> TP; in main() typedef 30 BOOST_CONSTEXPR_ASSERT((TP::min)() == TP((Duration::min)())); in main() 31 BOOST_CONSTEXPR_ASSERT((TP::max)() == TP((Duration::max)())); in main()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|