Searched refs:LittleEndianStructure (Results 1 - 10 of 10) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
H A D_endian.py47 LittleEndianStructure = Structure variable in class:_swapped_meta
58 class LittleEndianStructure(Structure): class in class:_swapped_meta
H A D__init__.py540 from ctypes._endian import BigEndianStructure, LittleEndianStructure namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
H A D_endian.py47 LittleEndianStructure = Structure variable in class:_swapped_meta
58 class LittleEndianStructure(Structure): class in class:_swapped_meta
H A D__init__.py540 from ctypes._endian import BigEndianStructure, LittleEndianStructure namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_unaligned_structures.py11 SwappedStructure = LittleEndianStructure
H A Dtest_byteswap.py156 base = LittleEndianStructure
194 (LittleEndianStructure, b'\1\0\0\0\2\0\0\0'),
198 LittleEndianStructure,
225 base = LittleEndianStructure
243 base = LittleEndianStructure
270 base = LittleEndianStructure
H A Dtest_pep3118.py180 class LEPoint(LittleEndianStructure):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_unaligned_structures.py11 SwappedStructure = LittleEndianStructure
H A Dtest_byteswap.py156 base = LittleEndianStructure
194 (LittleEndianStructure, b'\1\0\0\0\2\0\0\0'),
198 LittleEndianStructure,
225 base = LittleEndianStructure
243 base = LittleEndianStructure
270 base = LittleEndianStructure
H A Dtest_pep3118.py180 class LEPoint(LittleEndianStructure):

Completed in 32 milliseconds