Home
last modified time | relevance | path

Searched refs:moduleHandle (Results 51 – 75 of 221) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DTypeLoaderEnvironment.cs252 …ypeFromSignatureAndContext(ref NativeParser parser, TypeManagerHandle moduleHandle, RuntimeTypeHan… in GetTypeFromSignatureAndContext() argument
257 …TypeDesc parsedType = TryParseNativeSignatureWorker(context, moduleHandle, ref parser, typeArgs, m… in GetTypeFromSignatureAndContext()
287 …hodFromSignatureAndContext(ref NativeParser parser, TypeManagerHandle moduleHandle, RuntimeTypeHan… in GetMethodFromSignatureAndContext() argument
295 …MethodDesc parsedMethod = TryParseNativeSignatureWorker(context, moduleHandle, ref parser, typeArg… in GetMethodFromSignatureAndContext()
341 internal unsafe NativeReader GetNativeLayoutInfoReader(TypeManagerHandle moduleHandle) in GetNativeLayoutInfoReader() argument
343 Debug.Assert(!moduleHandle.IsNull); in GetNativeLayoutInfoReader()
349 if (t_moduleNativeReaders.TryGetValue(moduleHandle, out result)) in GetNativeLayoutInfoReader()
354 …if (RuntimeAugments.FindBlob(moduleHandle, (int)ReflectionMapBlob.NativeLayoutInfo, new IntPtr(&pB… in GetNativeLayoutInfoReader()
357 t_moduleNativeReaders.Add(moduleHandle, result); in GetNativeLayoutInfoReader()
479 …ignatureWorker(TypeSystemContext typeSystemContext, TypeManagerHandle moduleHandle, ref NativePars… in TryParseNativeSignatureWorker() argument
[all …]
H A DModuleList.Ecma.cs35 internal EcmaModuleInfo(TypeManagerHandle moduleHandle, PEReader pe, MetadataReader reader) in EcmaModuleInfo() argument
36 : base(moduleHandle, ModuleType.Ecma) in EcmaModuleInfo()
H A DTypeLoaderEnvironment.LdTokenResultLookup.cs263 …IntPtr moduleHandle = RuntimeAugments.GetOSModuleFromPointer(fieldData->NativeLayoutInfoSignature); in TryGetStaticRuntimeFieldHandleComponents()
266 new TypeManagerHandle(moduleHandle), in TryGetStaticRuntimeFieldHandleComponents()
267 …GetNativeLayoutInfoReader(new TypeManagerHandle(moduleHandle)).AddressToOffset(fieldData->NativeLa… in TryGetStaticRuntimeFieldHandleComponents()
430 …IntPtr moduleHandle = RuntimeAugments.GetOSModuleFromPointer(methodData->NativeLayoutInfoSignature… in TryGetStaticRuntimeMethodHandleComponents()
433 new TypeManagerHandle(moduleHandle), in TryGetStaticRuntimeMethodHandleComponents()
434 …GetNativeLayoutInfoReader(new TypeManagerHandle(moduleHandle)).AddressToOffset(methodData->NativeL… in TryGetStaticRuntimeMethodHandleComponents()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/mocks/
H A Dmock_builtin_functions_lib_impl_timestamps.h64 ze_module_handle_t moduleHandle; in loadBuiltIn() local
69 res = device->createModule(&moduleDesc, &moduleHandle, nullptr, ModuleType::Builtin); in loadBuiltIn()
72 module.reset(Module::fromHandle(moduleHandle)); in loadBuiltIn()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/tests/
H A Dtjwapsapi1.pp28 moduleHandle : HANDLE;
36 moduleHandle := mHandle;
38 …success := (GetModuleInformation(pHandle,moduleHandle,modInfo,sizeof(MODULEINFO)) = WINBOOL(true));
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/
H A DSqueakFFIPrims.c911 sqInt moduleHandle; in ffiLoadCalloutAddressFrom() local
917 moduleHandle = ffiLoadCalloutModule(module); in ffiLoadCalloutAddressFrom()
942 sqInt moduleHandle; in ffiLoadCalloutModule() local
961 return moduleHandle; in ffiLoadCalloutModule()
973 moduleHandle = interpreterProxy->primitiveFail(); in ffiLoadCalloutModule()
979 moduleHandle = interpreterProxy->primitiveFail(); in ffiLoadCalloutModule()
993 if (moduleHandle == 0) { in ffiLoadCalloutModule()
1011 ptr[0] = moduleHandle; in ffiLoadCalloutModule()
1013 return moduleHandle; in ffiLoadCalloutModule()
1872 sqInt moduleHandle; in primitiveForceLoad() local
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/again/source/
H A Dagainentry.cpp50 extern void* moduleHandle;
62 Steinberg::Vst::VSTGUIEditor::setBundleRef (moduleHandle);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/again/source/
H A Dagainentry.cpp50 extern void* moduleHandle;
62 Steinberg::Vst::VSTGUIEditor::setBundleRef (moduleHandle); in InitModule()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/
H A Djuce_audio_processors.cpp97 HMODULE moduleHandle = (HMODULE) Process::getCurrentModuleInstanceHandle(); in HWNDComponentWithParent() local
103 wc.hInstance = moduleHandle; in HWNDComponentWithParent()
111 nullptr, nullptr, moduleHandle, nullptr); in HWNDComponentWithParent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessManager.Win32.cs188 IntPtr moduleHandle = moduleHandles[i]; in GetModules()
190 … if (!Interop.Kernel32.GetModuleInformation(processHandle, moduleHandle, out ntModuleInfo)) in GetModules()
203 … int length = Interop.Kernel32.GetModuleBaseName(processHandle, moduleHandle, chars, chars.Length); in GetModules()
212 … length = Interop.Kernel32.GetModuleFileNameEx(processHandle, moduleHandle, chars, chars.Length); in GetModules()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/main/
H A Ddllmain.cpp54 void* moduleHandle = nullptr;
93 moduleHandle = ghInst = hInst;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/main/
H A Ddllmain.cpp54 void* moduleHandle = nullptr; variable
107 moduleHandle = ghInst = hInst; in DllMain()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Http/
H A DWinHttpException.cs71 IntPtr moduleHandle = Interop.Kernel32.GetModuleHandle(Interop.Libraries.WinHttp); in GetErrorMessage()
72 return Interop.Kernel32.GetMessage(moduleHandle, error); in GetErrorMessage()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/windows/
H A Ddirectinput.cpp51 …FAILED(hr = dInput->Initialize((HINSTANCE) DoomsdayApp::app().moduleHandle(), DIRECTINPUT_VERSION)… in DirectInput_Init()
59 FAILED(hr = dInput3->Initialize((HINSTANCE) DoomsdayApp::app().moduleHandle(), 0x0300))) in DirectInput_Init()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/note_expression_synth/source/
H A Dfactory.cpp45 extern void* moduleHandle;
100 Steinberg::Vst::VSTGUIEditor::setBundleRef (moduleHandle); in INLINE_UID_FROM_FUID()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/note_expression_synth/source/
H A Dfactory.cpp45 extern void* moduleHandle;
100 Steinberg::Vst::VSTGUIEditor::setBundleRef (moduleHandle); in INLINE_UID_FROM_FUID()
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsmodules.c141 if (chain->moduleHandle != NULL) { in clearCallbacks()
143 FreeLibrary(chain->moduleHandle); in clearCallbacks()
145 dlclose(chain->moduleHandle); in clearCallbacks()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/
H A Dvstguieditor.cpp55 extern void* moduleHandle;
60 extern void* moduleHandle;
80 hInstance = moduleHandle; in VSTGUIEditor()
86 VSTGUI::soHandle = moduleHandle; in VSTGUIEditor()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/
H A Dvstguieditor.cpp55 extern void* moduleHandle;
60 extern void* moduleHandle;
80 hInstance = moduleHandle; in getMIDINormValue()
86 VSTGUI::soHandle = moduleHandle; in getMIDINormValue()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsglcontext.h104 void *moduleHandle() const { return m_lib; } in moduleHandle() function
177 void *moduleHandle() const override { return opengl32.moduleHandle(); } in moduleHandle() function
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsglcontext.h104 void *moduleHandle() const { return m_lib; } in moduleHandle() function
177 void *moduleHandle() const override { return opengl32.moduleHandle(); } in moduleHandle() function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsglcontext.h104 void *moduleHandle() const { return m_lib; } in moduleHandle() function
177 void *moduleHandle() const override { return opengl32.moduleHandle(); } in moduleHandle() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsglcontext.h104 void *moduleHandle() const { return m_lib; } in moduleHandle() function
177 void *moduleHandle() const override { return opengl32.moduleHandle(); } in moduleHandle() function
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsglcontext.h104 void *moduleHandle() const { return m_lib; } in moduleHandle() function
177 void *moduleHandle() const override { return opengl32.moduleHandle(); } in moduleHandle() function
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsglcontext.h104 void *moduleHandle() const { return m_lib; } in moduleHandle() function
177 void *moduleHandle() const override { return opengl32.moduleHandle(); } in moduleHandle() function

123456789