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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_frombuffer.py 15 x = (c_int * 16).from_buffer(a)
17 y = X.from_buffer(a)
29 c_int.from_buffer, a, -1)
36 (c_char * 16).from_buffer, "a" * 16)
40 x = (c_int * 15).from_buffer(a, sizeof(c_int))
43 self.assertRaises(ValueError, lambda: (c_int * 16).from_buffer(a, sizeof(c_int)))
44 self.assertRaises(ValueError, lambda: (c_int * 1).from_buffer(a, 16 * sizeof(c_int)))
62 c_int.from_buffer, a, -1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_frombuffer.py 15 x = (c_int * 16).from_buffer(a)
17 y = X.from_buffer(a)
29 c_int.from_buffer, a, -1)
36 (c_char * 16).from_buffer, "a" * 16)
40 x = (c_int * 15).from_buffer(a, sizeof(c_int))
43 self.assertRaises(ValueError, lambda: (c_int * 16).from_buffer(a, sizeof(c_int)))
44 self.assertRaises(ValueError, lambda: (c_int * 1).from_buffer(a, 16 * sizeof(c_int)))
62 c_int.from_buffer, a, -1)
  /external/chromium_org/v8/tools/
ll_prof.py 404 event = self.code_create_struct.from_buffer(self.log, self.log_pos)
434 event = self.code_move_struct.from_buffer(self.log, self.log_pos)
455 event = self.code_delete_struct.from_buffer(self.log, self.log_pos)
468 event = self.snapshot_position_struct.from_buffer(self.log,
522 return self.ctype.from_buffer(trace, offset)
676 self.ip_struct.from_buffer(self.trace, offset).value)
    [all...]
grokdump.py 94 partial_object = partial_ctype.from_buffer(memory, offset)
104 return complete_ctype.from_buffer(memory, offset)
143 byte = ctypes.c_uint8.from_buffer(reader.minidump, slot + i).value
602 return ctypes.c_uint8.from_buffer(self.minidump, location).value
606 return ctypes.c_uint32.from_buffer(self.minidump, location).value
610 return ctypes.c_uint64.from_buffer(self.minidump, location).value
626 return ctypes.c_uint64.from_buffer(self.minidump, location).value
628 return ctypes.c_uint32.from_buffer(self.minidump, location).value
630 return ctypes.c_uint32.from_buffer(self.minidump, location).value
636 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).valu
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 64 static double_int from_buffer (const unsigned char *buffer, int len);

Completed in 785 milliseconds