/external/autotest/client/cros/graphics/ |
D | drm.py | 92 ("fbs", POINTER(c_uint)), 94 ("crtcs", POINTER(c_uint)), 96 ("connectors", POINTER(c_uint)), 98 ("encoders", POINTER(c_uint)), 161 ("clock", c_uint), 172 ("vrefresh", c_uint), 173 ("flags", c_uint), 174 ("type", c_uint), 185 ("crtc_id", c_uint), 186 ("buffer_id", c_uint), [all …]
|
D | gbm.py | 11 GBM_BO_USE_SCANOUT = c_uint(1) 12 GBM_BO_TRANSFER_READ = c_uint(1) 25 ("width", c_uint), 26 ("height", c_uint), 27 ("stride", c_uint), 28 ("bo_format", c_uint), 35 ("width", c_uint), 36 ("height", c_uint), 37 ("bo_format", c_uint), 38 ("strides", c_uint * GBM_MAX_PLANES), [all …]
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 27 __uint32_t = c_uint 31 __darwin_natural_t = c_uint 59 ('sc_eax', c_uint), 60 ('sc_ebx', c_uint), 61 ('sc_ecx', c_uint), 62 ('sc_edx', c_uint), 63 ('sc_edi', c_uint), 64 ('sc_esi', c_uint), 65 ('sc_ebp', c_uint), 66 ('sc_esp', c_uint), [all …]
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 164 _fields_ = [("ptr_data", c_void_p * 2), ("int_data", c_uint)] 169 f, l, c, o = c_object_p(), c_uint(), c_uint(), c_uint() 238 ("begin_int_data", c_uint), 239 ("end_int_data", c_uint)] 453 tokens_count = c_uint() 2823 errorCode = c_uint() 2858 ('int_data', c_uint * 4), 2898 POINTER(SourceLocation), c_uint, py_object) 2905 [TranslationUnit, POINTER(Token), c_uint, POINTER(Cursor)]), 2911 [c_char_p, POINTER(c_uint)], [all …]
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_parameters.py | 87 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer 100 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42))) 106 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref 114 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22))) 118 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref 126 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22)))) 129 from ctypes import c_short, c_uint, c_int, c_long, POINTER 141 self.assertRaises(TypeError, LPINT.from_param, c_uint*3)
|
D | test_cfuncs.py | 79 self._dll.tf_I.restype = c_uint 80 self._dll.tf_I.argtypes = (c_uint,) 85 self._dll.tf_bI.restype = c_uint 86 self._dll.tf_bI.argtypes = (c_byte, c_uint)
|
D | test_repr.py | 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
|
D | test_byteswap.py | 70 s = c_uint.__ctype_be__(0x12345678) 75 s = c_uint.__ctype_le__(0x12345678) 166 ("f", c_uint),
|
D | test_unaligned_structures.py | 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
|
D | test_funcptr.py | 57 _fields_ = [("style", c_uint),
|
D | test_arrays.py | 8 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
|
D | test_pointers.py | 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
|
D | test_callbacks.py | 56 self.check_type(c_uint, 42)
|
D | test_numbers.py | 24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong]
|
D | test_bitfields.py | 51 unsigned_int_types = (c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong)
|
D | test_structures.py | 53 "I": c_uint,
|
/external/autotest/client/common_lib/ |
D | smogcheck_tpm.py | 27 from ctypes import c_uint, c_uint32, cdll, c_bool, Structure, POINTER, \ 36 TSS_OBJECT_TYPE_RSAKEY = c_uint(0x02) 39 TSS_TPMCAP_PROP_MANUFACTURER = c_uint(0x12) 40 TSS_TPMCAP_PROPERTY = c_uint(0x13) 41 TSS_TPMCAP_VERSION = c_uint(0x14) 49 TPM_SHA1_160_HASH_LEN = c_uint(0x14) 476 c_uint(0))
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 184 c_uint = c_ulong variable 190 class c_uint(_SimpleCData): class 192 _check_size(c_uint) 470 if sizeof(c_uint) == sizeof(c_void_p): 471 c_size_t = c_uint 546 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
|
D | wintypes.py | 9 UINT = c_uint 134 ("message", c_uint),
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 19 from ctypes import c_uint 545 library.LLVMGetOperand.argtypes = [Value, c_uint] 548 library.LLVMSetOperand.argtypes = [Value, Value, c_uint] 552 library.LLVMGetNumOperands.restype = c_uint 577 library.LLVMCountBasicBlocks.restype = c_uint 587 library.LLVMGetInstructionOpcode.restype = c_uint
|
/external/python/cpython2/Lib/multiprocessing/ |
D | sharedctypes.py | 52 'i': ctypes.c_int, 'I': ctypes.c_uint,
|
/external/python/cpython2/Lib/test/ |
D | test_unicode.py | 1681 c_uint, c_ulong, c_ulonglong, c_size_t, c_void_p) 1762 b'%u', c_uint(123)) 1791 b'%010u', c_uint(123)) 1793 b'%100u', c_uint(123)) 1795 b'%.100u', c_uint(123)) 1797 b'%100.80u', c_uint(123))
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 239 | :class:`c_uint` | :c:type:`unsigned int` | int/long | 2294 .. class:: c_uint 2316 :class:`c_uint`.
|