Home
last modified time | relevance | path

Searched defs:_cmp (Results 1 – 16 of 16) sorted by relevance

/external/python/setuptools/setuptools/_distutils/
Dversion.py186 def _cmp (self, other): member in StrictVersion
349 def _cmp (self, other): member in LooseVersion
/external/python/cpython3/Lib/distutils/
Dversion.py166 def _cmp (self, other): member in StrictVersion
333 def _cmp (self, other): member in LooseVersion
/external/skia/infra/bots/
Dtest_utils.py48 def _cmp(prefix, dcmp): function
/external/python/cpython3/Lib/
Dfilecmp.py285 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
Ddatetime.py16 def _cmp(x, y): function
735 def _cmp(self, other): member in timedelta
1020 def _cmp(self, other): member in date
1342 def _cmp(self, other, allow_mixed=False): member in time
2032 def _cmp(self, other, allow_mixed=False): member in datetime
D_pydecimal.py817 def _cmp(self, other): member in Decimal
/external/python/cpython2/Lib/
Dfilecmp.py268 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
Ddecimal.py799 def _cmp(self, other): member in Decimal
/external/python/dateutil/dateutil/test/
D_common.py216 def _cmp(self, other): member in NotAValueClass
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassGen.java63 private static BCELComparator _cmp = new BCELComparator() { field in ClassGen
/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
Dpadding_fifo_queue_test.py1600 def _cmp(expected, *shapes): function
/external/python/cpython2/Lib/compiler/
Dpyassem.py492 _cmp = list(dis.cmp_op) variable in PyFlowGraph
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.h501 void _cmp(Operand *Src0, Operand *Src1) { in _cmp() function
DIceTargetLoweringX8632.h505 void _cmp(Operand *Src0, Operand *Src1) { in _cmp() function
/external/autotest/client/common_lib/
Dutils.py1689 def _cmp(x, y): function
/external/python/cpython3/Lib/xml/dom/
Dminidom.py528 def _cmp(self, other): member in NamedNodeMap