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

  /external/opencv/cv/src/
cvcalcimagehomography.cpp 66 float _sub[9]; local
67 CvMat sub = cvMat( 3, 3, CV_32F, _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)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 759 String _sub = email1.substring(email1.indexOf('@') + 1); local
776 if (withinDomain(_sub, email2))
789 if (_sub.equalsIgnoreCase(email2))
805 String _sub = email2.substring(email1.indexOf('@') + 1); local
806 if (withinDomain(_sub, email1))
852 String _sub = email2.substring(email1.indexOf('@') + 1); local
853 if (_sub.equalsIgnoreCase(email1))
897 String _sub = email1.substring(email1.indexOf('@') + 1); local
914 if (withinDomain(_sub, email2))
927 if (_sub.equalsIgnoreCase(email2)
943 String _sub = email2.substring(email1.indexOf('@') + 1); local
990 String _sub = email2.substring(email1.indexOf('@') + 1); local
1119 String _sub = email1.substring(email1.indexOf('@') + 1); local
1150 String _sub = email2.substring(email1.indexOf('@') + 1); local
1182 String _sub = email2.substring(email2.indexOf('@') + 1); local
1289 String _sub = email1.substring(email1.indexOf('@') + 1); local
1320 String _sub = email2.substring(email1.indexOf('@') + 1); local
1352 String _sub = email2.substring(email2.indexOf('@') + 1); local
    [all...]

Completed in 312 milliseconds