/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_random_things.py | 24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA") 27 windll.kernel32.GetModuleHandleA(None))
|
H A D | test_errno.py | 48 GetModuleHandle = dll.GetModuleHandleA
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_random_things.py | 24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA") 27 windll.kernel32.GetModuleHandleA(None))
|
D | test_errno.py | 48 GetModuleHandle = dll.GetModuleHandleA
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | thread_utils.cc | 61 ::GetModuleHandleA("Kernel32.dll"), "SetThreadDescription"))); 78 ::GetModuleHandleA("Kernel32.dll"), "GetThreadDescription")));
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_random_things.py | 20 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA") 23 windll.kernel32.GetModuleHandleA(None))
|
D | test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
/aosp_15_r20/external/python/cpython3/.azure-pipelines/ |
D | openssl-build.yml | 53 …etModuleHandle\(NULL\)\) == NULL\)', '((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetMod…
|
/aosp_15_r20/external/crosvm/win_util/src/ |
H A D | dll_notification.rs | 28 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/ |
D | ctypes.rst | 86 >>> 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/ |
D | libloaderapi.h | 83 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName); 128 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | handle_hooks_win.cc | 215 EATPatch(GetModuleHandleA("kernel32.dll"), "CloseHandle", in AddEATPatch() 218 EATPatch(GetModuleHandleA("kernel32.dll"), "DuplicateHandle", in AddEATPatch()
|
/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | openssl.vcxproj | 81 …<AfterPatch>((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetModuleHandleA("_ssl_d.pyd")) …
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_context.c | 176 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 D | find_lock.cpp | 164 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/ |
D | ctypes.rst | 98 >>> 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 D | apr_dbg_win32_handles.h | 132 #define GetModuleHandleA(nm) apr_dbg_rv(GetModuleHandleA,(nm)) macro
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | physmem-windows.c | 384 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 D | init.c | 44 * 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 D | asan_win_dll_thunk.cc | 27 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 D | stack_sampling_profiler.cc | 818 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 D | PanelItemOpen.cpp | 197 ::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/ |
D | win_iocp_socket_service_base.ipp | 250 ::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/ |
D | bindings.rs | 29 windows_targets::link!("kernel32.dll" "system" fn GetModuleHandleA(lpModuleName: *const u8) -> HINS…
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/ |
D | thread.cpp | 586 #pragma warning(disable: 6387) // MSVC sanitiser warns that GetModuleHandleA() might fail 595 GetModuleHandleA("KERNEL32.DLL"), in SetWaitableTimerEx()
|