Home
last modified time | relevance | path

Searched refs:__cmp__ (Results 1 – 25 of 48) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_version.py37 res = StrictVersion(v1).__cmp__(StrictVersion(v2))
62 res = LooseVersion(v1).__cmp__(LooseVersion(v2))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_copy.py107 def __cmp__(self, other): member in TestCopy.test_copy_inst_vanilla.C
118 def __cmp__(self, other): member in TestCopy.test_copy_inst_copy.C
129 def __cmp__(self, other): member in TestCopy.test_copy_inst_getinitargs.C
140 def __cmp__(self, other): member in TestCopy.test_copy_inst_getstate.C
151 def __cmp__(self, other): member in TestCopy.test_copy_inst_setstate.C
164 def __cmp__(self, other): member in TestCopy.test_copy_inst_getstate_setstate.C
322 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_vanilla.C
335 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_deepcopy.C
349 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_getinitargs.C
363 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_getstate.C
[all …]
Dtest_contains.py82 def __cmp__(self, other): member in TestContains.test_builtin_sequence_types.Deviant1
97 def __cmp__(self, other): member in TestContains.test_builtin_sequence_types.Deviant2
Dtest_py3kwarn.py253 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.WarnOnlyCmp
263 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.WarnCmpAndEq
274 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.DefinesAllThree
278 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.WarnOnlyCmp
288 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.WarnCmpAndEq
Dtest_coercion.py87 def __cmp__(self, other): member in MethodNumber
310 def __cmp__(slf, other): member in CoercionTest.test_cmptypes.WackyComparer
317 def __cmp__(slf, other): member in CoercionTest.test_cmptypes.ClassicWackyComparer
Dtest_compare.py28 def __cmp__(self, other): member in Cmp
Dtest_richcmp.py31 def __cmp__(self, other): member in Number
56 def __cmp__(self, other): member in Vector
201 def __cmp__(self_, other): raise RuntimeError, "expected" member in MiscTest.test_misbehavin.Misb
Dtest_hash.py65 def __cmp__(self, other): member in OnlyCmp
Dtest_mutants.py97 def __cmp__(self, other): member in Horrid
Dtest_class.py116 def __cmp__(self, *args): member in AllTests
530 def __cmp__(self, other): return 0 member in ClassTests.testHashStuff.C1
Dtest_sort.py71 def __cmp__(self, other): member in TestBase.testStressfully.Stable
Dtest_cgi.py28 def __cmp__(self, anExc): member in ComparableException
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
Dloosing_mro_ref.py13 def __cmp__(self, other): member in MyKey
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dversion.py136 def __cmp__ (self, other): member in StrictVersion
292 def __cmp__ (self, other): member in LooseVersion
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DUserDict.py11 def __cmp__(self, dict): member in UserDict
173 def __cmp__(self, other): member in DictMixin
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DUserDict.py11 def __cmp__(self, dict): member in UserDict
173 def __cmp__(self, other): member in DictMixin
DUserList.py26 def __cmp__(self, other): member in UserList
Dxmlrpclib.py312 def __cmp__(self, other): member in Boolean
436 def __cmp__(self, other): member in DateTime
496 def __cmp__(self, other): member in Binary
Dsets.py113 def __cmp__(self, other): member in BaseSet
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DEnum.py117 def __cmp__(self, other): member in EnumInstance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DDates.py136 def __cmp__(self, other): member in Date
DComplex.py160 def __cmp__(self, other): member in Complex
Dbitvec.py173 def __cmp__(self, other, *rest): member in BitVec
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenGenerator.py79 def __cmp__(self, other): member in BaseFunctionGenerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcvslib.py64 def __cmp__(self, other): member in File

12