OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LittleEndianStructure
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
_endian.py
47
LittleEndianStructure
= Structure
58
class
LittleEndianStructure
(Structure):
__init__.py
540
from ctypes._endian import BigEndianStructure,
LittleEndianStructure
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
_endian.py
47
LittleEndianStructure
= Structure
58
class
LittleEndianStructure
(Structure):
__init__.py
540
from ctypes._endian import BigEndianStructure,
LittleEndianStructure
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py
11
SwappedStructure =
LittleEndianStructure
test_byteswap.py
156
base =
LittleEndianStructure
194
(
LittleEndianStructure
, b'\1\0\0\0\2\0\0\0'),
198
LittleEndianStructure
,
225
base =
LittleEndianStructure
243
base =
LittleEndianStructure
270
base =
LittleEndianStructure
test_pep3118.py
180
class LEPoint(
LittleEndianStructure
):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py
11
SwappedStructure =
LittleEndianStructure
test_byteswap.py
156
base =
LittleEndianStructure
194
(
LittleEndianStructure
, b'\1\0\0\0\2\0\0\0'),
198
LittleEndianStructure
,
225
base =
LittleEndianStructure
243
base =
LittleEndianStructure
270
base =
LittleEndianStructure
test_pep3118.py
180
class LEPoint(
LittleEndianStructure
):
Completed in 2690 milliseconds