Home
last modified time | relevance | path

Searched +defs:module +defs:ref (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-tests/src/
H A Dguest_fault.rs193 static ref RECOVERABLE_PTR_LOCK: Mutex<()> = Mutex::new(()); const
270 let module = mock_traps_module(); localVariable
398 let module = mock_traps_module(); localVariable
436 let module = mock_traps_module(); localVariable
462 let module = mock_traps_module(); localVariable
483 let module = mock_traps_module(); localVariable
532 let module = mock_traps_module(); localVariable
619 static ref HOST_FAULT_TRIGGERED: Mutex<bool> = Mutex::new(false); const
686 static ref HOST_FAULT_TRIGGERED: Mutex<bool> = Mutex::new(false); const
815 let module = mock_traps_module(); localVariable
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/InformationObjectDefinition/
H A DgdcmDefs.cxx282 const char *ref = iodentry.GetRef(); in GetTypeFromTag() local
285 const Module &module = modules.GetModule( ref ); in GetTypeFromTag() local
319 const char *ref = iodentry.GetRef(); in Verify() local
322 const Module &module = modules.GetModule( ref ); in Verify() local
354 const char *ref = iodentry.GetRef(); in Verify() local
357 const Module &module = modules.GetModule( ref ); in Verify() local
H A DgdcmMacros.h40 void AddMacro(const char *ref, const Macro & module ) in AddMacro()
H A DgdcmModules.h40 void AddModule(const char *ref, const Module & module ) in AddModule()
/dports/devel/gdcm/gdcm-3.0.10/Source/InformationObjectDefinition/
H A DgdcmDefs.cxx292 const char *ref = iodentry.GetRef(); in GetTypeFromTag() local
295 const Module &module = modules.GetModule( ref ); in GetTypeFromTag() local
329 const char *ref = iodentry.GetRef(); in Verify() local
332 const Module &module = modules.GetModule( ref ); in Verify() local
364 const char *ref = iodentry.GetRef(); in Verify() local
367 const Module &module = modules.GetModule( ref ); in Verify() local
H A DgdcmMacros.h40 void AddMacro(const char *ref, const Macro & module ) in AddMacro()
H A DgdcmModules.h40 void AddModule(const char *ref, const Module & module ) in AddModule()
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dsyntax.h71 unsigned int ref; member
110 unsigned int ref; member
162 unsigned int ref; member
199 unsigned int ref; member
206 unsigned int ref; member
214 struct module { struct
215 unsigned int ref; member
216 struct module *next; /* Only used for the global list of modules */ argument
239 /* Print a tree in the braces style used in modules */ argument
272 #define define_native(error, module, name, argc, impl, types ...) \ argument
/dports/misc/bibletime/bibletime-2.11.2/src/backend/managers/
H A Dreferencemanager.cpp114 bool ReferenceManager::decodeHyperlink( const QString& hyperlink, QString& module, QString& key, Re… in decodeHyperlink()
122 QString ref = hyperlink; in decodeHyperlink() local
251 CSwordModuleInfo* module = nullptr; in preferredModule() local
306 const QString ReferenceManager::parseVerseReference( const QString& ref, const ReferenceManager::Pa… in parseVerseReference()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Ddark_mode.rs18 static ref WIN10_BUILD_VERSION: Option<DWORD> = { const
60 static ref DARK_MODE_SUPPORTED: bool = { const
69 static ref DARK_THEME_NAME: Vec<u16> = widestring("DarkMode_Explorer"); const
70 static ref LIGHT_THEME_NAME: Vec<u16> = widestring(""); const
113 static ref SET_WINDOW_COMPOSITION_ATTRIBUTE: Option<SetWindowCompositionAttribute> = in set_dark_mode_for_window() const
144 static ref SHOULD_APPS_USE_DARK_MODE: Option<ShouldAppsUseDarkMode> = { in should_apps_use_dark_mode() const
148 let module = libloaderapi::LoadLibraryA("uxtheme.dll\0".as_ptr() as _); in should_apps_use_dark_mode() localVariable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/rust/tvm-graph-rt/src/
H A Dlib.rs47 mod module; module
61 static ref LAST_ERROR: std::sync::RwLock<Option<&'static std::ffi::CStr>> = const
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/product_margin/wizard/
H A Dproduct_margin.py25 def ref(module, xml_id): function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Ddark_mode.rs20 static ref WIN10_BUILD_VERSION: Option<DWORD> = { const
62 static ref DARK_MODE_SUPPORTED: bool = { const
71 static ref DARK_THEME_NAME: Vec<u16> = widestring("DarkMode_Explorer"); const
72 static ref LIGHT_THEME_NAME: Vec<u16> = widestring(""); const
120 static ref SET_WINDOW_COMPOSITION_ATTRIBUTE: Option<SetWindowCompositionAttribute> = in set_dark_mode_for_window() const
151 static ref SHOULD_APPS_USE_DARK_MODE: Option<ShouldAppsUseDarkMode> = { in should_apps_use_dark_mode() const
155 let module = libloaderapi::LoadLibraryA("uxtheme.dll\0".as_ptr() as _); in should_apps_use_dark_mode() localVariable
/dports/misc/tvm/incubator-tvm-0.6.1/rust/runtime/src/
H A Dlib.rs65 mod module; module
84 static ref LAST_ERROR: std::sync::RwLock<Option<&'static std::ffi::CStr>> = const
/dports/misc/py-tvm/incubator-tvm-0.6.1/rust/runtime/src/
H A Dlib.rs65 mod module; module
84 static ref LAST_ERROR: std::sync::RwLock<Option<&'static std::ffi::CStr>> = const
/dports/cad/yosys/yosys-yosys-0.12/backends/edif/
H A Dedif.cc181 for (auto module : design->modules()) in execute() local
185 for (auto module : design->modules()) in execute() local
285 for (auto module : design->modules()) { in execute() local
334 for (auto module : sorted_modules) in execute() local
495 for (auto &ref : it.second) in execute() local
501 for (auto &ref : it.second) in execute() local
518 for (auto &ref : it.second) in execute() local
558 for (auto &ref : refs) in execute() local
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/windows/
H A Ddpi.rs51 let module = unsafe { LoadLibraryA(library.as_ptr() as LPCSTR) }; in get_function_impl() localVariable
72 static ref GET_DPI_FOR_WINDOW: Option<GetDpiForWindow> = get_function!( const
76 static ref GET_DPI_FOR_MONITOR: Option<GetDpiForMonitor> = get_function!( const
80 static ref ENABLE_NON_CLIENT_DPI_SCALING: Option<EnableNonClientDpiScaling> = get_function!( const
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/windows/
H A Ddpi.rs51 let module = unsafe { LoadLibraryA(library.as_ptr() as LPCSTR) }; in get_function_impl() localVariable
72 static ref GET_DPI_FOR_WINDOW: Option<GetDpiForWindow> = get_function!( const
76 static ref GET_DPI_FOR_MONITOR: Option<GetDpiForMonitor> = get_function!( const
80 static ref ENABLE_NON_CLIENT_DPI_SCALING: Option<EnableNonClientDpiScaling> = get_function!( const
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_abc.c99 PyObject *ref = PyWeakref_NewRef(obj, NULL); in _in_weak_set() local
144 PyObject *ref, *wr; in _add_to_weak_set() local
179 _abc__reset_registry(PyObject *module, PyObject *self) in _abc__reset_registry()
206 _abc__reset_caches(PyObject *module, PyObject *self) in _abc__reset_caches()
241 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump()
391 _abc__abc_init(PyObject *module, PyObject *self) in _abc__abc_init()
423 _abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass) in _abc__abc_register_impl()
478 _abc__abc_instancecheck_impl(PyObject *module, PyObject *self, in _abc__abc_instancecheck_impl()
567 _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self, in _abc__abc_subclasscheck_impl()
792 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_abc.c99 PyObject *ref = PyWeakref_NewRef(obj, NULL); in _in_weak_set() local
144 PyObject *ref, *wr; in _add_to_weak_set() local
179 _abc__reset_registry(PyObject *module, PyObject *self) in _abc__reset_registry()
206 _abc__reset_caches(PyObject *module, PyObject *self) in _abc__reset_caches()
241 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump()
391 _abc__abc_init(PyObject *module, PyObject *self) in _abc__abc_init()
423 _abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass) in _abc__abc_register_impl()
478 _abc__abc_instancecheck_impl(PyObject *module, PyObject *self, in _abc__abc_instancecheck_impl()
567 _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self, in _abc__abc_subclasscheck_impl()
792 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_abc.c99 PyObject *ref = PyWeakref_NewRef(obj, NULL); in _in_weak_set() local
144 PyObject *ref, *wr; in _add_to_weak_set() local
179 _abc__reset_registry(PyObject *module, PyObject *self) in _abc__reset_registry()
206 _abc__reset_caches(PyObject *module, PyObject *self) in _abc__reset_caches()
241 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump()
391 _abc__abc_init(PyObject *module, PyObject *self) in _abc__abc_init()
423 _abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass) in _abc__abc_register_impl()
478 _abc__abc_instancecheck_impl(PyObject *module, PyObject *self, in _abc__abc_instancecheck_impl()
567 _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self, in _abc__abc_subclasscheck_impl()
792 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_abc.c99 PyObject *ref = PyWeakref_NewRef(obj, NULL); in _in_weak_set() local
144 PyObject *ref, *wr; in _add_to_weak_set() local
179 _abc__reset_registry(PyObject *module, PyObject *self) in _abc__reset_registry()
206 _abc__reset_caches(PyObject *module, PyObject *self) in _abc__reset_caches()
241 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump()
391 _abc__abc_init(PyObject *module, PyObject *self) in _abc__abc_init()
423 _abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass) in _abc__abc_register_impl()
478 _abc__abc_instancecheck_impl(PyObject *module, PyObject *self, in _abc__abc_instancecheck_impl()
567 _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self, in _abc__abc_subclasscheck_impl()
792 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_abc.c99 PyObject *ref = PyWeakref_NewRef(obj, NULL); in _in_weak_set() local
144 PyObject *ref, *wr; in _add_to_weak_set() local
179 _abc__reset_registry(PyObject *module, PyObject *self) in _abc__reset_registry()
206 _abc__reset_caches(PyObject *module, PyObject *self) in _abc__reset_caches()
241 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump()
391 _abc__abc_init(PyObject *module, PyObject *self) in _abc__abc_init()
423 _abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass) in _abc__abc_register_impl()
478 _abc__abc_instancecheck_impl(PyObject *module, PyObject *self, in _abc__abc_instancecheck_impl()
567 _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self, in _abc__abc_subclasscheck_impl()
792 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_abc.c99 PyObject *ref = PyWeakref_NewRef(obj, NULL); in _in_weak_set() local
144 PyObject *ref, *wr; in _add_to_weak_set() local
179 _abc__reset_registry(PyObject *module, PyObject *self) in _abc__reset_registry()
206 _abc__reset_caches(PyObject *module, PyObject *self) in _abc__reset_caches()
241 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump()
391 _abc__abc_init(PyObject *module, PyObject *self) in _abc__abc_init()
423 _abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass) in _abc__abc_register_impl()
478 _abc__abc_instancecheck_impl(PyObject *module, PyObject *self, in _abc__abc_instancecheck_impl()
567 _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self, in _abc__abc_subclasscheck_impl()
792 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_abc.c28 get_abc_state(PyObject *module) in get_abc_state()
116 _get_impl(PyObject *module, PyObject *self) in _get_impl()
137 PyObject *ref = PyWeakref_NewRef(obj, NULL); in _in_weak_set() local
182 PyObject *ref, *wr; in _add_to_weak_set() local
244 _abc__reset_caches(PyObject *module, PyObject *self) in _abc__reset_caches()
279 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump()
429 _abc__abc_init(PyObject *module, PyObject *self) in _abc__abc_init()
833 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl()
853 _abcmodule_exec(PyObject *module) in _abcmodule_exec()
874 _abcmodule_clear(PyObject *module) in _abcmodule_clear()
[all …]

12345678910>>...45