HomeSort by relevance Sort by last modified time
    Searched refs:windll (Results 26 - 50 of 64) sorted by null

12 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_functions.py 20 windll = WinDLL(_ctypes_test.__file__) variable
357 windll.s_ret_2h_func.restype = S2H
358 windll.s_ret_2h_func.argtypes = [S2H]
359 s2h = windll.s_ret_2h_func(S2H(99, 88))
394 windll.s_ret_8i_func.restype = S8I
395 windll.s_ret_8i_func.argtypes = [S8I]
397 s8i = windll.s_ret_8i_func(inp)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_functions.py 20 windll = WinDLL(_ctypes_test.__file__) variable
357 windll.s_ret_2h_func.restype = S2H
358 windll.s_ret_2h_func.argtypes = [S2H]
359 s2h = windll.s_ret_2h_func(S2H(99, 88))
394 windll.s_ret_8i_func.restype = S8I
395 windll.s_ret_8i_func.argtypes = [S8I]
397 s8i = windll.s_ret_8i_func(inp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 20 windll = WinDLL(_ctypes_test.__file__) variable
357 windll.s_ret_2h_func.restype = S2H
358 windll.s_ret_2h_func.argtypes = [S2H]
359 s2h = windll.s_ret_2h_func(S2H(99, 88))
394 windll.s_ret_8i_func.restype = S8I
395 windll.s_ret_8i_func.argtypes = [S8I]
397 s8i = windll.s_ret_8i_func(inp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 20 windll = WinDLL(_ctypes_test.__file__) variable
357 windll.s_ret_2h_func.restype = S2H
358 windll.s_ret_2h_func.argtypes = [S2H]
359 s2h = windll.s_ret_2h_func(S2H(99, 88))
394 windll.s_ret_8i_func.restype = S8I
395 windll.s_ret_8i_func.argtypes = [S8I]
397 s8i = windll.s_ret_8i_func(inp)
  /external/mesa3d/src/gallium/tools/trace/
format.py 136 self.handle = ctypes.windll.kernel32.GetStdHandle(nStdHandle)
143 ctypes.windll.kernel32.SetConsoleTextAttribute(self.handle, attr)
  /external/v8/build/toolchain/
get_concurrent_links.py 37 ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat))
  /external/opencv3/modules/ts/misc/
color.py 290 from ctypes import windll, Structure, c_short, c_ushort, byref namespace
322 windll.kernel32.GetConsoleScreenBufferInfo(self.handle, byref(csbi))
326 windll.kernel32.SetConsoleTextAttribute(self.handle, color)
run.py 108 from ctypes import windll, POINTER, pointer, Structure, sizeof namespace
141 CreateToolhelp32Snapshot= windll.kernel32.CreateToolhelp32Snapshot
145 Process32First = windll.kernel32.Process32First
149 Process32Next = windll.kernel32.Process32Next
153 CloseHandle = windll.kernel32.CloseHandle
157 Module32First = windll.kernel32.Module32First
    [all...]
  /external/v8/tools/testrunner/local/
commands.py 46 ctypes.windll.kernel32.SetErrorMode(mode) #@UndefinedVariable
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 76 setupapi = ctypes.windll.LoadLibrary("setupapi")
106 advapi32 = ctypes.windll.LoadLibrary("Advapi32")
  /external/chromium-trace/catapult/third_party/typ/typ/
host.py 198 from ctypes import windll, create_string_buffer namespace
201 handle = windll.kernel32.GetStdHandle(STDERR_HANDLE)
206 if windll.kernel32.GetConsoleScreenBufferInfo(handle, buf):
  /external/webrtc/tools/network_emulator/
network_emulator.py 98 if ctypes.windll.shell32.IsUserAnAdmin() == 0:
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 247 if not windll.kernel32.IsBadStringPtrA(self, -1):
397 class WinDLL(CDLL):
457 windll = LibraryLoader(WinDLL) variable
461 GetLastError = windll.kernel32.GetLastError
463 GetLastError = windll.coredll.GetLastError
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 247 if not windll.kernel32.IsBadStringPtrA(self, -1):
397 class WinDLL(CDLL):
457 windll = LibraryLoader(WinDLL) variable
461 GetLastError = windll.kernel32.GetLastError
463 GetLastError = windll.coredll.GetLastError
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 247 if not windll.kernel32.IsBadStringPtrA(self, -1):
397 class WinDLL(CDLL):
457 windll = LibraryLoader(WinDLL) variable
461 GetLastError = windll.kernel32.GetLastError
463 GetLastError = windll.coredll.GetLastError
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 247 if not windll.kernel32.IsBadStringPtrA(self, -1):
397 class WinDLL(CDLL):
457 windll = LibraryLoader(WinDLL) variable
461 GetLastError = windll.kernel32.GetLastError
463 GetLastError = windll.coredll.GetLastError
  /external/libyuv/files/
setup_links.py 241 if not ctypes.windll.kernel32.CreateSymbolicLinkW(
468 return ctypes.windll.shell32.IsUserAnAdmin() != 0
  /external/webrtc/
setup_links.py 262 if not ctypes.windll.kernel32.CreateSymbolicLinkW(
489 return ctypes.windll.shell32.IsUserAnAdmin() != 0
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
434 lib = ctypes.windll.rpcrt4
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
434 lib = ctypes.windll.rpcrt4
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
434 lib = ctypes.windll.rpcrt4
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
434 lib = ctypes.windll.rpcrt4
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winsound.py 19 if ctypes.windll.winmm.mixerGetNumDevs() is 0:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winsound.py 19 if ctypes.windll.winmm.mixerGetNumDevs() is 0:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py 19 if ctypes.windll.winmm.mixerGetNumDevs() is 0:

Completed in 931 milliseconds

12 3