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

  /external/chromium_org/build/toolchain/
get_concurrent_links.py 23 ("dwLength", ctypes.c_ulong),
24 ("dwMemoryLoad", ctypes.c_ulong),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 222 _fields_ = [("dwSize", ctypes.c_ulong),
223 ("cntUsage", ctypes.c_ulong),
224 ("th32ProcessID", ctypes.c_ulong),
225 ("th32DefaultHeapID", ctypes.POINTER(ctypes.c_ulong)),
226 ("th32ModuleID", ctypes.c_ulong),
227 ("cntThreads", ctypes.c_ulong),
228 ("th32ParentProcessID", ctypes.c_ulong),
229 ("pcPriClassBase", ctypes.c_ulong),
230 ("dwFlags", ctypes.c_ulong),
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
win_platform_backend.py 256 _fields_ = [('size', ctypes.c_ulong),
267 ('HandleCount', ctypes.c_ulong),
268 ('ProcessCount', ctypes.c_ulong),
269 ('ThreadCount', ctypes.c_ulong)]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py 16 return sizeof(c_ulong) != sizeof(c_void_p)
26 ULONG_PTR = c_ulong
186 MS_DSR_ON = 32 # Variable c_ulong
199 MS_CTS_ON = 16 # Variable c_ulong
207 MS_RING_ON = 64 # Variable c_ulong
210 MS_RLSD_ON = 128 # Variable c_ulong
211 GENERIC_READ = 2147483648L # Variable c_ulong
  /external/chromium_org/chrome/tools/build/win/
resedit.py 35 ctypes.c_ulong, # DWORD cbData
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 275 milliseconds