/external/python/cpython2/Lib/ctypes/test/ |
D | test_unaligned_structures.py | 17 _pack_ = 1 variable in X 21 _pack_ = 1 variable in Y
|
D | test_structures.py | 168 _pack_ = 1 variable in StructureTestCase.test_packed.X 176 _pack_ = 2 variable in StructureTestCase.test_packed.X 187 _pack_ = 4 variable in StructureTestCase.test_packed.X 194 _pack_ = 8 variable in StructureTestCase.test_packed.X
|
D | test_byteswap.py | 248 _pack_ = 1 variable in Test.test_unaligned_nonnative_struct_fields.S 275 _pack_ = 1 variable in Test.test_unaligned_native_struct_fields.S
|
D | test_pep3118.py | 82 _pack_ = 2 variable in PackedPoint
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_unaligned_structures.py | 17 _pack_ = 1 variable in X 21 _pack_ = 1 variable in Y
|
D | test_structures.py | 168 _pack_ = 1 variable in StructureTestCase.test_packed.X 176 _pack_ = 2 variable in StructureTestCase.test_packed.X 187 _pack_ = 4 variable in StructureTestCase.test_packed.X 194 _pack_ = 8 variable in StructureTestCase.test_packed.X
|
D | test_byteswap.py | 268 _pack_ = 1 variable in Test.test_unaligned_nonnative_struct_fields.S 295 _pack_ = 1 variable in Test.test_unaligned_native_struct_fields.S
|
D | test_pep3118.py | 86 _pack_ = 2 variable in PackedPoint
|
/external/python/cpython3/PC/layout/support/ |
D | appxmanifest.py | 202 _pack_ = 4 variable in get_packagefamilyname.PACKAGE_ID
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 35 __mbstate_t._pack_ = 4 2034 __sFILE._pack_ = 4 2080 lldiv_t._pack_ = 4 2277 rlimit._pack_ = 4
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 35 __mbstate_t._pack_ = 4 2034 __sFILE._pack_ = 4 2080 lldiv_t._pack_ = 4 2277 rlimit._pack_ = 4
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 452 cls = type(str(desc[0]), (base,), dict(_anonymous_=anon, _pack_=1,
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 617 :attr:`_pack_` class attribute in the subclass definition. This must be set to a 2455 .. attribute:: _pack_ 2458 structure fields in the instance. :attr:`_pack_` must already be defined
|
/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 628 :attr:`_pack_` class attribute in the subclass definition. This must be set to a 2373 .. attribute:: _pack_ 2376 structure fields in the instance. :attr:`_pack_` must already be defined
|
/external/v8/tools/ |
D | grokdump.py | 112 _pack_ = 1 variable in Descriptor._GetCtype.Raw
|