/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_loading.py | 63 windll.kernel32.GetModuleHandleW 64 windll["kernel32"].GetModuleHandleW 65 windll.LoadLibrary("kernel32").GetModuleHandleW 66 WinDLL("kernel32").GetModuleHandleW 68 windll.coredll.GetModuleHandleW 69 windll["coredll"].GetModuleHandleW 70 windll.LoadLibrary("coredll").GetModuleHandleW 71 WinDLL("coredll").GetModuleHandleW
|
D | test_errno.py | 65 GetModuleHandle = dll.GetModuleHandleW
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_loading.py | 65 windll.kernel32.GetModuleHandleW 66 windll["kernel32"].GetModuleHandleW 67 windll.LoadLibrary("kernel32").GetModuleHandleW 68 WinDLL("kernel32").GetModuleHandleW
|
H A D | test_errno.py | 61 GetModuleHandle = dll.GetModuleHandleW
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_loading.py | 65 windll.kernel32.GetModuleHandleW 66 windll["kernel32"].GetModuleHandleW 67 windll.LoadLibrary("kernel32").GetModuleHandleW 68 WinDLL("kernel32").GetModuleHandleW
|
D | test_errno.py | 61 GetModuleHandle = dll.GetModuleHandleW
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Shell.cpp | 584 Func_SHGetPathFromIDListW, ::GetModuleHandleW(L"shell32.dll"), in GetPathFromIDList() 601 Func_SHGetPathFromIDListEx, ::GetModuleHandleW(L"shell32.dll"), in GetPathFromIDList() 762 Func_SHBrowseForFolderW, ::GetModuleHandleW(L"shell32.dll"), in BrowseForFolder()
|
H A D | MemoryLock.cpp | 100 const HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in Get_LargePages_RiskLevel()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | libloaderapi.h | 84 WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName); 129 WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName);
|
/aosp_15_r20/external/webrtc/rtc_base/win/ |
H A D | windows_version.cc | 329 ::GetModuleHandleW(L"kernel32.dll"), "GetProductInfo")); in OSInfo() 431 GetProcAddress(GetModuleHandleW(L"kernel32.dll"), "IsWow64Process")); in GetWOW64StatusForProcess()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_dbg_win32_handles.h | 133 #define GetModuleHandleW(nm) apr_dbg_rv(GetModuleHandleW,(nm)) macro
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ |
H A D | env_time.cc | 35 HMODULE module = GetModuleHandleW(L"kernel32.dll"); in NowNanos()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | ws2_32.txt | 25 getModuleHandle := syscall.MustLoadDLL("kernel32.dll").MustFindProc("GetModuleHandleW")
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | frozen_dllmain.c | 121 HMODULE hmod = GetModuleHandleW(NULL); in CallModuleDllMain()
|
D | winreg.c | 1861 hMod = GetModuleHandleW(L"advapi32.dll"); in winreg_DisableReflectionKey_impl() 1910 hMod = GetModuleHandleW(L"advapi32.dll"); in winreg_EnableReflectionKey_impl() 1958 hMod = GetModuleHandleW(L"advapi32.dll"); in winreg_QueryReflectionKey_impl()
|
/aosp_15_r20/external/libdav1d/src/win32/ |
H A D | thread.c | 44 HANDLE kernel32 = GetModuleHandleW(L"kernel32.dll"); in dav1d_init_thread()
|
/aosp_15_r20/external/angle/src/gpu_info_util/ |
H A D | SystemInfo_win.cpp | 110 HMODULE nvd3d9wrap = GetModuleHandleW(L"nvd3d9wrap.dll"); in GetSystemInfo()
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | dl_nt.c | 49 HINSTANCE hKernel32 = GetModuleHandleW(L"kernel32.dll"); in _LoadActCtxPointers()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | DynamicLibrary.cpp | 63 if (GetProcAddress(GetModuleHandleW(L"KERNEL32.DLL"), "AddDllDirectory") != NULL) {
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/ |
D | thread_primitives.cpp | 93 boost::winapi::HMODULE_ hKernel32 = boost::winapi::GetModuleHandleW(L"kernel32.dll");
|
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/ |
H A D | window.rs | 45 use winapi::um::libloaderapi::GetModuleHandleW; 881 let hmodule = unsafe { GetModuleHandleW(null_mut()) }; in get_current_module_handle()
|
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/ |
H A D | windows.rs | 56 use winapi::um::libloaderapi::GetModuleHandleW; 390 let hmodule = unsafe { GetModuleHandleW(null_mut()) }; in create_window()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | chrono.cpp | 79 …(GetSystemTimeAsFileTimePtr)GetProcAddress(GetModuleHandleW(L"kernel32.dll"), "GetSystemTimePrecis… in GetSystemTimeInit()
|
/aosp_15_r20/external/angle/src/common/ |
H A D | system_utils_win32.cpp | 96 libraryModule = GetModuleHandleW(Widen(libraryName).c_str()); in OpenSystemLibraryWithExtensionAndGetError()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/ |
H A D | RegistryContextMenu.cpp | 70 Func_RegDeleteKeyExW, GetModuleHandleW(L"advapi32.dll"), in Init_RegDeleteKeyExW()
|