Home
last modified time | relevance | path

Searched defs:__cmp__ (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_copy.py150 def __cmp__(self, other): member in TestCopy.test_copy_inst_vanilla.C
161 def __cmp__(self, other): member in TestCopy.test_copy_inst_copy.C
172 def __cmp__(self, other): member in TestCopy.test_copy_inst_getinitargs.C
183 def __cmp__(self, other): member in TestCopy.test_copy_inst_getstate.C
194 def __cmp__(self, other): member in TestCopy.test_copy_inst_setstate.C
207 def __cmp__(self, other): member in TestCopy.test_copy_inst_getstate_setstate.C
368 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_vanilla.C
381 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_deepcopy.C
395 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_getinitargs.C
409 def __cmp__(self, other): member in TestCopy.test_deepcopy_inst_getstate.C
[all …]
Dtest_py3kwarn.py254 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.WarnOnlyCmp
264 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.WarnCmpAndEq
275 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.DefinesAllThree
279 def __cmp__(self, other): pass member in TestPy3KWarnings.test_hash_inheritance.WarnOnlyCmp
289 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_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_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_class.py116 def __cmp__(self, *args): member in AllTests
543 def __cmp__(self, other): return 0 member in ClassTests.testHashStuff.C1
Dtest_compare.py28 def __cmp__(self, other): member in Cmp
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dversion.py136 def __cmp__ (self, other): member in StrictVersion
292 def __cmp__ (self, other): member in LooseVersion
/aosp_15_r20/external/clang/utils/
H A DFindSpecRefs714 def __cmp__(self, b): member in SpecIndex
749 def __cmp__(self, b): member in RefItem
/aosp_15_r20/external/libnl/python/netlink/
H A Dutil.py181 def __cmp__(self, other): member in Rate
195 def __cmp__(self, other): member in Size
/aosp_15_r20/external/python/cpython2/Lib/
DUserDict.py28 def __cmp__(self, dict): member in UserDict
206 def __cmp__(self, other): member in DictMixin
Dxmlrpclib.py313 def __cmp__(self, other): member in Boolean
437 def __cmp__(self, other): member in DateTime
497 def __cmp__(self, other): member in Binary
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_richcmp.py31 def __cmp__(self, other): member in Number
56 def __cmp__(self, other): member in Vector
/aosp_15_r20/external/python/asn1crypto/asn1crypto/
Dutil.py469 def __cmp__(self, other): member in extended_date
775 def __cmp__(self, other): member in extended_datetime
/aosp_15_r20/external/python/pyyaml/tests/lib/
Dtest_constructor.py124 def __cmp__(self, other): member in _make_objects.AnObject
136 def __cmp__(self, other): member in _make_objects.AnInstance
/aosp_15_r20/external/python/cpython2/Lib/test/crashers/
Dloosing_mro_ref.py13 def __cmp__(self, other): member in MyKey
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_simplesubclasses.py5 def __cmp__(self, other): member in MyInt
/aosp_15_r20/external/libnl/python/netlink/route/
H A Dtc.py65 def __cmp__(self, other): member in Handle
94 def __cmp__(self, other): member in Tc
/aosp_15_r20/external/python/cpython2/Lib/plat-os2emx/
Dgrp.py123 def __cmp__(self, other): member in Group
Dpwd.py147 def __cmp__(self, other): member in Passwd
/aosp_15_r20/external/python/cpython2/Demo/threads/
DCoroutine.py86 def __cmp__(x,y): member in _CoEvent
/aosp_15_r20/external/python/cpython2/Demo/metaclasses/
DEnum.py117 def __cmp__(self, other): member in EnumInstance
/aosp_15_r20/external/python/cpython2/Lib/plat-riscos/
Driscosenviron.py10 def __cmp__(self, dict): member in _Environ
/aosp_15_r20/external/freetype/src/tools/
H A Dglnames.py5055 def __cmp__(self, other): member in StringNode
/aosp_15_r20/external/python/cpython2/Demo/classes/
DDates.py136 def __cmp__(self, other): member in Date

123