/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 | libipt_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_connlimit.man | 3 .TP 6 .TP 9 .TP 14 .TP 17 .TP 22 .TP 25 .TP 28 .TP 33 .TP 38 .TP
|
D | libxt_hashlimit.man | 9 .TP 13 .TP 16 .TP 21 .TP 26 .TP 33 .TP 36 .TP 39 .TP 42 .TP 45 .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 | libxt_recent.man | 10 .TP 14 .TP 19 .TP 23 .TP 26 .TP 29 .TP 33 .TP 38 .TP 43 .TP 53 .TP [all …]
|
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 | libipt_CLUSTERIP.man | 5 .TP 9 .TP 13 .TP 16 .TP 19 .TP 22 .TP
|
D | libxt_CONNMARK.man | 3 .TP 6 .TP 16 .TP 30 .TP 34 .TP 38 .TP 42 .TP 46 .TP 50 .TP
|
D | libip6t_LOG.man | 12 .TP 15 .TP 19 .TP 23 .TP 26 .TP 29 .TP
|
D | libipt_LOG.man | 12 .TP 15 .TP 19 .TP 23 .TP 26 .TP 29 .TP
|
D | libxt_string.man | 2 .TP 5 .TP 8 .TP 13 .TP 16 .TP
|
D | libxt_owner.man | 5 .TP 7 .TP 11 .TP 13 .TP 17 .TP
|
D | libxt_LED.man | 6 .TP 10 .TP 18 .TP 23 .TP 25 .TP 28 .TP
|
D | libxt_dccp.man | 1 .TP 3 .TP 5 .TP 10 .TP
|
D | libxt_CT.man | 5 .TP 8 .TP 12 .TP 18 .TP 22 .TP
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 67 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() 333 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local 335 if (!TP) in clang_getPointeeType() 338 switch (TP->getTypeClass()) { in clang_getPointeeType() 340 T = cast<PointerType>(TP)->getPointeeType(); in clang_getPointeeType() 343 T = cast<BlockPointerType>(TP)->getPointeeType(); in clang_getPointeeType() 347 T = cast<ReferenceType>(TP)->getPointeeType(); in clang_getPointeeType() [all …]
|
/external/antlr/antlr-3.4/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/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 45 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() argument 47 EnforceInteger(TP); in TypeSet() 49 EnforceFloatingPoint(TP); in TypeSet() 51 EnforceVector(TP); in TypeSet() 75 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() argument 80 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes(); in FillWithPossibleTypes() 82 if (TP.hasError()) in FillWithPossibleTypes() 91 TP.error("Type inference contradiction found, no " + in FillWithPossibleTypes() 155 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() argument 156 if (InVT.isCompletelyUnknown() || *this == InVT || TP.hasError()) in MergeInTypeInfo() [all …]
|
D | CodeGenDAGPatterns.h | 61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP); 109 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP); 111 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) { in MergeInTypeInfo() argument 112 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo() 116 bool EnforceInteger(TreePattern &TP); 119 bool EnforceFloatingPoint(TreePattern &TP); 122 bool EnforceScalar(TreePattern &TP); 125 bool EnforceVector(TreePattern &TP); 129 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP); 133 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP); [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | tls-execs.ll | 12 ; CHECK: mrs x[[TP:[0-9]+]], tpidr_el0 13 ; CHECK: ldr w0, [x[[TP]], x[[TP_OFFSET]]] 27 ; CHECK: mrs [[TP:x[0-9]+]], tpidr_el0 28 ; CHECK: add x0, [[TP]], [[TP_OFFSET]] 43 ; CHECK: mrs x[[TP:[0-9]+]], tpidr_el0 44 ; CHECK: ldr w0, [x[[TP]], [[TP_OFFSET]]] 58 ; CHECK: mrs [[TP:x[0-9]+]], tpidr_el0 59 ; CHECK: add x0, [[TP]], [[TP_OFFSET]]
|