/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | 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")
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | 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")
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | 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")
|
/aosp_15_r20/external/mesa3d/src/glx/windows/ |
H A D | windowsgl.c | 85 wc.hInstance = GetModuleHandle(NULL); in windows_create_context() 101 NULL, NULL, GetModuleHandle(NULL), NULL); in windows_create_context() 146 wc.hInstance = GetModuleHandle(NULL); in windows_create_context_attribs() 162 NULL, NULL, GetModuleHandle(NULL), NULL); in windows_create_context_attribs() 299 wc.hInstance = GetModuleHandle(NULL); in windows_call_with_context() 314 0, 0, 0, 0, 0, NULL, NULL, GetModuleHandle(NULL), in windows_call_with_context()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/win32/ |
H A D | DisplayVkWin32.cpp | 39 GetModuleHandle(nullptr))) in terminate() 64 HINSTANCE hinstance = GetModuleHandle(nullptr); in initialize() 80 intermediateClassDesc.hInstance = GetModuleHandle(nullptr); in initialize() 106 GetModuleHandle(nullptr), mMockWindow}; in initialize()
|
H A D | WindowSurfaceVkWin32.cpp | 28 createInfo.hinstance = GetModuleHandle(nullptr); in createSurfaceVk()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | libloaderapi.h | 106 #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle) macro 130 #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle)
|
D | newapis.h | 41 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_GetDiskFreeSpaceEx() 159 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_GetLongPathName() 229 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_GetFileAttributesEx() 262 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_IsDebuggerPresent()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileSystem.cpp | 105 Func_GetDiskFreeSpaceExA, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace() 130 Func_GetDiskFreeSpaceExW, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace()
|
/aosp_15_r20/external/angle/util/windows/win32/ |
H A D | Win32Window.cpp | 526 parentWindowClass.hInstance = GetModuleHandle(nullptr); in initializeImpl() 543 childWindowClass.hInstance = GetModuleHandle(nullptr); in initializeImpl() 563 nullptr, nullptr, GetModuleHandle(nullptr), this); in initializeImpl() 567 mParentWindow, nullptr, GetModuleHandle(nullptr), this); in initializeImpl()
|
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.cpp | 523 parentWindowClass.hInstance = GetModuleHandle(nullptr); in initialize() 540 childWindowClass.hInstance = GetModuleHandle(nullptr); in initialize() 560 nullptr, nullptr, GetModuleHandle(nullptr), this); in initialize() 564 mParentWindow, nullptr, GetModuleHandle(nullptr), this); in initialize()
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | win32-helpers.c | 129 kernel32 = GetModuleHandle(TEXT("kernel32.dll")); in win32_is_32bit_on_64bit_system() 178 kernel32 = GetModuleHandle(TEXT("kernel32.dll")); in win32_change_error_mode() 596 advapi32 = GetModuleHandle(TEXT("advapi32.dll")); in prepare_security_descriptor_for_set_operation() 934 kernel32 = GetModuleHandle(TEXT("kernel32.dll")); in win32_find_and_open_process_for_query()
|
/aosp_15_r20/external/angle/src/tests/deqp_support/ |
H A D | tcuANGLEPlatform.cpp | 147 new win32::EGLNativeDisplayFactory(GetModuleHandle(nullptr))); in ANGLEPlatform() 233 m_contextFactoryRegistry.registerFactory(new wgl::ContextFactory(GetModuleHandle(nullptr))); in ANGLEPlatform()
|
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/ |
H A D | minidump_test.cc | 71 ASSERT_EQ(NULL, ::GetModuleHandle(L"urlmon.dll")); in SetUp() 169 HMODULE dbg_help = ::GetModuleHandle(L"dbghelp.dll"); in TEST_F()
|
/aosp_15_r20/external/webrtc/examples/peerconnection/client/ |
H A D | main_wnd.cc | 105 CW_USEDEFAULT, NULL, NULL, GetModuleHandle(NULL), this); in Create() 447 wcex.hInstance = GetModuleHandle(NULL); in RegisterWindowClass() 469 GetModuleHandle(NULL), NULL); in CreateChildWindow()
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | platform_thread_win.cc | 243 ::GetModuleHandle(L"Kernel32.dll"), "GetThreadInformation")); in AssertMemoryPriority() 299 ::GetModuleHandle(L"Kernel32.dll"), "SetThreadDescription")); in SetName()
|
/aosp_15_r20/external/pdfium/third_party/base/win/ |
H A D | win_util.cc | 22 GetModuleHandle(L"kernel32.dll"), "GetProcessMitigationPolicy")); in IsUser32AndGdi32Available()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_loader.c | 34 HMODULE module = GetModuleHandle(_T("grpc_c.so")); in grpc_rb_load_core()
|
/aosp_15_r20/external/skia/tools/gpu/gl/angle/ |
H A D | GLTestContext_angle.cpp | 138 HMODULE ntdll = GetModuleHandle("ntdll.dll"); in is_wine() 202 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); in ANGLEGLContext()
|
/aosp_15_r20/external/deqp/framework/platform/win32/ |
H A D | tcuWin32Platform.cpp | 40 Platform::Platform(void) : m_instance(GetModuleHandle(NULL)), m_vulkanPlatform(m_instance) in Platform()
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_handle_win.cc | 48 HINSTANCE ntdll = GetModuleHandle(L"ntdll.dll"); in GetParentProcessId()
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | _winreg.c | 1115 hMod = GetModuleHandle("advapi32.dll"); in PyDeleteKeyEx() 1654 hMod = GetModuleHandle("advapi32.dll"); in PyDisableReflectionKey() 1690 hMod = GetModuleHandle("advapi32.dll"); in PyEnableReflectionKey() 1727 hMod = GetModuleHandle("advapi32.dll"); in PyQueryReflectionKey()
|
/aosp_15_r20/external/compiler-rt/lib/stats/ |
H A D | stats_client.cc | 35 return reinterpret_cast<void *>(GetProcAddress(GetModuleHandle(0), name)); in LookupSymbolFromMain()
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | DisplaySurfaceVk.cpp | 36 .hinstance = GetModuleHandle(nullptr), in create()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | asan_invalid_access.cc | 39 GetProcAddress(GetModuleHandle(L"kernel32"), "InterlockedIncrement")); in CorruptMemoryBlock()
|