HomeSort by relevance Sort by last modified time
    Searched defs:__cmp__ (Results 76 - 100 of 277) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bisect.py 282 def __cmp__(self, other): member in class:CmpErr
test_cgi.py 28 def __cmp__(self, anExc): member in class:ComparableException
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserList.py 26 def __cmp__(self, other): member in class:UserList
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbshelve.py 28 def __cmp__(self, other): # For Python 2.x comparison member in class:DataClass
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bisect.py 282 def __cmp__(self, other): member in class:CmpErr
test_cgi.py 28 def __cmp__(self, anExc): member in class:ComparableException
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserList.py 26 def __cmp__(self, other): member in class:UserList
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 28 def __cmp__(self, other): # For Python 2.x comparison member in class:DataClass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bisect.py 282 def __cmp__(self, other): member in class:CmpErr
test_cgi.py 28 def __cmp__(self, anExc): member in class:ComparableException
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserList.py 26 def __cmp__(self, other): member in class:UserList
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 28 def __cmp__(self, other): # For Python 2.x comparison member in class:DataClass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bisect.py 282 def __cmp__(self, other): member in class:CmpErr
test_cgi.py 28 def __cmp__(self, anExc): member in class:ComparableException
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
plistlib.py 381 def __cmp__(self, other): member in class:Data
sets.py 109 # tried before __cmp__, if Set x == Set y, x.__eq__(y) returns True and
110 # then cmp(x, y) returns 0 (Python doesn't actually call __cmp__ in this
113 def __cmp__(self, other): member in class:BaseSet
128 # *also* implements __cmp__: if, e.g., __eq__ returns NotImplemented,
129 # Python tries __cmp__ next, and the __cmp__ here then raises TypeError.
uuid.py 180 def __cmp__(self, other): member in class:UUID
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_class.py 116 def __cmp__(self, *args): member in class:AllTests
399 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (testme, 1))])
403 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (testme, 1))])
407 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (testme, 1))])
411 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (testme, 1))])
415 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (testme, 1))])
419 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (1, testme))])
423 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (1, testme))])
427 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (1, testme))])
431 self.assertCallStack([("__coerce__", (testme, 1)), ('__cmp__', (1, testme))])
530 def __cmp__(self, other): return 0 member in class:ClassTests.testHashStuff.C1
    [all...]
test_coercion.py 87 def __cmp__(self, other): member in class:MethodNumber
310 def __cmp__(slf, other): member in class:CoercionTest.test_cmptypes.WackyComparer
317 def __cmp__(slf, other): member in class:CoercionTest.test_cmptypes.ClassicWackyComparer
test_heapq.py 238 def __cmp__(self, other): member in class:CmpErr
test_long.py 838 def __cmp__(self, other): member in class:LongTest.test_mixed_compares.Rat
    [all...]
test_py3kwarn.py 253 def __cmp__(self, other): pass member in class:TestPy3KWarnings.test_hash_inheritance.WarnOnlyCmp
263 def __cmp__(self, other): pass member in class:TestPy3KWarnings.test_hash_inheritance.WarnCmpAndEq
274 def __cmp__(self, other): pass member in class:TestPy3KWarnings.test_hash_inheritance.DefinesAllThree
278 def __cmp__(self, other): pass member in class:TestPy3KWarnings.test_hash_inheritance.WarnOnlyCmp
288 def __cmp__(self, other): pass member in class:TestPy3KWarnings.test_hash_inheritance.WarnCmpAndEq
test_richcmp.py 31 def __cmp__(self, other): member in class:Number
32 raise test_support.TestFailed, "Number.__cmp__() should not be called"
56 def __cmp__(self, other): member in class:Vector
57 raise test_support.TestFailed, "Vector.__cmp__() should not be called"
201 def __cmp__(self_, other): raise RuntimeError, "expected" member in class:MiscTest.test_misbehavin.Misb
test_sort.py 71 def __cmp__(self, other): member in class:TestBase.testStressfully.Stable
  /external/autotest/server/lib/
status_history.py 156 def __cmp__(self, other): member in class:_JobEvent
159 This is a standard Python `__cmp__` method to allow sorting

Completed in 636 milliseconds

1 2 34 5 6 7 8 91011>>