/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/python/cpython3/Lib/ctypes/test/ |
test_errno.py | 51 GetModuleHandle = dll.GetModuleHandleA 52 GetModuleHandle.argtypes = [c_wchar_p] 54 self.assertEqual(0, GetModuleHandle("foo")) 64 GetModuleHandle = dll.GetModuleHandleW 65 GetModuleHandle.argtypes = [c_wchar_p] 66 GetModuleHandle("bar")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/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")
|
/prebuilts/gdb/linux-x86/lib/python2.7/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")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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")
|
/prebuilts/misc/windows/sdl2/test/ |
testnativew32.c | 52 wc.hInstance = GetModuleHandle(NULL); 67 CW_USEDEFAULT, w, h, NULL, NULL, GetModuleHandle(NULL),
|
/external/deqp/framework/platform/win32/ |
tcuWin32Platform.cpp | 35 : m_instance (GetModuleHandle(NULL))
|
/external/lzma/C/ |
DllSecur.c | 48 GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "SetDefaultDllDirectories");
|
Alloc.c | 84 GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "GetLargePageMinimum");
|
/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 | 87 ::GetProcAddress(::GetModuleHandle(TEXT("kernel32.dll")), "GlobalMemoryStatusEx");
|
/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/PC/ |
frozen_dllmain.c | 121 HMODULE hmod = GetModuleHandle(NULL);
|
/external/skia/tools/sk_app/win/ |
VulkanWindowContext_win.cpp | 36 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 | 36 HINSTANCE hinstance = GetModuleHandle(0);
|
main_win.cpp | 58 return main_common(GetModuleHandle(NULL), SW_SHOW, argc, argv);
|
/toolchain/binutils/binutils-2.27/libiberty/ |
physmem.c | 155 HMODULE h = GetModuleHandle ("kernel32.dll"); 256 HMODULE h = GetModuleHandle ("kernel32.dll");
|
/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);
|