Searched refs:GetModuleHandleA (Results 1 – 24 of 24) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 84 GetProcAddress(GetModuleHandleA("Kernel32.dll"), "SetThreadDescription")); in SetCurrentThreadName() 91 GetProcAddress(GetModuleHandleA("KernelBase.dll"), "SetThreadDescription")); in SetCurrentThreadName()
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_random_things.py | 23 windll.kernel32.GetModuleHandleA(None))
|
D | test_errno.py | 48 GetModuleHandle = dll.GetModuleHandleA
|
D | test_win32.py | 50 self.assertRaises(OSError, windll.kernel32.GetModuleHandleA, 32)
|
/external/skia/third_party/icu/ |
D | SkLoadICU.cpp | 72 HMODULE hModule = GetModuleHandleA(NULL); in executable_directory()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_random_things.py | 23 windll.kernel32.GetModuleHandleA(None))
|
D | test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
D | test_win32.py | 49 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
|
/external/compiler-rt/lib/asan/ |
D | asan_win_dll_thunk.cc | 27 void *__stdcall GetModuleHandleA(const char *module_name); 34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_context.c | 142 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); in wglCreateContextAttribsARB()
|
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 217 …g_FindFirstStreamW = (FindFirstStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "F… in CFindStreamLoader() 218 …g_FindNextStreamW = (FindNextStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "Fin… in CFindStreamLoader()
|
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 766 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i])) in InterestingDLLsAvailable() 843 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()
|
/external/expat/xmlwf/ |
D | xmlwin32url.cxx | 349 GetModuleHandleA("urlmon.dll"), in winPerror()
|
/external/webrtc/webrtc/base/ |
D | logging.cc | 154 HMODULE hmod = GetModuleHandleA(module); in LogMessage()
|
/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
|
/external/libxml2/ |
D | catalog.c | 84 #define GetModuleHandleA GetModuleHandle macro 88 void* __stdcall GetModuleHandleA(const char*); 3130 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog() 3132 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()
|
/external/libusb/libusb/os/ |
D | poll_windows.c | 96 HMODULE hKernel32 = GetModuleHandleA("KERNEL32"); in setup_cancel_io()
|
/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 96 >>> print(windll.kernel32.GetModuleHandleA) # doctest: +WINDOWS 115 HMODULE GetModuleHandleA(LPCSTR lpModuleName); 120 version you need by specifying ``GetModuleHandleA`` or ``GetModuleHandleW`` 152 epoch, and the ``GetModuleHandleA()`` function, which returns a win32 module 160 >>> print(hex(windll.kernel32.GetModuleHandleA(None))) # doctest: +WINDOWS 174 >>> cdll.kernel32.GetModuleHandleA(None) # doctest: +WINDOWS 193 >>> windll.kernel32.GetModuleHandleA(32) # doctest: +WINDOWS 495 >>> GetModuleHandle = windll.kernel32.GetModuleHandleA # doctest: +WINDOWS
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 41 ::GetProcAddress(::GetModuleHandleA("kernel32.dll"),
|
/external/curl/lib/vtls/ |
D | schannel.c | 455 !GetProcAddress(GetModuleHandleA("ntdll"), in schannel_connect_step1()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2692 GetModuleHandleA("kernel32.dll"), "GetNativeSystemInfo"); in GetSysInfo()
|
/external/syzkaller/executor/ |
D | syscalls.h | 12937 {"GetModuleHandleA", 0, (syscall_t)GetModuleHandleA},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 421 GetModuleHandleA(lpModuleName ptr[inout, int8])
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 526 PUBLIC b6a1 4 GetModuleHandleA
|