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

/external/python/cpython2/Lib/ctypes/
H A D_endian.py44 LittleEndianStructure = Structure variable in class:_swapped_meta
55 class LittleEndianStructure(Structure): class in class:_swapped_meta
H A D__init__.py537 from ctypes._endian import BigEndianStructure, LittleEndianStructure namespace
/external/python/cpython3/Lib/ctypes/
H A D_endian.py44 LittleEndianStructure = Structure variable in class:_swapped_meta
55 class LittleEndianStructure(Structure, metaclass=_swapped_meta): class in class:_swapped_meta
H A D__init__.py523 from ctypes._endian import BigEndianStructure, LittleEndianStructure namespace
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_unaligned_structures.py11 SwappedStructure = LittleEndianStructure
H A Dtest_byteswap.py157 base = LittleEndianStructure
195 (LittleEndianStructure, b'\1\0\0\0\2\0\0\0'),
199 LittleEndianStructure,
226 base = LittleEndianStructure
244 base = LittleEndianStructure
271 base = LittleEndianStructure
H A Dtest_pep3118.py187 class LEPoint(LittleEndianStructure):
H A Dtest_bitfields.py265 class Little(LittleEndianStructure):
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_unaligned_structures.py11 SwappedStructure = LittleEndianStructure
H A Dtest_byteswap.py30 class LowPoint(LittleEndianStructure):
177 base = LittleEndianStructure
215 (LittleEndianStructure, b'\1\0\0\0\2\0\0\0'),
219 LittleEndianStructure,
246 base = LittleEndianStructure
264 base = LittleEndianStructure
291 base = LittleEndianStructure
H A Dtest_pep3118.py190 class LEPoint(LittleEndianStructure):
H A Dtest_bitfields.py264 class Little(LittleEndianStructure):

Completed in 429 milliseconds