/third_party/python/Lib/distutils/tests/ |
H A D | test_version.py | 37 res = StrictVersion(v1)._cmp(StrictVersion(v2)) 48 res = StrictVersion(v1)._cmp(v2) 52 res = StrictVersion(v1)._cmp(object()) 70 res = LooseVersion(v1)._cmp(LooseVersion(v2)) 74 res = LooseVersion(v1)._cmp(v2) 78 res = LooseVersion(v1)._cmp(object())
|
/third_party/python/Lib/distutils/ |
H A D | 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 StrictVersion 333 def _cmp (sel member in LooseVersion [all...] |
/third_party/python/Lib/ |
H A D | datetime.py | 16 def _cmp(x, y): function 838 return self._cmp(other) == 0 844 return self._cmp(other) <= 0 850 return self._cmp(other) < 0 856 return self._cmp(other) >= 0 862 return self._cmp(other) > 0 866 def _cmp(self, other): member in timedelta 868 return _cmp(self._getstate(), other._getstate()) 1106 return self._cmp(other) == 0 1111 return self._cmp(othe 1129 def _cmp(self, other): global() member in date 1443 def _cmp(self, other, allow_mixed=False): global() member in time 2144 def _cmp(self, other, allow_mixed=False): global() member in datetime [all...] |
H A D | filecmp.py | 275 res[_cmp(ax, bx, shallow)].append(x) 285 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
|
H A D | _pydecimal.py | 827 def _cmp(self, other): member in Decimal 897 return self._cmp(other) == 0 906 return self._cmp(other) < 0 915 return self._cmp(other) <= 0 924 return self._cmp(other) > 0 933 return self._cmp(other) >= 0 951 return Decimal(self._cmp(other)) 2849 c = self._cmp(other) 2891 c = self._cmp(other) 3467 c = self.copy_abs()._cmp(othe [all...] |
/third_party/skia/infra/bots/ |
H A D | test_utils.py | 48 def _cmp(prefix, dcmp): function 71 _cmp(prefix, obj) 73 _cmp('', filecmp.dircmp(a, b))
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | objects.h | 78 static int nm##_cmp(type1 const *, type2 const *); \ 118 return nm##_cmp(a,b); \ 132 return nm##_cmp(a,b); \
|
H A D | lhash.h | 56 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | objects.h | 86 static int nm##_cmp(type1 const *, type2 const *); \ 126 return nm##_cmp(a,b); \ 140 return nm##_cmp(a,b); \
|
/third_party/openssl/include/openssl/ |
H A D | objects.h | 86 static int nm##_cmp(type1 const *, type2 const *); \ 126 return nm##_cmp(a,b); \ 140 return nm##_cmp(a,b); \
|
/third_party/node/deps/v8/src/base/ |
H A D | logging.h | 127 bool _cmp = ::v8::base::Cmp##name##Impl< \ 131 CHECK_WITH_MSG(_cmp, #lhs " " #op " " #rhs); \
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 530 def _cmp(self, other): member in NamedNodeMap 537 return self._cmp(other) == 0 540 return self._cmp(other) >= 0 543 return self._cmp(other) > 0 546 return self._cmp(other) <= 0 549 return self._cmp(other) < 0
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.cpp | 2600 _cmp(T2, _0); in lowerInt64Arithmetic() 2707 _cmp(T2, _0); in lowerInt64Arithmetic() 4310 _cmp(Src0RLo, Src1RFLo); 4315 _cmp(Src0RHi, Src1RFHi); 4316 _cmp(Src0RLo, Src1RFLo, CondARM32::EQ); 4368 _cmp(Src0RLo, Src1RFLo); 4374 _cmp(Src0RHi, Src1RFHi); 4375 _cmp(Src0RLo, Src1RFLo, CondARM32::EQ); 4388 _cmp(Src0R, Src1RF); 4408 _cmp(Src0 [all...] |
H A D | IceTargetLoweringX8632.cpp | 2386 _cmp(Src0, Zero); in lowerBr() 3288 _cmp(Src0RM, Src1); in lowerIcmpAndConsumer() 3504 _cmp(Src0HiRM, Src1HiRI); in lowerIcmp64() 3509 _cmp(Src0LoRM, Src1LoRI); in lowerIcmp64() 3517 _cmp(Src0HiRM, Src1HiRI); in lowerIcmp64() 3522 _cmp(Src0LoRM, Src1LoRI); in lowerIcmp64() 3533 _cmp(Src0HiRM, Src1HiRI); in lowerIcmp64() 3538 _cmp(Src0LoRM, Src1LoRI); in lowerIcmp64() 3580 _cmp(Dest, Ctx->getConstantInt(Dest->getType(), 0)); in movOrConsumer() 5567 _cmp(Opn in doMockBoundsCheck() [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | lhash.h | 64 return name##_cmp(a,b); }
|