HomeSort by relevance Sort by last modified time
    Searched refs:WinDLL (Results 1 - 25 of 35) sorted by null

1 2

  /external/python/cpython3/PC/
validate_ucrtbase.py 9 Structure, WinDLL)
29 kernel32 = WinDLL('kernel32')
30 version = WinDLL('version')
37 ucrtbased = WinDLL(sys.argv[1])
  /external/tensorflow/tensorflow/python/platform/
self_check.py 47 ctypes.WinDLL(build_info.msvcp_dll_name)
62 ctypes.WinDLL(build_info.nvcuda_dll_name)
75 ctypes.WinDLL(build_info.cudart_dll_name)
87 ctypes.WinDLL(build_info.cudnn_dll_name)
  /external/python/cpython2/Lib/ctypes/test/
test_loading.py 56 windll.kernel32.GetModuleHandleW
57 windll["kernel32"].GetModuleHandleW
58 windll.LoadLibrary("kernel32").GetModuleHandleW
59 WinDLL("kernel32").GetModuleHandleW
61 windll.coredll.GetModuleHandleW
62 windll["coredll"].GetModuleHandleW
63 windll.LoadLibrary("coredll").GetModuleHandleW
64 WinDLL("coredll").GetModuleHandleW
70 dll = WinDLL(_ctypes_test.__file__)
101 advapi32 = windll.advapi3
    [all...]
test_errno.py 51 dll = WinDLL("kernel32", use_last_error=True)
64 dll = WinDLL("kernel32", use_last_error=False)
test_cfuncs.py 195 WinDLL
199 class stdcall_dll(WinDLL):
207 @need_symbol('WinDLL')
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_loading.py 52 windll.kernel32.GetModuleHandleW
53 windll["kernel32"].GetModuleHandleW
54 windll.LoadLibrary("kernel32").GetModuleHandleW
55 WinDLL("kernel32").GetModuleHandleW
57 windll.coredll.GetModuleHandleW
58 windll["coredll"].GetModuleHandleW
59 windll.LoadLibrary("coredll").GetModuleHandleW
60 WinDLL("coredll").GetModuleHandleW
64 dll = WinDLL(_ctypes_test.__file__)
94 advapi32 = windll.advapi3
    [all...]
test_errno.py 51 dll = WinDLL("kernel32", use_last_error=True)
64 dll = WinDLL("kernel32", use_last_error=False)
test_cfuncs.py 194 WinDLL
198 class stdcall_dll(WinDLL):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_loading.py 52 windll.kernel32.GetModuleHandleW
53 windll["kernel32"].GetModuleHandleW
54 windll.LoadLibrary("kernel32").GetModuleHandleW
55 WinDLL("kernel32").GetModuleHandleW
57 windll.coredll.GetModuleHandleW
58 windll["coredll"].GetModuleHandleW
59 windll.LoadLibrary("coredll").GetModuleHandleW
60 WinDLL("coredll").GetModuleHandleW
64 dll = WinDLL(_ctypes_test.__file__)
94 advapi32 = windll.advapi3
    [all...]
test_errno.py 51 dll = WinDLL("kernel32", use_last_error=True)
64 dll = WinDLL("kernel32", use_last_error=False)
test_cfuncs.py 194 WinDLL
198 class stdcall_dll(WinDLL):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 52 windll.kernel32.GetModuleHandleW
53 windll["kernel32"].GetModuleHandleW
54 windll.LoadLibrary("kernel32").GetModuleHandleW
55 WinDLL("kernel32").GetModuleHandleW
57 windll.coredll.GetModuleHandleW
58 windll["coredll"].GetModuleHandleW
59 windll.LoadLibrary("coredll").GetModuleHandleW
60 WinDLL("coredll").GetModuleHandleW
64 dll = WinDLL(_ctypes_test.__file__)
94 advapi32 = windll.advapi3
    [all...]
test_errno.py 51 dll = WinDLL("kernel32", use_last_error=True)
64 dll = WinDLL("kernel32", use_last_error=False)
test_cfuncs.py 194 WinDLL
198 class stdcall_dll(WinDLL):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 52 windll.kernel32.GetModuleHandleW
53 windll["kernel32"].GetModuleHandleW
54 windll.LoadLibrary("kernel32").GetModuleHandleW
55 WinDLL("kernel32").GetModuleHandleW
57 windll.coredll.GetModuleHandleW
58 windll["coredll"].GetModuleHandleW
59 windll.LoadLibrary("coredll").GetModuleHandleW
60 WinDLL("coredll").GetModuleHandleW
64 dll = WinDLL(_ctypes_test.__file__)
94 advapi32 = windll.advapi3
    [all...]
test_errno.py 51 dll = WinDLL("kernel32", use_last_error=True)
64 dll = WinDLL("kernel32", use_last_error=False)
test_cfuncs.py 194 WinDLL
198 class stdcall_dll(WinDLL):
  /external/python/cpython3/Lib/ctypes/test/
test_errno.py 50 dll = WinDLL("kernel32", use_last_error=True)
63 dll = WinDLL("kernel32", use_last_error=False)
test_loading.py 61 windll.kernel32.GetModuleHandleW
62 windll["kernel32"].GetModuleHandleW
63 windll.LoadLibrary("kernel32").GetModuleHandleW
64 WinDLL("kernel32").GetModuleHandleW
70 dll = WinDLL(_ctypes_test.__file__)
101 advapi32 = windll.advapi32
105 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
106 windll.kernel32.GetProcAddress.restype = c_void_p
107 proc = windll.kernel32.GetProcAddress(advapi32._handle,
test_cfuncs.py 195 WinDLL
199 class stdcall_dll(WinDLL):
207 @need_symbol('WinDLL')
  /system/iot/attestation/at-factory-tool/
serialmapperwin.py 65 self.setupapi = ctypes.WinDLL('setupapi')
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 6 _stdcall_libraries['kernel32'] = WinDLL('kernel32')
  /external/python/cpython2/Lib/ctypes/
__init__.py 244 if not windll.kernel32.IsBadStringPtrA(self, -1):
394 class WinDLL(CDLL):
454 windll = LibraryLoader(WinDLL) variable
458 GetLastError = windll.kernel32.GetLastError
460 GetLastError = windll.coredll.GetLastError
  /external/python/cpython3/Lib/ctypes/
__init__.py 380 class WinDLL(CDLL):
440 windll = LibraryLoader(WinDLL) variable
444 GetLastError = windll.kernel32.GetLastError
446 GetLastError = windll.coredll.GetLastError
  /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

Completed in 394 milliseconds

1 2