HomeSort by relevance Sort by last modified time
    Searched refs:c_uint (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/autotest/client/cros/graphics/
drm.py 62 ("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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))
133 from ctypes import c_short, c_uint, c_int, c_long, POINTER namespace
145 self.assertRaises(TypeError, LPINT.from_param, c_uint*3)
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))
133 from ctypes import c_short, c_uint, c_int, c_long, POINTER namespace
145 self.assertRaises(TypeError, LPINT.from_param, c_uint*3)
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))
133 from ctypes import c_short, c_uint, c_int, c_long, POINTER namespace
145 self.assertRaises(TypeError, LPINT.from_param, c_uint*3)
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))
133 from ctypes import c_short, c_uint, c_int, c_long, POINTER namespace
145 self.assertRaises(TypeError, LPINT.from_param, c_uint*3)
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
msr_server_win.py 77 low = ctypes.c_uint()
78 high = ctypes.c_uint()
79 _winring0.Rdmsr(ctypes.c_uint(msr_number),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
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/
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)]
436 tokens_count = c_uint()
    [all...]
  /external/autotest/client/common_lib/
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)
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, TPM policy object handle
29 c_char_p, addressof, c_char, pointer namespace
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
138 ("message", c_uint),
__init__.py 187 c_uint = c_ulong variable
193 class c_uint(_SimpleCData): class in inherits:_SimpleCData
195 _check_size(c_uint)
473 if sizeof(c_uint) == sizeof(c_void_p):
474 c_size_t = c_uint
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
138 ("message", c_uint),
__init__.py 187 c_uint = c_ulong variable
193 class c_uint(_SimpleCData): class in inherits:_SimpleCData
195 _check_size(c_uint)
473 if sizeof(c_uint) == sizeof(c_void_p):
474 c_size_t = c_uint
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
138 ("message", c_uint),
__init__.py 187 c_uint = c_ulong variable
193 class c_uint(_SimpleCData): class in inherits:_SimpleCData
195 _check_size(c_uint)
473 if sizeof(c_uint) == sizeof(c_void_p):
474 c_size_t = c_uint
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
138 ("message", c_uint),

Completed in 1290 milliseconds

1 2 3