Home
last modified time | relevance | path

Searched full:getmodulehandlea (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_random_things.py24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
27 windll.kernel32.GetModuleHandleA(None))
H A Dtest_errno.py48 GetModuleHandle = dll.GetModuleHandleA
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_random_things.py24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
27 windll.kernel32.GetModuleHandleA(None))
Dtest_errno.py48 GetModuleHandle = dll.GetModuleHandleA
/aosp_15_r20/external/perfetto/src/base/
H A Dthread_utils.cc61 ::GetModuleHandleA("Kernel32.dll"), "SetThreadDescription")));
78 ::GetModuleHandleA("Kernel32.dll"), "GetThreadDescription")));
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_random_things.py20 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
23 windll.kernel32.GetModuleHandleA(None))
Dtest_errno.py52 GetModuleHandle = dll.GetModuleHandleA
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dopenssl-build.yml53 …etModuleHandle\(NULL\)\) == NULL\)', '((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetMod…
/aosp_15_r20/external/crosvm/win_util/src/
H A Ddll_notification.rs28 use winapi::um::libloaderapi::GetModuleHandleA;
101 GetModuleHandleA(/* lpModuleName= */ NTDLL.as_ptr() as *const CHAR), in LdrRegisterDllNotification()
129 GetModuleHandleA(/* lpModuleName= */ NTDLL.as_ptr() as *const CHAR), in LdrUnregisterDllNotification()
/aosp_15_r20/external/python/cpython2/Doc/library/
Dctypes.rst86 >>> print windll.kernel32.GetModuleHandleA # doctest: +WINDOWS
105 HMODULE GetModuleHandleA(LPCSTR lpModuleName);
110 version you need by specifying ``GetModuleHandleA`` or ``GetModuleHandleW``
143 epoch, and the ``GetModuleHandleA()`` function, which returns a win32 module
151 >>> print hex(windll.kernel32.GetModuleHandleA(None)) # doctest: +WINDOWS
160 >>> windll.kernel32.GetModuleHandleA() # doctest: +WINDOWS
164 >>> windll.kernel32.GetModuleHandleA(0, 0) # doctest: +WINDOWS
173 >>> cdll.kernel32.GetModuleHandleA(None) # doctest: +WINDOWS
192 >>> windll.kernel32.GetModuleHandleA(32) # doctest: +WINDOWS
484 >>> GetModuleHandle = windll.kernel32.GetModuleHandleA # doctest: +WINDOWS
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlibloaderapi.h83 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
128 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
/aosp_15_r20/external/cronet/base/debug/
H A Dhandle_hooks_win.cc215 EATPatch(GetModuleHandleA("kernel32.dll"), "CloseHandle", in AddEATPatch()
218 EATPatch(GetModuleHandleA("kernel32.dll"), "DuplicateHandle", in AddEATPatch()
/aosp_15_r20/external/python/cpython3/PCbuild/
Dopenssl.vcxproj81 …<AfterPatch>((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetModuleHandleA("_ssl_d.pyd")) …
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_context.c176 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); in wglCreateContextAttribsARB()
178 _debug_printf("wgl: GetModuleHandleA(\"opengl32.dll\") failed\n"); in wglCreateContextAttribsARB()
/aosp_15_r20/sdk/find_lock/
H A Dfind_lock.cpp164 GetModuleHandleA("ntdll.dll"), "NtQuerySystemInformation"); in init()
168 GetModuleHandleA("ntdll.dll"), "NtQueryInformationFile"); in init()
172 GetModuleHandleA("ntdll.dll"), "NtQueryObject"); in init()
/aosp_15_r20/external/python/cpython3/Doc/library/
Dctypes.rst98 >>> print(windll.kernel32.GetModuleHandleA) # doctest: +WINDOWS
117 HMODULE GetModuleHandleA(LPCSTR lpModuleName);
122 version you need by specifying ``GetModuleHandleA`` or ``GetModuleHandleW``
154 epoch, and the ``GetModuleHandleA()`` function, which returns a win32 module
162 >>> print(hex(windll.kernel32.GetModuleHandleA(None))) # doctest: +WINDOWS
169 >>> cdll.kernel32.GetModuleHandleA(None) # doctest: +WINDOWS
188 >>> windll.kernel32.GetModuleHandleA(32) # doctest: +WINDOWS
509 >>> GetModuleHandle = windll.kernel32.GetModuleHandleA # doctest: +WINDOWS
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h132 #define GetModuleHandleA(nm) apr_dbg_rv(GetModuleHandleA,(nm)) macro
/aosp_15_r20/external/pciutils/lib/
H A Dphysmem-windows.c384 w32skrnl = GetModuleHandleA("w32skrnl.dll"); in win32_get_baseaddr_from_hmodule()
529 w32skrnl = GetModuleHandleA("w32skrnl.dll"); in init_physmem_w32skrnl()
599 kernel32 = GetModuleHandleA("kernel32.dll"); in init_physmem_vxdcall()
H A Dinit.c44 * previous versions resolve it at runtime via GetModuleHandleA() which
58 return GetModuleHandleA(NULL); in get_current_module_handle()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc27 void *__stdcall GetModuleHandleA(const char *module_name);
34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler.cc818 if (GetModuleHandleA(base::win::kApplicationVerifierDllName)) in IsSupportedForCurrentPlatform()
823 if (GetModuleHandleA("tmmon64.dll") || GetModuleHandleA("tmmonmgr64.dll")) in IsSupportedForCurrentPlatform()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelItemOpen.cpp197 ::GetProcAddress(::GetModuleHandleA("kernel32.dll"), func_name);
227 Func_GetProcessImageFileNameW, ::GetModuleHandleA("kernel32.dll"), func_name); in My_GetProcessFileName()
327 Func_GetProcessId, ::GetModuleHandleA("kernel32.dll"), in SetMainProcess()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/
Dwin_iocp_socket_service_base.ipp250 ::GetModuleHandleA("KERNEL32"), "CancelIoEx"))
760 if (HMODULE h = ::GetModuleHandleA("NTDLL.DLL"))
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/thread_parker/windows/
Dbindings.rs29 windows_targets::link!("kernel32.dll" "system" fn GetModuleHandleA(lpModuleName: *const u8) -> HINS…
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp586 #pragma warning(disable: 6387) // MSVC sanitiser warns that GetModuleHandleA() might fail
595 GetModuleHandleA("KERNEL32.DLL"), in SetWaitableTimerEx()

123