OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BigEndianStructure
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
_endian.py
49
class
BigEndianStructure
(Structure):
57
BigEndianStructure
= Structure
__init__.py
540
from ctypes._endian import
BigEndianStructure
, LittleEndianStructure
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
_endian.py
49
class
BigEndianStructure
(Structure):
57
BigEndianStructure
= 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
9
SwappedStructure =
BigEndianStructure
test_byteswap.py
154
base =
BigEndianStructure
193
(
BigEndianStructure
, b'\0\0\0\1\0\0\0\2'),
197
BigEndianStructure
,
222
base =
BigEndianStructure
240
base =
BigEndianStructure
test_pep3118.py
177
class BEPoint(
BigEndianStructure
):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py
9
SwappedStructure =
BigEndianStructure
test_byteswap.py
154
base =
BigEndianStructure
193
(
BigEndianStructure
, b'\0\0\0\1\0\0\0\2'),
197
BigEndianStructure
,
222
base =
BigEndianStructure
240
base =
BigEndianStructure
test_pep3118.py
177
class BEPoint(
BigEndianStructure
):
Completed in 886 milliseconds