/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 1160 String _sub = email1.substring(email1.indexOf('@') + 1); in unionEmail() local 1177 if (withinDomain(_sub, email2)) in unionEmail() 1190 if (_sub.equalsIgnoreCase(email2)) in unionEmail() 1206 String _sub = email2.substring(email1.indexOf('@') + 1); in unionEmail() local 1207 if (withinDomain(_sub, email1)) in unionEmail() 1253 String _sub = email2.substring(email1.indexOf('@') + 1); in unionEmail() local 1254 if (_sub.equalsIgnoreCase(email1)) in unionEmail() 1298 String _sub = email1.substring(email1.indexOf('@') + 1); in unionURI() local 1315 if (withinDomain(_sub, email2)) in unionURI() 1328 if (_sub.equalsIgnoreCase(email2)) in unionURI() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 1160 String _sub = email1.substring(email1.indexOf('@') + 1); in unionEmail() local 1177 if (withinDomain(_sub, email2)) in unionEmail() 1190 if (_sub.equalsIgnoreCase(email2)) in unionEmail() 1206 String _sub = email2.substring(email1.indexOf('@') + 1); in unionEmail() local 1207 if (withinDomain(_sub, email1)) in unionEmail() 1253 String _sub = email2.substring(email1.indexOf('@') + 1); in unionEmail() local 1254 if (_sub.equalsIgnoreCase(email1)) in unionEmail() 1298 String _sub = email1.substring(email1.indexOf('@') + 1); in unionURI() local 1315 if (withinDomain(_sub, email2)) in unionURI() 1328 if (_sub.equalsIgnoreCase(email2)) in unionURI() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 1156 String _sub = email1.substring(email1.indexOf('@') + 1); in unionEmail() local 1173 if (withinDomain(_sub, email2)) in unionEmail() 1186 if (_sub.equalsIgnoreCase(email2)) in unionEmail() 1202 String _sub = email2.substring(email1.indexOf('@') + 1); in unionEmail() local 1203 if (withinDomain(_sub, email1)) in unionEmail() 1249 String _sub = email2.substring(email1.indexOf('@') + 1); in unionEmail() local 1250 if (_sub.equalsIgnoreCase(email1)) in unionEmail() 1294 String _sub = email1.substring(email1.indexOf('@') + 1); in unionURI() local 1311 if (withinDomain(_sub, email2)) in unionURI() 1324 if (_sub.equalsIgnoreCase(email2)) in unionURI() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-02-23-MulSub.ll | 7 %_sub = sub i26 %_add, %_shl2 ; <i26> [#uses=1] 8 ret i26 %_sub
|
/external/autotest/utils/frozen_chromite/third_party/uritemplate/ |
D | __init__.py | 196 def _sub(match): function 265 return TEMPLATE.sub(_sub, template)
|
/external/python/cpython2/Lib/ |
D | fractions.py | 395 def _sub(a, b): member in Fraction 401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
|
/external/python/cpython3/Lib/ |
D | fractions.py | 467 def _sub(a, b): member in Fraction 481 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
|
/external/rust/crates/argh/tests/ |
D | lib.rs | 922 _sub: HelpFirstSub, field 930 _sub: HelpSecondSub, field
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 1465 _sub(SP, SP, SubAmount); in addProlog() 1592 Target->_sub(ScratchReg, Base, OffsetVal); in newBaseRegister() 1818 Target->_sub(TempBaseReg, TempBaseReg, OffsetDiffF); in legalizeMemOperand() 2074 _sub(SP, SP, SubAmountRF); in lowerAlloca() 2084 _sub(SP, SP, T); in lowerAlloca() 2599 _sub(T2, Src1RLo, _32); in lowerInt64Arithmetic() 2706 _sub(T2, Src1RLo, _32); in lowerInt64Arithmetic() 3044 _sub(T, Src0R, Src1F); in lowerArithmetic() 3131 _sub(T, Src0R, Src1RF); in lowerArithmetic() 3149 _sub(T, Src0R, Src1R); in lowerArithmetic() [all …]
|
D | IceTargetLoweringMIPS32.h | 552 void _sub(Variable *Dest, Variable *Src0, Variable *Src1) { in _sub() function
|
D | IceTargetLoweringX8632.cpp | 1822 _sub(T_Lo, Src1Lo); in lowerArithmetic() 2072 _sub(T, Src1); in lowerArithmetic() 2278 _sub(T, Src0); in lowerArithmetic() 4448 Op_Lo = &TargetX8632::_sub; in lowerAtomicRMW() 6500 _sub(T, Ctx->getConstantInt32(Min)); in lowerCmpRange() 7800 _sub(esp, Adjustment); in _sub_sp()
|
D | IceTargetLoweringX8664.h | 769 void _sub(Variable *Dest, Operand *Src0) { in _sub() function
|
D | IceTargetLoweringX8632.h | 775 void _sub(Variable *Dest, Operand *Src0) { in _sub() function
|
D | IceTargetLoweringARM32.h | 802 void _sub(Variable *Dest, Variable *Src0, Operand *Src1,
|
D | IceTargetLoweringX8664.cpp | 1872 _sub(T, Src1); in lowerArithmetic() 2090 _sub(T, Src0); in lowerArithmetic() 5878 _sub(T, Ctx->getConstantInt32(Min)); in lowerCmpRange() 7117 _sub(rsp, Adjustment); in _sub_sp()
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 558 def _sub(x, y, name=None): function 562 _sub.__doc__ = ( 563 gen_math_ops.sub.__doc__ + ("" if _sub.__doc__ is None else _sub.__doc__))
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 1294 .. _sub-interpreter-support:
|
D | typeobj.rst | 184 .. _sub-slots:
|