/external/python/cpython2/Lib/ctypes/test/ |
test_random_things.py | 20 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA") 23 windll.kernel32.GetModuleHandleA(None))
|
test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
test_win32.py | 49 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
|
/external/python/cpython3/Lib/ctypes/test/ |
test_random_things.py | 20 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA") 23 windll.kernel32.GetModuleHandleA(None))
|
test_errno.py | 51 GetModuleHandle = dll.GetModuleHandleA
|
test_win32.py | 47 self.assertRaises(OSError, windll.kernel32.GetModuleHandleA, 32)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_random_things.py | 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA") 24 windll.kernel32.GetModuleHandleA(None))
|
test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
test_win32.py | 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_random_things.py | 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA") 24 windll.kernel32.GetModuleHandleA(None))
|
test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
test_win32.py | 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_random_things.py | 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA") 24 windll.kernel32.GetModuleHandleA(None))
|
test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
test_win32.py | 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_random_things.py | 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA") 24 windll.kernel32.GetModuleHandleA(None))
|
test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
test_win32.py | 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_context.c | 142 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); 144 _debug_printf("wgl: GetModuleHandleA(\"opengl32.dll\") failed\n");
|
/external/compiler-rt/lib/asan/ |
asan_win_dll_thunk.cc | 27 void *__stdcall GetModuleHandleA(const char *module_name); 34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name);
|
/sdk/find_lock/ |
find_lock.cpp | 164 GetModuleHandleA("ntdll.dll"), "NtQuerySystemInformation");
168 GetModuleHandleA("ntdll.dll"), "NtQueryInformationFile");
172 GetModuleHandleA("ntdll.dll"), "NtQueryObject");
|
/external/lzma/CPP/Windows/ |
FileFind.cpp | 217 g_FindFirstStreamW = (FindFirstStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "FindFirstStreamW");
218 g_FindNextStreamW = (FindNextStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "FindNextStreamW");
|
/external/compiler-rt/lib/interception/ |
interception_win.cc | 766 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i])) 843 HMODULE module = GetModuleHandleA(module_to_patch);
|
/external/expat/xmlwf/ |
xmlwin32url.cxx | 349 GetModuleHandleA("urlmon.dll"),
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
libloaderapi.h | 85 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
|