Searched refs:c_uint (Results 1 - 5 of 5) sorted by relevance

/external/autotest/client/cros/graphics/
H A Ddrm.py62 ("fbs", POINTER(c_uint)),
64 ("crtcs", POINTER(c_uint)),
66 ("connectors", POINTER(c_uint)),
68 ("encoders", POINTER(c_uint)),
115 ("crtc_id", c_uint),
116 ("buffer_id", c_uint),
117 ("x", c_uint),
118 ("y", c_uint),
119 ("width", c_uint),
120 ("height", c_uint),
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dmsr_server_win.py77 low = ctypes.c_uint()
78 high = ctypes.c_uint()
79 _winring0.Rdmsr(ctypes.c_uint(msr_number),
/external/clang/bindings/python/clang/
H A 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)]
436 tokens_count = c_uint()
2764 errorCode = c_uint()
2799 ('int_data', c_uint * 4),
2839 POINTER(SourceLocation), c_uint, py_objec
[all...]
/external/autotest/client/common_lib/
H A 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)
255 flag: a c_uint, TPM status info flag, values defined in C header file
276 flag: a c_uint, TPM status info flag.
295 hTpm: a c_uint, TPM object handle.
296 hPolicy: a c_uint, TP
29 c_char_p, addressof, c_char, pointer namespace
[all...]
/external/llvm/bindings/python/llvm/
H A Dcore.py19 from ctypes import c_uint namespace
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

Completed in 194 milliseconds