Home
last modified time | relevance | path

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

12345678

/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dcontrol28 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 …]
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dcontrol29 TP/SERVER/SA/BV-01-C
30 TP/SERVER/SA/BV-03-C
31 TP/SERVER/SA/BV-04-C
32 TP/SERVER/SA/BV-05-C
33 TP/SERVER/SA/BV-06-C
34 TP/SERVER/SA/BV-07-C
35 TP/SERVER/SA/BV-08-C
36 TP/SERVER/SA/BV-09-C
37 TP/SERVER/SA/BV-10-C
38 TP/SERVER/SA/BV-11-C
[all …]
/external/lz4/programs/
Dlz4.115 .TP 5
28 .TP
31 .TP
34 .TP
37 .TP
40 .TP
43 .TP
46 .TP
49 .TP
52 .TP
[all …]
/external/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_hashlimit.man9 .TP
14 .TP
17 .TP
24 .TP
29 .TP
36 .TP
39 .TP
42 .TP
45 .TP
48 .TP
[all …]
Dlibxt_recent.man10 .TP
14 .TP
19 .TP
23 .TP
26 .TP
29 .TP
32 .TP
36 .TP
41 .TP
46 .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 …]
Dlibipt_CLUSTERIP.man5 .TP
9 .TP
13 .TP
16 .TP
19 .TP
22 .TP
Dlibxt_CONNMARK.man3 .TP
6 .TP
16 .TP
30 .TP
34 .TP
38 .TP
42 .TP
46 .TP
50 .TP
Dlibxt_string.man2 .TP
5 .TP
8 .TP
13 .TP
16 .TP
Dlibxt_set.man2 .TP
17 .TP
23 .TP
28 .TP
33 .TP
37 .TP
41 .TP
45 .TP
49 .TP
53 .TP
Dlibxt_CT.man5 .TP
8 .TP
12 .TP
18 .TP
22 .TP
26 .TP
/external/clang/tools/libclang/
DCXType.cpp67 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind() local
68 if (!TP) in GetTypeKind()
72 switch (TP->getTypeClass()) { in GetTypeKind()
74 return GetBuiltinTypeKind(cast<BuiltinType>(TP)); in GetTypeKind()
351 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local
353 if (!TP) in clang_getPointeeType()
356 switch (TP->getTypeClass()) { in clang_getPointeeType()
358 T = cast<PointerType>(TP)->getPointeeType(); in clang_getPointeeType()
361 T = cast<BlockPointerType>(TP)->getPointeeType(); in clang_getPointeeType()
365 T = cast<ReferenceType>(TP)->getPointeeType(); in clang_getPointeeType()
[all …]
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp48 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 …]
DCodeGenDAGPatterns.h61 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/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js11 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/strace/linux/x32/
Dsyscallent.h57 [ 56] = { 5, TP, SEN(clone), "clone" },
58 [ 57] = { 0, TP, SEN(fork), "fork" },
59 [ 58] = { 0, TP, SEN(vfork), "vfork" },
60 [ 59] = { 3, TF|TP|SE|SI, SEN(printargs), "64:execve" },
61 [ 60] = { 1, TP|SE, SEN(exit), "exit" },
62 [ 61] = { 4, TP, SEN(wait4), "wait4" },
159 [158] = { 2, TP, SEN(arch_prctl), "arch_prctl" },
232 [231] = { 1, TP|SE, SEN(exit), "exit_group" },
248 [247] = { 5, TP, SEN(printargs), "64:waitid" },
273 [272] = { 1, TP, SEN(unshare), "unshare" },
[all …]

12345678