Home
last modified time | relevance | path

Searched refs:GetModuleHandleW (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_loading.py63 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
Dtest_errno.py65 GetModuleHandle = dll.GetModuleHandleW
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_loading.py65 windll.kernel32.GetModuleHandleW
66 windll["kernel32"].GetModuleHandleW
67 windll.LoadLibrary("kernel32").GetModuleHandleW
68 WinDLL("kernel32").GetModuleHandleW
H A Dtest_errno.py61 GetModuleHandle = dll.GetModuleHandleW
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_loading.py65 windll.kernel32.GetModuleHandleW
66 windll["kernel32"].GetModuleHandleW
67 windll.LoadLibrary("kernel32").GetModuleHandleW
68 WinDLL("kernel32").GetModuleHandleW
Dtest_errno.py61 GetModuleHandle = dll.GetModuleHandleW
/aosp_15_r20/external/lzma/CPP/Windows/
H A DShell.cpp584 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 DMemoryLock.cpp100 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/
Dlibloaderapi.h84 WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName);
129 WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName);
/aosp_15_r20/external/webrtc/rtc_base/win/
H A Dwindows_version.cc329 ::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 Dapr_dbg_win32_handles.h133 #define GetModuleHandleW(nm) apr_dbg_rv(GetModuleHandleW,(nm)) macro
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Denv_time.cc35 HMODULE module = GetModuleHandleW(L"kernel32.dll"); in NowNanos()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dws2_32.txt25 getModuleHandle := syscall.MustLoadDLL("kernel32.dll").MustFindProc("GetModuleHandleW")
/aosp_15_r20/external/python/cpython3/PC/
Dfrozen_dllmain.c121 HMODULE hmod = GetModuleHandleW(NULL); in CallModuleDllMain()
Dwinreg.c1861 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 Dthread.c44 HANDLE kernel32 = GetModuleHandleW(L"kernel32.dll"); in dav1d_init_thread()
/aosp_15_r20/external/angle/src/gpu_info_util/
H A DSystemInfo_win.cpp110 HMODULE nvd3d9wrap = GetModuleHandleW(L"nvd3d9wrap.dll"); in GetSystemInfo()
/aosp_15_r20/external/python/cpython2/PC/
Ddl_nt.c49 HINSTANCE hKernel32 = GetModuleHandleW(L"kernel32.dll"); in _LoadActCtxPointers()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DDynamicLibrary.cpp63 if (GetProcAddress(GetModuleHandleW(L"KERNEL32.DLL"), "AddDllDirectory") != NULL) {
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread_primitives.cpp93 boost::winapi::HMODULE_ hKernel32 = boost::winapi::GetModuleHandleW(L"kernel32.dll");
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow.rs45 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 Dwindows.rs56 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 Dchrono.cpp79 …(GetSystemTimeAsFileTimePtr)GetProcAddress(GetModuleHandleW(L"kernel32.dll"), "GetSystemTimePrecis… in GetSystemTimeInit()
/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils_win32.cpp96 libraryModule = GetModuleHandleW(Widen(libraryName).c_str()); in OpenSystemLibraryWithExtensionAndGetError()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DRegistryContextMenu.cpp70 Func_RegDeleteKeyExW, GetModuleHandleW(L"advapi32.dll"), in Init_RegDeleteKeyExW()

1234