| /external/python/cpython3/Lib/ctypes/test/ |
| D | test_errno.py | 48 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/ |
| D | test_errno.py | 52 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/ |
| D | windowsgl.c | 85 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/ |
| D | DisplayVkWin32.cpp | 39 GetModuleHandle(nullptr))) in terminate() 64 HINSTANCE hinstance = GetModuleHandle(nullptr); in initialize() 80 intermediateClassDesc.hInstance = GetModuleHandle(nullptr); in initialize() 106 GetModuleHandle(nullptr), mMockWindow}; in initialize()
|
| D | WindowSurfaceVkWin32.cpp | 28 createInfo.hinstance = GetModuleHandle(nullptr); in createSurfaceVk()
|
| /external/python/cpython3/.azure-pipelines/ |
| D | openssl-build.yml | 53 …GetModuleHandle\(NULL\)\) == NULL\)', '((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetMo…
|
| /external/lzma/CPP/Windows/ |
| D | FileSystem.cpp | 105 Func_GetDiskFreeSpaceExA, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace() 130 Func_GetDiskFreeSpaceExW, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace()
|
| /external/python/cpython3/PCbuild/ |
| D | openssl.vcxproj | 80 <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/ |
| D | Win32Window.cpp | 526 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/ |
| D | win_util.cc | 22 GetModuleHandle(L"kernel32.dll"), "GetProcessMitigationPolicy")); in IsUser32AndGdi32Available()
|
| /external/angle/src/tests/deqp_support/ |
| D | tcuANGLEPlatform.cpp | 147 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/ |
| D | rb_loader.c | 34 HMODULE module = GetModuleHandle(_T("grpc_c.so")); in grpc_rb_load_core()
|
| /external/skia/tools/window/win/ |
| D | GraphiteVulkanWindowContext_win.cpp | 31 HINSTANCE hinstance = GetModuleHandle(0); in MakeGraphiteVulkanForWin()
|
| D | VulkanWindowContext_win.cpp | 34 HINSTANCE hinstance = GetModuleHandle(0); in MakeVulkanForWin()
|
| D | GraphiteDawnD3D12WindowContext_win.cpp | 53 surfaceChainedDesc.hinstance = GetModuleHandle(nullptr); in onInitializeContext()
|
| /external/lzma/CPP/7zip/UI/FileManager/ |
| D | LangUtils.cpp | 264 GetModuleHandle("kernel32"), "GetUserDefaultUILanguage"); in Lang_GetShortNames_for_DefaultLang() 268 GetModuleHandle("kernel32"), "GetSystemDefaultUILanguage"); in Lang_GetShortNames_for_DefaultLang()
|
| /external/mesa3d/src/gfxstream/host/vulkan/ |
| D | DisplaySurfaceVk.cpp | 36 .hinstance = GetModuleHandle(nullptr), in create()
|
| /external/cronet/base/win/ |
| D | wrapped_window_proc_unittest.cc | 56 HINSTANCE hinst = GetModuleHandle(nullptr); in TEST()
|
| D | dark_mode_support_unittest.cc | 77 HINSTANCE instance = ::GetModuleHandle(nullptr); in TEST_F()
|
| /external/lzma/C/ |
| D | DllSecur.c | 52 …(Func_SetDefaultDllDirectories) Z7_CAST_FUNC_C GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")…
|
| /external/mesa3d/src/gfxstream/host/ |
| D | NativeSubWindow_win32.cpp | 45 if (!GetClassInfoA(GetModuleHandle(NULL), className, &wc)) { in createSubWindow()
|
| /external/libvpx/vp8/common/generic/ |
| D | systemdependent.c | 62 pGNSI = (PGNSI)GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), in get_cpu_count()
|
| /external/skia/tools/sk_app/win/ |
| D | main_win.cpp | 59 return main_common(GetModuleHandle(nullptr), SW_SHOW, argc, argv); in main()
|
| /external/webrtc/modules/desktop_capture/win/ |
| D | cursor_unittest.cc | 30 HMODULE instance = GetModuleHandle(NULL); in ConvertToMouseShapeAndCompare()
|
| /external/compiler-rt/lib/stats/ |
| D | stats_client.cc | 35 return reinterpret_cast<void *>(GetProcAddress(GetModuleHandle(0), name)); in LookupSymbolFromMain()
|