Home
last modified time | relevance | path

Searched full:getmodulehandle (Results 1 – 25 of 102) sorted by relevance

12345

/external/python/cpython3/Lib/ctypes/test/
Dtest_errno.py48 GetModuleHandle = dll.GetModuleHandleA
49 GetModuleHandle.argtypes = [c_wchar_p]
51 self.assertEqual(0, GetModuleHandle("foo"))
61 GetModuleHandle = dll.GetModuleHandleW
62 GetModuleHandle.argtypes = [c_wchar_p]
63 GetModuleHandle("bar")
/external/python/cpython2/Lib/ctypes/test/
Dtest_errno.py52 GetModuleHandle = dll.GetModuleHandleA
53 GetModuleHandle.argtypes = [c_wchar_p]
55 self.assertEqual(0, GetModuleHandle("foo"))
65 GetModuleHandle = dll.GetModuleHandleW
66 GetModuleHandle.argtypes = [c_wchar_p]
67 GetModuleHandle("bar")
/external/mesa3d/src/glx/windows/
Dwindowsgl.c85 wc.hInstance = GetModuleHandle(NULL); in windows_create_context()
101 NULL, NULL, GetModuleHandle(NULL), NULL); in windows_create_context()
146 wc.hInstance = GetModuleHandle(NULL); in windows_create_context_attribs()
162 NULL, NULL, GetModuleHandle(NULL), NULL); in windows_create_context_attribs()
299 wc.hInstance = GetModuleHandle(NULL); in windows_call_with_context()
314 0, 0, 0, 0, 0, NULL, NULL, GetModuleHandle(NULL), in windows_call_with_context()
/external/angle/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.cpp39 GetModuleHandle(nullptr))) in terminate()
64 HINSTANCE hinstance = GetModuleHandle(nullptr); in initialize()
80 intermediateClassDesc.hInstance = GetModuleHandle(nullptr); in initialize()
106 GetModuleHandle(nullptr), mMockWindow}; in initialize()
DWindowSurfaceVkWin32.cpp28 createInfo.hinstance = GetModuleHandle(nullptr); in createSurfaceVk()
/external/python/cpython3/.azure-pipelines/
Dopenssl-build.yml53GetModuleHandle\(NULL\)\) == NULL\)', '((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetMo…
/external/lzma/CPP/Windows/
DFileSystem.cpp105 Func_GetDiskFreeSpaceExA, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace()
130 Func_GetDiskFreeSpaceExW, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace()
/external/python/cpython3/PCbuild/
Dopenssl.vcxproj80 <BeforePatch>((h = GetModuleHandle(NULL)) == NULL)</BeforePatch>
81 … == NULL) if ((h = GetModuleHandleA("_ssl_d.pyd")) == NULL) if ((h = GetModuleHandle(NULL)) == NUL…
/external/angle/util/windows/win32/
DWin32Window.cpp526 parentWindowClass.hInstance = GetModuleHandle(nullptr); in initializeImpl()
543 childWindowClass.hInstance = GetModuleHandle(nullptr); in initializeImpl()
563 nullptr, nullptr, GetModuleHandle(nullptr), this); in initializeImpl()
567 mParentWindow, nullptr, GetModuleHandle(nullptr), this); in initializeImpl()
/external/pdfium/third_party/base/win/
Dwin_util.cc22 GetModuleHandle(L"kernel32.dll"), "GetProcessMitigationPolicy")); in IsUser32AndGdi32Available()
/external/angle/src/tests/deqp_support/
DtcuANGLEPlatform.cpp147 new win32::EGLNativeDisplayFactory(GetModuleHandle(nullptr))); in ANGLEPlatform()
222 m_contextFactoryRegistry.registerFactory(new wgl::ContextFactory(GetModuleHandle(nullptr))); in ANGLEPlatform()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_loader.c34 HMODULE module = GetModuleHandle(_T("grpc_c.so")); in grpc_rb_load_core()
/external/skia/tools/window/win/
DGraphiteVulkanWindowContext_win.cpp31 HINSTANCE hinstance = GetModuleHandle(0); in MakeGraphiteVulkanForWin()
DVulkanWindowContext_win.cpp34 HINSTANCE hinstance = GetModuleHandle(0); in MakeVulkanForWin()
DGraphiteDawnD3D12WindowContext_win.cpp53 surfaceChainedDesc.hinstance = GetModuleHandle(nullptr); in onInitializeContext()
/external/lzma/CPP/7zip/UI/FileManager/
DLangUtils.cpp264 GetModuleHandle("kernel32"), "GetUserDefaultUILanguage"); in Lang_GetShortNames_for_DefaultLang()
268 GetModuleHandle("kernel32"), "GetSystemDefaultUILanguage"); in Lang_GetShortNames_for_DefaultLang()
/external/mesa3d/src/gfxstream/host/vulkan/
DDisplaySurfaceVk.cpp36 .hinstance = GetModuleHandle(nullptr), in create()
/external/cronet/base/win/
Dwrapped_window_proc_unittest.cc56 HINSTANCE hinst = GetModuleHandle(nullptr); in TEST()
Ddark_mode_support_unittest.cc77 HINSTANCE instance = ::GetModuleHandle(nullptr); in TEST_F()
/external/lzma/C/
DDllSecur.c52 …(Func_SetDefaultDllDirectories) Z7_CAST_FUNC_C GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")…
/external/mesa3d/src/gfxstream/host/
DNativeSubWindow_win32.cpp45 if (!GetClassInfoA(GetModuleHandle(NULL), className, &wc)) { in createSubWindow()
/external/libvpx/vp8/common/generic/
Dsystemdependent.c62 pGNSI = (PGNSI)GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), in get_cpu_count()
/external/skia/tools/sk_app/win/
Dmain_win.cpp59 return main_common(GetModuleHandle(nullptr), SW_SHOW, argc, argv); in main()
/external/webrtc/modules/desktop_capture/win/
Dcursor_unittest.cc30 HMODULE instance = GetModuleHandle(NULL); in ConvertToMouseShapeAndCompare()
/external/compiler-rt/lib/stats/
Dstats_client.cc35 return reinterpret_cast<void *>(GetProcAddress(GetModuleHandle(0), name)); in LookupSymbolFromMain()

12345