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

1 2 3

  /external/python/cpython3/Lib/ctypes/test/
test_errno.py 48 GetModuleHandle = dll.GetModuleHandleA
49 GetModuleHandle.argtypes = [c_wchar_p]
51 self.assertEqual(0, GetModuleHandle("foo"))
61 GetModuleHandle = dll.GetModuleHandleW
62 GetModuleHandle.argtypes = [c_wchar_p]
63 GetModuleHandle("bar")
  /external/python/cpython2/Lib/ctypes/test/
test_errno.py 52 GetModuleHandle = dll.GetModuleHandleA
53 GetModuleHandle.argtypes = [c_wchar_p]
55 self.assertEqual(0, GetModuleHandle("foo"))
65 GetModuleHandle = dll.GetModuleHandleW
66 GetModuleHandle.argtypes = [c_wchar_p]
67 GetModuleHandle("bar")
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_loader.c 30 HMODULE module = GetModuleHandle(_T("grpc_c.so"));
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 35 : m_instance (GetModuleHandle(NULL))
  /external/lzma/C/
DllSecur.c 48 GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "SetDefaultDllDirectories");
  /external/mesa3d/src/glx/windows/
windowsgl.c 85 wc.hInstance = GetModuleHandle(NULL);
101 NULL, NULL, GetModuleHandle(NULL), NULL);
146 wc.hInstance = GetModuleHandle(NULL);
162 NULL, NULL, GetModuleHandle(NULL), NULL);
299 wc.hInstance = GetModuleHandle(NULL);
314 0, 0, 0, 0, 0, NULL, NULL, GetModuleHandle(NULL),
  /external/lzma/CPP/Windows/
FileSystem.cpp 94 GetModuleHandle(TEXT("kernel32.dll")), "GetDiskFreeSpaceExA");
109 GetModuleHandle(TEXT("kernel32.dll")), "GetDiskFreeSpaceExW");
System.cpp 117 ::GetProcAddress(::GetModuleHandle(TEXT("kernel32.dll")), "GlobalMemoryStatusEx");
SecurityUtils.cpp 70 HMODULE hModule = GetModuleHandle(TEXT("Advapi32.dll"));
SecurityUtils.h 77 hModule = GetModuleHandle(TEXT("Advapi32.dll"));
  /external/compiler-rt/lib/stats/
stats_client.cc 35 return reinterpret_cast<void *>(GetProcAddress(GetModuleHandle(0), name));
  /external/expat/lib/
loadlibrary.c 85 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32"));
  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 58 pGNSI = (PGNSI)GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")),
  /external/python/cpython2/Modules/expat/
loadlibrary.c 85 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32"));
  /external/python/cpython2/PC/
frozen_dllmain.c 121 HMODULE hmod = GetModuleHandle(NULL);
  /external/python/cpython3/Modules/expat/
loadlibrary.c 85 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32"));
  /external/skia/tools/sk_app/win/
VulkanWindowContext_win.cpp 39 HINSTANCE hinstance = GetModuleHandle(0);
main_win.cpp 58 return main_common(GetModuleHandle(NULL), SW_SHOW, argc, argv);
  /external/skqp/tools/sk_app/win/
VulkanWindowContext_win.cpp 39 HINSTANCE hinstance = GetModuleHandle(0);
main_win.cpp 58 return main_common(GetModuleHandle(NULL), SW_SHOW, argc, argv);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Alloc.c 84 GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "GetLargePageMinimum");
  /external/deqp/external/openglcts/modules/common/
glcConfigListWGL.cpp 43 const HINSTANCE instance = GetModuleHandle(DE_NULL);
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 28 HMODULE instance = GetModuleHandle(NULL);
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 91 wc.hInstance = GetModuleHandle(NULL);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanel.cpp 218 debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL ) );

Completed in 519 milliseconds

1 2 3