Home
last modified time | relevance | path

Searched refs:TP (Results 1 – 25 of 213) sorted by relevance

123456789

/third_party/iptables/extensions/
Dlibxt_conntrack.man3 .TP
7 .TP
10 .TP
12 .TP
14 .TP
16 .TP
19 .TP
21 .TP
23 .TP
25 .TP
[all …]
Dlibxt_addrtype.man7 .TP
10 .TP
13 .TP
16 .TP
19 .TP
22 .TP
25 .TP
28 .TP
31 .TP
34 .TP
[all …]
Dlibip6t_ipv6header.man2 .TP
6 .TP
11 .TP
14 .TP
17 .TP
20 .TP
23 .TP
26 .TP
29 .TP
33 .TP
Dlibxt_ipvs.man2 .TP
5 .TP
7 .TP
10 .TP
13 .TP
16 .TP
19 .TP
22 .TP
Dlibxt_recent.man10 .TP
14 .TP
19 .TP
23 .TP
26 .TP
29 .TP
32 .TP
36 .TP
41 .TP
46 .TP
[all …]
Dlibxt_hashlimit.man9 .TP
14 .TP
17 .TP
24 .TP
29 .TP
36 .TP
39 .TP
42 .TP
45 .TP
48 .TP
[all …]
Dlibxt_connlimit.man3 .TP
6 .TP
9 .TP
14 .TP
18 .TP
23 .TP
26 .TP
29 .TP
34 .TP
39 .TP
Dlibxt_HMARK.man7 .TP
22 .TP
25 .TP
28 .TP
31 .TP
34 .TP
37 .TP
40 .TP
43 .TP
46 .TP
[all …]
Dlibxt_policy.man2 .TP
14 .TP
18 .TP
26 .TP
33 .TP
36 .TP
39 .TP
42 .TP
46 .TP
50 .TP
Dlibip6t_rt.man2 .TP
5 .TP
8 .TP
11 .TP
14 .TP
17 .TP
Dlibip6t_frag.man2 .TP
5 .TP
9 .TP
12 .TP
15 .TP
18 .TP
Dlibxt_rateest.man29 .TP
36 .TP
39 .TP
42 .TP
49 .TP
52 .TP
54 .TP
57 .TP
59 .TP
61 .TP
[all …]
Dlibxt_string.man2 .TP
5 .TP
8 .TP
13 .TP
16 .TP
19 .TP
22 .TP
Dlibipt_CLUSTERIP.man8 .TP
12 .TP
16 .TP
19 .TP
22 .TP
25 .TP
Dlibxt_CONNMARK.man3 .TP
6 .TP
16 .TP
30 .TP
34 .TP
38 .TP
42 .TP
46 .TP
50 .TP
/third_party/curl/docs/cmdline-opts/
Dwrite-out.d28 .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/
DmappedTypeAsClauses.ts98 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 };
DmappedTypeModifiers.ts5 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/
DmappedTypeAsClauses.js96 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;
DmappedTypeAsClauses.types184 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 };
DmappedTypeModifiers.types7 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/
DUnix.h84 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/
Dmin_max_pass.cpp28 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/
DUnix.h92 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/
DLazyReexports.h87 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()

123456789