/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
intnum.pxi | 94 def __long__(self): member in class:IntNum 102 def __int__(self): return int(self.__long__()) 103 def __complex__(self): return complex(self.__long__()) 104 def __float__(self): return float(self.__long__()) 106 def __oct__(self): return oct(int(self.__long__())) 107 def __hex__(self): return hex(int(self.__long__()))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_class.py | 104 def __long__(self, *args): member in class:AllTests 383 self.assertCallStack([('__long__', (testme,))]) 499 __long__ = __int__ variable in class:ClassTests.testBadTypeReturned.BadTypeClass 516 def __long__(self): member in class:ClassTests.testMixIntsAndLongs.IntLongMixClass 531 self.assertCallStack([('__long__', (mixIntAndLong,))])
|
test_long.py | 459 # Test __long__() 469 def __long__(self): member in class:LongTest.test_conversion.Foo0 473 def __long__(self): member in class:LongTest.test_conversion.Foo1 477 def __long__(self): member in class:LongTest.test_conversion.Foo2 481 def __long__(self): member in class:LongTest.test_conversion.Foo3 485 def __long__(self): member in class:LongTest.test_conversion.Foo4 489 def __long__(self): member in class:LongTest.test_conversion.Foo5 503 def __long__(self): member in class:LongTest.test_conversion.Classic.LongOverridesTrunc 608 # of a long subclass from an object whose __long__ method returns 611 def __long__(self) member in class:LongTest.test_issue9869.BadLong [all...] |
test_cmath.py | 171 def __long__(self): return 2L member in class:CMathTests.test_user_object.MyInt 175 def __long__(self): return 2L member in class:CMathTests.test_user_object.MyIntOS 208 # __int__, __long__ or __index__. An old-style class
|
test_binop.py | 80 def __long__(self): member in class:Rat
|
test_struct.py | 284 def __long__(self): member in class:StructTest.test_integers.IntTester.run.NotAnIntNS 291 def __long__(self): member in class:StructTest.test_integers.IntTester.run.NotAnIntOS
|
test_format.py | 241 def __long__(self): member in class:FormatTest.test_format.IntFails
|
test_decimal.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_class.py | 104 def __long__(self, *args): member in class:AllTests 383 self.assertCallStack([('__long__', (testme,))]) 499 __long__ = __int__ variable in class:ClassTests.testBadTypeReturned.BadTypeClass 516 def __long__(self): member in class:ClassTests.testMixIntsAndLongs.IntLongMixClass 531 self.assertCallStack([('__long__', (mixIntAndLong,))])
|
test_long.py | 459 # Test __long__() 469 def __long__(self): member in class:LongTest.test_conversion.Foo0 473 def __long__(self): member in class:LongTest.test_conversion.Foo1 477 def __long__(self): member in class:LongTest.test_conversion.Foo2 481 def __long__(self): member in class:LongTest.test_conversion.Foo3 485 def __long__(self): member in class:LongTest.test_conversion.Foo4 489 def __long__(self): member in class:LongTest.test_conversion.Foo5 503 def __long__(self): member in class:LongTest.test_conversion.Classic.LongOverridesTrunc 608 # of a long subclass from an object whose __long__ method returns 611 def __long__(self) member in class:LongTest.test_issue9869.BadLong [all...] |
test_cmath.py | 171 def __long__(self): return 2L member in class:CMathTests.test_user_object.MyInt 175 def __long__(self): return 2L member in class:CMathTests.test_user_object.MyIntOS 208 # __int__, __long__ or __index__. An old-style class
|
test_binop.py | 80 def __long__(self): member in class:Rat
|
test_struct.py | 284 def __long__(self): member in class:StructTest.test_integers.IntTester.run.NotAnIntNS 291 def __long__(self): member in class:StructTest.test_integers.IntTester.run.NotAnIntOS
|
test_format.py | 241 def __long__(self): member in class:FormatTest.test_format.IntFails
|
test_decimal.py | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 167 '__long__','__lshift__',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserString.py | 24 def __long__(self): return long(self.data) member in class:UserString
|
numbers.py | 301 def __long__(self): member in class:Integral
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 24 def __long__(self): return long(self.data) member in class:UserString
|
numbers.py | 301 def __long__(self): member in class:Integral
|
/external/chromium_org/third_party/pymock/ |
mock.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/ |
libpython2.7.a | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
libpython2.7.a | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |