/external/python/cpython3/Lib/distutils/ |
D | version.py | 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) 166 def _cmp (self, other): member in StrictVersion 331 def _cmp (self, other): member in LooseVersion
|
/external/python/cpython3/Lib/ |
D | 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 timedelta 749 return _cmp(self._getstate(), other._getstate()) 975 return self._cmp(other) == 0 980 return self._cmp(other) <= 0 [all …]
|
D | filecmp.py | 267 res[_cmp(ax, bx, shallow)].append(x) 277 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
|
D | _pydecimal.py | 813 def _cmp(self, other): member in 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 937 return Decimal(self._cmp(other)) 2835 c = self._cmp(other) 2877 c = self._cmp(other) 3453 c = self.copy_abs()._cmp(other.copy_abs()) [all …]
|
/external/skqp/infra/bots/ |
D | test_utils.py | 48 def _cmp(prefix, dcmp): function 71 _cmp(prefix, obj) 73 _cmp('', filecmp.dircmp(a, b))
|
/external/skia/infra/bots/ |
D | test_utils.py | 48 def _cmp(prefix, dcmp): function 71 _cmp(prefix, obj) 73 _cmp('', filecmp.dircmp(a, b))
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_version.py | 37 res = StrictVersion(v1)._cmp(StrictVersion(v2)) 62 res = LooseVersion(v1)._cmp(LooseVersion(v2))
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ClassGen.java | 63 private static BCELComparator _cmp = new BCELComparator() { field in ClassGen 572 return _cmp; in getComparator() 580 _cmp = comparator; in setComparator() 593 return _cmp.equals(this, obj); in equals() 605 return _cmp.hashCode(this); in hashCode()
|
/external/python/cpython2/Lib/ |
D | filecmp.py | 258 res[_cmp(ax, bx, shallow)].append(x) 268 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
|
D | decimal.py | 799 def _cmp(self, other): member in 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 932 return Decimal(self._cmp(other)) 2733 c = self._cmp(other) 2775 c = self._cmp(other) [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | padding_fifo_queue_test.py | 1539 def _cmp(expected, *shapes): function 1552 _cmp(None, [1, None], [None]) 1553 _cmp([None], [1], [2]) 1554 _cmp([1, None], [1, 1], [1, 2]) 1555 _cmp([1, None], [1, 1], [1, None]) 1556 _cmp([None, None], [None, 1], [1, None]) 1557 _cmp([1], [1], [1], [1]) 1558 _cmp([None], [1], [None], [1]) 1559 _cmp(None, [1, None], [1], [1])
|
/external/v8/src/base/ |
D | logging.h | 96 bool _cmp = ::v8::base::Cmp##name##Impl< \ 100 CHECK_WITH_MSG(_cmp, #lhs " " #op " " #rhs); \
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 527 def _cmp(self, other): member in 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
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 216 def _cmp(self, other): member in NotAValueClass
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 2789 _cmp(T2, _0); in lowerInt64Arithmetic() 2895 _cmp(T2, _0); in lowerInt64Arithmetic() 4499 _cmp(Src0RLo, Src1RFLo); in lowerInt64IcmpCond() 4504 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond() 4505 _cmp(Src0RLo, Src1RFLo, CondARM32::EQ); in lowerInt64IcmpCond() 4557 _cmp(Src0RLo, Src1RFLo); in lowerInt64IcmpCond() 4563 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond() 4564 _cmp(Src0RLo, Src1RFLo, CondARM32::EQ); in lowerInt64IcmpCond() 4577 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond() 4597 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond() [all …]
|
D | IceTargetLoweringX86BaseImpl.h | 2594 _cmp(Src0, Zero); 3544 _cmp(Src0RM, Src1); 3766 _cmp(Src0HiRM, Src1HiRI); 3771 _cmp(Src0LoRM, Src1LoRI); 3779 _cmp(Src0HiRM, Src1HiRI); 3784 _cmp(Src0LoRM, Src1LoRI); 3796 _cmp(Src0HiRM, Src1HiRI); 3801 _cmp(Src0LoRM, Src1LoRI); 3846 _cmp(Dest, Ctx->getConstantInt(Dest->getType(), 0)); 5961 _cmp(Opnd, Ctx->getConstantZero(IceType_i32)); [all …]
|
D | IceTargetLoweringARM32.h | 377 void _cmp(Variable *Src0, Operand *Src1,
|
D | IceTargetLoweringX86Base.h | 597 void _cmp(Operand *Src0, Operand *Src1) { in _cmp() function
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 492 _cmp = list(dis.cmp_op) variable in PyFlowGraph 494 return self._cmp.index(arg)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.5.rst | 84 in filecomp._cmp, catch IOError as well as os.error. Patch by Till Maas.
|