HomeSort by relevance Sort by last modified time
    Searched refs:c_uint32 (Results 1 - 23 of 23) sorted by null

  /external/autotest/client/common_lib/
smogcheck_tpm.py 27 from ctypes import c_uint, c_uint32, cdll, c_bool, Structure, POINTER, \
33 TSS_KEY_AUTHORIZATION = c_uint32(0x00000001)
34 TSS_KEY_TSP_SRK = c_uint32(0x04000000)
35 TSS_POLICY_USAGE = c_uint32(0x00000001)
37 TSS_SECRET_MODE_SHA1 = c_uint32(0x00001000)
38 TSS_SECRET_MODE_PLAIN = c_uint32(0x00001800)
42 TSS_TPMCAP_VERSION_VAL = c_uint32(0x15)
43 TSS_TPMSTATUS_DISABLEOWNERCLEAR = c_uint32(0x00000001)
44 TSS_TPMSTATUS_DISABLEFORCECLEAR = c_uint32(0x00000002)
45 TSS_TPMSTATUS_PHYSICALSETDEACTIVATED = c_uint32(0x00000010
    [all...]
  /external/v8/tools/
grokdump.py 184 ("signature", ctypes.c_uint32),
185 ("version", ctypes.c_uint32),
186 ("stream_count", ctypes.c_uint32),
187 ("stream_directories_rva", ctypes.c_uint32),
188 ("checksum", ctypes.c_uint32),
189 ("time_date_stampt", ctypes.c_uint32),
194 ("data_size", ctypes.c_uint32),
195 ("rva", ctypes.c_uint32)
199 ("length", ctypes.c_uint32),
204 ("stream_type", ctypes.c_uint32),
    [all...]
ll_prof.py 351 "ia32": ctypes.c_uint32,
352 "arm": ctypes.c_uint32,
353 "mips": ctypes.c_uint32,
507 "u32": ctypes.c_uint32,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_sizes.py 20 self.assertEqual(4, sizeof(c_uint32))
test_byteswap.py 202 _fields_ = [("x", c_uint32),
203 ("y", c_uint32)]
test_bitfields.py 243 @unittest.skipUnless(hasattr(ctypes, "c_uint32"), "c_int32 is required")
246 _fields_ = [("a", c_uint32, 32)]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_sizes.py 20 self.assertEqual(4, sizeof(c_uint32))
test_byteswap.py 202 _fields_ = [("x", c_uint32),
203 ("y", c_uint32)]
test_bitfields.py 243 @unittest.skipUnless(hasattr(ctypes, "c_uint32"), "c_int32 is required")
246 _fields_ = [("a", c_uint32, 32)]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 20 self.assertEqual(4, sizeof(c_uint32))
test_byteswap.py 202 _fields_ = [("x", c_uint32),
203 ("y", c_uint32)]
test_bitfields.py 243 @unittest.skipUnless(hasattr(ctypes, "c_uint32"), "c_int32 is required")
246 _fields_ = [("a", c_uint32, 32)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 20 self.assertEqual(4, sizeof(c_uint32))
test_byteswap.py 202 _fields_ = [("x", c_uint32),
203 ("y", c_uint32)]
test_bitfields.py 243 @unittest.skipUnless(hasattr(ctypes, "c_uint32"), "c_int32 is required")
246 _fields_ = [("a", c_uint32, 32)]
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 55 _fields_ = (('numer', ctypes.c_uint32),
56 ('denom', ctypes.c_uint32))
172 get_tick_count.restype = ctypes.c_uint32
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_osx.py 43 iokit.IORegistryEntryCreateCFProperty.argtypes = [ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p, ctypes.c_uint32]
61 cf.CFStringGetCStringPtr.argtypes = [ctypes.c_void_p, ctypes.c_uint32]
64 cf.CFNumberGetValue.argtypes = [ctypes.c_void_p, ctypes.c_uint32, ctypes.c_void_p]
  /external/autotest/client/site_tests/kernel_CryptoAPI/
kernel_CryptoAPI.py 37 ('salg_feat', ctypes.c_uint32),
38 ('salg_mask', ctypes.c_uint32),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 551 elif sizeof(kind) == 4: c_uint32 = kind
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 551 elif sizeof(kind) == 4: c_uint32 = kind
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 551 elif sizeof(kind) == 4: c_uint32 = kind
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 551 elif sizeof(kind) == 4: c_uint32 = kind
  /external/autotest/server/cros/faft/
firmware_test.py 476 new_flags = gbb_flags & ctypes.c_uint32(~clear_mask).value | set_mask
    [all...]

Completed in 1900 milliseconds