HomeSort by relevance Sort by last modified time
    Searched refs:_sub (Results 1 - 20 of 20) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 1026 String _sub = email1.substring(email1.indexOf('@') + 1); local
1043 if (withinDomain(_sub, email2))
1056 if (_sub.equalsIgnoreCase(email2))
1072 String _sub = email2.substring(email1.indexOf('@') + 1); local
1119 String _sub = email2.substring(email1.indexOf('@') + 1); local
1164 String _sub = email1.substring(email1.indexOf('@') + 1); local
1210 String _sub = email2.substring(email1.indexOf('@') + 1); local
1257 String _sub = email2.substring(email1.indexOf('@') + 1); local
1386 String _sub = email1.substring(email1.indexOf('@') + 1); local
1417 String _sub = email2.substring(email1.indexOf('@') + 1); local
1449 String _sub = email2.substring(email2.indexOf('@') + 1); local
1556 String _sub = email1.substring(email1.indexOf('@') + 1); local
1587 String _sub = email2.substring(email1.indexOf('@') + 1); local
1619 String _sub = email2.substring(email2.indexOf('@') + 1); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 763 String _sub = email1.substring(email1.indexOf('@') + 1); local
780 if (withinDomain(_sub, email2))
793 if (_sub.equalsIgnoreCase(email2))
809 String _sub = email2.substring(email1.indexOf('@') + 1); local
810 if (withinDomain(_sub, email1))
856 String _sub = email2.substring(email1.indexOf('@') + 1); local
857 if (_sub.equalsIgnoreCase(email1))
901 String _sub = email1.substring(email1.indexOf('@') + 1); local
918 if (withinDomain(_sub, email2))
931 if (_sub.equalsIgnoreCase(email2)
947 String _sub = email2.substring(email1.indexOf('@') + 1); local
994 String _sub = email2.substring(email1.indexOf('@') + 1); local
1123 String _sub = email1.substring(email1.indexOf('@') + 1); local
1154 String _sub = email2.substring(email1.indexOf('@') + 1); local
1186 String _sub = email2.substring(email2.indexOf('@') + 1); local
1293 String _sub = email1.substring(email1.indexOf('@') + 1); local
1324 String _sub = email2.substring(email1.indexOf('@') + 1); local
1356 String _sub = email2.substring(email2.indexOf('@') + 1); local
    [all...]
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 66 float _sub[9]; local
67 CvMat sub = cvMat( 3, 3, CV_32F, _sub );
  /external/valgrind/none/tests/amd64/
fma4.c 585 #define DO_test_block(_name, _sub, _bname, _block) \
586 test_##_name##_##_sub(_bname,_block);
588 #define DO_test(_name, _sub, _isD) { \
591 DO_test_block(_name, _sub, "ones", b); \
594 DO_test_block(_name, _sub, "specialD", b); \
597 DO_test_block(_name, _sub, "specialF", b); \
600 DO_test_block(_name, _sub, "rand", b); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fractions.py 395 def _sub(a, b): member in class:Fraction
401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
  /external/python/cpython2/Lib/
fractions.py 395 def _sub(a, b): member in class:Fraction
401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fractions.py 395 def _sub(a, b): member in class:Fraction
401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
  /prebuilts/gdb/linux-x86/lib/python2.7/
fractions.py 395 def _sub(a, b): member in class:Fraction
401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 395 def _sub(a, b): member in class:Fraction
401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 395 def _sub(a, b): member in class:Fraction
401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
  /device/generic/goldfish-opengl/
common.mk 163 $(foreach _sub,$(_emugl.$1.imports),\
164 $(call _emugl-module-import,$(_sub))\
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 207 _sub(esp, Adjustment);
IceTargetLoweringX8664.cpp 515 _sub(esp, Adjustment);
519 _sub(rsp, Adjustment);
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringMIPS32.h 552 void _sub(Variable *Dest, Variable *Src0, Variable *Src1) { function in class:Ice::MIPS32::TargetMIPS32
    [all...]
IceTargetLoweringARM32.h 810 void _sub(Variable *Dest, Variable *Src0, Operand *Src1, function
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX86Base.h 987 void _sub(Variable *Dest, Operand *Src0) { function in class:Ice::X86NAMESPACE::TargetX86Base
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c     [all...]

Completed in 446 milliseconds