HomeSort by relevance Sort by last modified time
    Searched refs:__ctype_be__ (Results 1 - 12 of 12) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_byteswap.py 10 # __ctype_be__ attribute that specifies the same type in BIG ENDIAN
27 self.assertTrue(c_short.__ctype_be__.__ctype_le__ is c_short)
29 self.assertTrue(c_short.__ctype_be__ is c_short)
30 self.assertTrue(c_short.__ctype_le__.__ctype_be__ is c_short)
31 s = c_short.__ctype_be__(0x1234)
41 s = c_ushort.__ctype_be__(0x1234)
54 self.assertTrue(c_int.__ctype_be__.__ctype_le__ is c_int)
56 self.assertTrue(c_int.__ctype_be__ is c_int)
57 self.assertTrue(c_int.__ctype_le__.__ctype_be__ is c_int)
59 s = c_int.__ctype_be__(0x12345678
    [all...]
test_numbers.py 224 if (hasattr(t, "__ctype_be__")):
225 self.assertRaises(OverflowError, t.__ctype_be__, big_int)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_byteswap.py 10 # __ctype_be__ attribute that specifies the same type in BIG ENDIAN
27 self.assertTrue(c_short.__ctype_be__.__ctype_le__ is c_short)
29 self.assertTrue(c_short.__ctype_be__ is c_short)
30 self.assertTrue(c_short.__ctype_le__.__ctype_be__ is c_short)
31 s = c_short.__ctype_be__(0x1234)
41 s = c_ushort.__ctype_be__(0x1234)
54 self.assertTrue(c_int.__ctype_be__.__ctype_le__ is c_int)
56 self.assertTrue(c_int.__ctype_be__ is c_int)
57 self.assertTrue(c_int.__ctype_le__.__ctype_be__ is c_int)
59 s = c_int.__ctype_be__(0x12345678
    [all...]
test_numbers.py 224 if (hasattr(t, "__ctype_be__")):
225 self.assertRaises(OverflowError, t.__ctype_be__, big_int)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 10 # __ctype_be__ attribute that specifies the same type in BIG ENDIAN
27 self.assertTrue(c_short.__ctype_be__.__ctype_le__ is c_short)
29 self.assertTrue(c_short.__ctype_be__ is c_short)
30 self.assertTrue(c_short.__ctype_le__.__ctype_be__ is c_short)
31 s = c_short.__ctype_be__(0x1234)
41 s = c_ushort.__ctype_be__(0x1234)
54 self.assertTrue(c_int.__ctype_be__.__ctype_le__ is c_int)
56 self.assertTrue(c_int.__ctype_be__ is c_int)
57 self.assertTrue(c_int.__ctype_le__.__ctype_be__ is c_int)
59 s = c_int.__ctype_be__(0x12345678
    [all...]
test_numbers.py 224 if (hasattr(t, "__ctype_be__")):
225 self.assertRaises(OverflowError, t.__ctype_be__, big_int)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 10 # __ctype_be__ attribute that specifies the same type in BIG ENDIAN
27 self.assertTrue(c_short.__ctype_be__.__ctype_le__ is c_short)
29 self.assertTrue(c_short.__ctype_be__ is c_short)
30 self.assertTrue(c_short.__ctype_le__.__ctype_be__ is c_short)
31 s = c_short.__ctype_be__(0x1234)
41 s = c_ushort.__ctype_be__(0x1234)
54 self.assertTrue(c_int.__ctype_be__.__ctype_le__ is c_int)
56 self.assertTrue(c_int.__ctype_be__ is c_int)
57 self.assertTrue(c_int.__ctype_le__.__ctype_be__ is c_int)
59 s = c_int.__ctype_be__(0x12345678
    [all...]
test_numbers.py 224 if (hasattr(t, "__ctype_be__")):
225 self.assertRaises(OverflowError, t.__ctype_be__, big_int)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 228 c_ubyte.__ctype_le__ = c_ubyte.__ctype_be__ = c_ubyte
235 c_byte.__ctype_le__ = c_byte.__ctype_be__ = c_byte
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 228 c_ubyte.__ctype_le__ = c_ubyte.__ctype_be__ = c_ubyte
235 c_byte.__ctype_le__ = c_byte.__ctype_be__ = c_byte
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 228 c_ubyte.__ctype_le__ = c_ubyte.__ctype_be__ = c_ubyte
235 c_byte.__ctype_le__ = c_byte.__ctype_be__ = c_byte
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 228 c_ubyte.__ctype_le__ = c_ubyte.__ctype_be__ = c_ubyte
235 c_byte.__ctype_le__ = c_byte.__ctype_be__ = c_byte
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char

Completed in 90 milliseconds