Home
last modified time | relevance | path

Searched refs:c_uint (Results 1 – 23 of 23) sorted by relevance

/external/autotest/client/cros/graphics/
Ddrm.py92 ("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 …]
Dgbm.py11 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/
Dinfinite_recursion.py27 __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/
Dcindex.py164 _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/
Dtest_parameters.py87 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)
Dtest_cfuncs.py79 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)
Dtest_repr.py6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
Dtest_byteswap.py70 s = c_uint.__ctype_be__(0x12345678)
75 s = c_uint.__ctype_le__(0x12345678)
166 ("f", c_uint),
Dtest_unaligned_structures.py15 c_ushort, c_uint, c_ulong, c_ulonglong]:
Dtest_funcptr.py57 _fields_ = [("style", c_uint),
Dtest_arrays.py8 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
Dtest_pointers.py6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
Dtest_callbacks.py56 self.check_type(c_uint, 42)
Dtest_numbers.py24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong]
Dtest_bitfields.py51 unsigned_int_types = (c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong)
Dtest_structures.py53 "I": c_uint,
/external/autotest/client/common_lib/
Dsmogcheck_tpm.py27 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__.py184 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]:
Dwintypes.py9 UINT = c_uint
134 ("message", c_uint),
/external/llvm/bindings/python/llvm/
Dcore.py19 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/
Dsharedctypes.py52 'i': ctypes.c_int, 'I': ctypes.c_uint,
/external/python/cpython2/Lib/test/
Dtest_unicode.py1681 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/
Dctypes.rst239 | :class:`c_uint` | :c:type:`unsigned int` | int/long |
2294 .. class:: c_uint
2316 :class:`c_uint`.