HomeSort by relevance Sort by last modified time
    Searched defs:ctypes (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 36 import ctypes namespace
231 class PROCESSENTRY32(ctypes.Structure):
232 _fields_ = [("dwSize", ctypes.c_ulong),
233 ("cntUsage", ctypes.c_ulong),
234 ("th32ProcessID", ctypes.c_ulong),
235 ("th32DefaultHeapID", ctypes.c_ulong),
236 ("th32ModuleID", ctypes.c_ulong),
237 ("cntThreads", ctypes.c_ulong),
238 ("th32ParentProcessID", ctypes.c_ulong),
239 ("pcPriClassBase", ctypes.c_ulong)
    [all...]
  /external/v8/tools/
ll_prof.py 32 import ctypes namespace
460 "u16": ctypes.c_uint16,
461 "u32": ctypes.c_uint32,
462 "u64": ctypes.c_uint64
466 class TraceItem(ctypes.Structure):
586 self.header_size = ctypes.sizeof(PERF_EVENT_HEADER_DESC.ctype)
597 self.ip_size = ctypes.sizeof(self.ip_struct)
611 filename = self.trace[offset + self.header_size + ctypes.sizeof(mmap_info):
622 offset += self.header_size + ctypes.sizeof(sample)
grokdump.py 30 import ctypes namespace
75 self.size = ctypes.sizeof(self.ctype)
98 class Raw(ctypes.Structure):
112 ("signature", ctypes.c_uint32),
113 ("version", ctypes.c_uint32),
114 ("stream_count", ctypes.c_uint32),
115 ("stream_directories_rva", ctypes.c_uint32),
116 ("checksum", ctypes.c_uint32),
117 ("time_date_stampt", ctypes.c_uint32),
118 ("flags", ctypes.c_uint64
    [all...]
test.py 453 import ctypes namespace
454 prev_error_mode = ctypes.windll.kernel32.SetErrorMode(mode);
    [all...]
  /external/pcre/
pcre_dfa_exec.c 388 const uschar *ctypes, *lcc, *fcc; local
418 ctypes = md->tables + ctypes_offset;
    [all...]
pcre_internal.h 1641 const uschar *ctypes; \/* Points to table of type maps *\/ member in struct:compile_data
1712 const uschar *ctypes; \/* Points to table of type maps *\/ member in struct:match_data
    [all...]

Completed in 1111 milliseconds