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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 12 self.assertEqual(1, sizeof(c_uint8))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 12 self.assertEqual(1, sizeof(c_uint8))
  /external/chromium_org/v8/tools/
grokdump.py 143 byte = ctypes.c_uint8.from_buffer(reader.minidump, slot + i).value
199 ("buffer", lambda t: ctypes.c_uint8 * (t.length + 2))
257 ("register_area", ctypes.c_uint8 * MD_FLOATINGSAVEAREA_X86_REGISTERAREA_SIZE),
308 EnableOnFlag(ctypes.c_uint8 * MD_CONTEXT_X86_EXTENDED_REGISTERS_SIZE,
403 ("sse_registers", EnableOnFlag(ctypes.c_uint8 * (16 * 26),
405 ("vector_registers", EnableOnFlag(ctypes.c_uint8 * (16 * 26),
602 return ctypes.c_uint8.from_buffer(self.minidump, location).value
636 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
657 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 544 c_uint8 = c_ubyte variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 544 c_uint8 = c_ubyte variable

Completed in 300 milliseconds