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

  /external/python/cpython3/Lib/distutils/
version.py 24 * _cmp compares the current instance with either another instance
35 rich comparisons to _cmp.
46 c = self._cmp(other)
52 c = self._cmp(other)
58 c = self._cmp(other)
64 c = self._cmp(other)
70 c = self._cmp(other)
88 # _cmp (self, other) - compare two version numbers ('other' may
166 def _cmp (self, other): member in class:StrictVersion
331 def _cmp (self, other) member in class:LooseVersion
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_version.py 37 res = StrictVersion(v1)._cmp(StrictVersion(v2))
62 res = LooseVersion(v1)._cmp(LooseVersion(v2))
  /external/skia/infra/bots/
test_utils.py 48 def _cmp(prefix, dcmp): function in function:compare_trees
71 _cmp(prefix, obj)
73 _cmp('', filecmp.dircmp(a, b))
  /external/skqp/infra/bots/
test_utils.py 48 def _cmp(prefix, dcmp): function in function:compare_trees
71 _cmp(prefix, obj)
73 _cmp('', filecmp.dircmp(a, b))
  /external/python/cpython3/Lib/
datetime.py 11 def _cmp(x, y): function
719 return self._cmp(other) == 0
725 return self._cmp(other) <= 0
731 return self._cmp(other) < 0
737 return self._cmp(other) >= 0
743 return self._cmp(other) > 0
747 def _cmp(self, other): member in class:timedelta
749 return _cmp(self._getstate(), other._getstate())
998 def _cmp(self, other): member in class:date
1290 def _cmp(self, other, allow_mixed=False): member in class:time
1984 def _cmp(self, other, allow_mixed=False): member in class:datetime
    [all...]
filecmp.py 267 res[_cmp(ax, bx, shallow)].append(x)
277 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
_pydecimal.py 813 def _cmp(self, other): member in class:Decimal
883 return self._cmp(other) == 0
892 return self._cmp(other) < 0
901 return self._cmp(other) <= 0
910 return self._cmp(other) > 0
919 return self._cmp(other) >= 0
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
ClassGen.java 63 private static BCELComparator _cmp = new BCELComparator() { field in class:ClassGen
572 return _cmp;
580 _cmp = comparator;
593 return _cmp.equals(this, obj);
605 return _cmp.hashCode(this);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 257 res[_cmp(ax, bx, shallow)].append(x)
267 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
decimal.py 800 def _cmp(self, other): member in class:Decimal
870 return self._cmp(other) == 0
878 return self._cmp(other) != 0
887 return self._cmp(other) < 0
    [all...]
  /external/python/cpython2/Lib/
filecmp.py 258 res[_cmp(ax, bx, shallow)].append(x)
268 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
decimal.py 799 def _cmp(self, other): member in class:Decimal
869 return self._cmp(other) == 0
877 return self._cmp(other) != 0
886 return self._cmp(other) < 0
895 return self._cmp(other) <= 0
904 return self._cmp(other) > 0
913 return self._cmp(other) >= 0
    [all...]
  /external/v8/src/base/
logging.h 96 bool _cmp = ::v8::base::Cmp##name##Impl< \
100 CHECK_WITH_MSG(_cmp, #lhs " " #op " " #rhs); \
  /external/python/dateutil/dateutil/test/
_common.py 216 def _cmp(self, other): member in class:NotAValueClass
  /external/tensorflow/tensorflow/python/kernel_tests/
padding_fifo_queue_test.py 1539 def _cmp(expected, *shapes): function in function:QueueFromListTest.testQueueFromListShapes
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 527 def _cmp(self, other): member in class:NamedNodeMap
534 return self._cmp(other) == 0
537 return self._cmp(other) >= 0
540 return self._cmp(other) > 0
543 return self._cmp(other) <= 0
546 return self._cmp(other) < 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 492 _cmp = list(dis.cmp_op) variable in class:PyFlowGraph
494 return self._cmp.index(arg)
  /external/python/cpython2/Lib/compiler/
pyassem.py 492 _cmp = list(dis.cmp_op) variable in class:PyFlowGraph
494 return self._cmp.index(arg)
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringARM32.h 377 void _cmp(Variable *Src0, Operand *Src1, function
    [all...]
IceTargetLoweringX86Base.h 597 void _cmp(Operand *Src0, Operand *Src1) { function in class:Ice::X86NAMESPACE::TargetX86Base
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 923 milliseconds