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

1 2

  /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
test_errno.py 65 GetModuleHandle = dll.GetModuleHandleW
  /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
test_errno.py 65 GetModuleHandle = dll.GetModuleHandleW
  /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
test_errno.py 65 GetModuleHandle = dll.GetModuleHandleW
  /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
test_errno.py 65 GetModuleHandle = dll.GetModuleHandleW
  /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
test_errno.py 65 GetModuleHandle = dll.GetModuleHandleW
  /external/python/cpython3/Lib/ctypes/test/
test_loading.py 61 windll.kernel32.GetModuleHandleW
62 windll["kernel32"].GetModuleHandleW
63 windll.LoadLibrary("kernel32").GetModuleHandleW
64 WinDLL("kernel32").GetModuleHandleW
test_errno.py 64 GetModuleHandle = dll.GetModuleHandleW
  /external/python/cpython2/PC/
dl_nt.c 49 HINSTANCE hKernel32 = GetModuleHandleW(L"kernel32.dll");
  /external/python/cpython3/PC/
frozen_dllmain.c 121 HMODULE hmod = GetModuleHandleW(NULL);
dl_nt.c 57 HINSTANCE hKernel32 = GetModuleHandleW(L"kernel32.dll");
winreg.c 982 hMod = GetModuleHandleW(L"advapi32.dll");
    [all...]
  /external/tensorflow/tensorflow/core/platform/windows/
env_time.cc 33 HMODULE module = GetModuleHandleW(L"kernel32.dll");
env.cc 61 HMODULE module = GetModuleHandleW(L"kernel32.dll");
  /external/lzma/CPP/Windows/
Shell.cpp 249 ::GetProcAddress(::GetModuleHandleW(L"shell32.dll"), "SHGetPathFromIDListW");
264 ::GetProcAddress(::GetModuleHandleW(L"shell32.dll"), "SHBrowseForFolderW");
FileDir.cpp 209 ::GetProcAddress(::GetModuleHandleW(L"kernel32.dll"), "CreateHardLinkW");
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.cpp 50 ::GetProcAddress(::GetModuleHandleW(L"shell32.dll"), "SHGetFileInfoW");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
libloaderapi.h 86 WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName);
  /system/core/adb/client/
usb_windows.cpp 212 const HINSTANCE instance = GetModuleHandleW(NULL);
215 fatal("GetModuleHandleW failed: %s",
  /external/tensorflow/tensorflow/core/platform/
env.cc 312 HMODULE hModule = GetModuleHandleW(NULL);
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 429 ::GetProcAddress(::GetModuleHandleW(L"kernel32.dll"), "K32GetProcessMemoryInfo");

Completed in 1660 milliseconds

1 2