Home
last modified time | relevance | path

Searched refs:calling_module (Results 1 – 19 of 19) sorted by relevance

/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Dscf_vec_guess.F51 character*3 calling_module
224 A calling_module,k_eval)
234 A calling_module,k_eval+nbf)
253 & calling_module(1:inp_strlen(calling_module)), 1,
257 & calling_module(1:inp_strlen(calling_module)), 1,
260 & calling_module(1:inp_strlen(calling_module)), 2,
318 & calling_module))
385 & calling_module(1:inp_strlen(calling_module)), scftype,
487 & calling_module(1:inp_strlen(calling_module)), title,
500 & calling_module(1:inp_strlen(calling_module)),':input vectors'
[all …]
H A Dmovecs_proj.F2 A calling_module, k_eval)
53 character*(*) calling_module
177 if(calling_module.eq.'dft') then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Dscf_vec_guess.F51 character*3 calling_module
224 A calling_module,k_eval)
234 A calling_module,k_eval+nbf)
253 & calling_module(1:inp_strlen(calling_module)), 1,
257 & calling_module(1:inp_strlen(calling_module)), 1,
260 & calling_module(1:inp_strlen(calling_module)), 2,
318 & calling_module))
385 & calling_module(1:inp_strlen(calling_module)), scftype,
487 & calling_module(1:inp_strlen(calling_module)), title,
500 & calling_module(1:inp_strlen(calling_module)),':input vectors'
[all …]
H A Dmovecs_proj.F2 A calling_module, k_eval)
53 character*(*) calling_module
177 if(calling_module.eq.'dft') then
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dlogging_utils.py87 calling_module = inspect.getmodule(calling_frame)
88 name = (calling_module.__name__
89 if calling_module is not None else '<none>')
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Dinstrumentation_tracing.py94 for calling_module in calling_module_names:
95 if calling_module in excluded:
98 if pattern.match(calling_module):
99 excluded.add(calling_module)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Dinstrumentation_tracing.py94 for calling_module in calling_module_names:
95 if calling_module in excluded:
98 if pattern.match(calling_module):
99 excluded.add(calling_module)
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Dinstrumentation_tracing.py94 for calling_module in calling_module_names:
95 if calling_module in excluded:
98 if pattern.match(calling_module):
99 excluded.add(calling_module)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Dinstrumentation_tracing.py94 for calling_module in calling_module_names:
95 if calling_module in excluded:
98 if pattern.match(calling_module):
99 excluded.add(calling_module)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/
H A Dprocessor_perflib.c458 int acpi_processor_notify_smm(struct module *calling_module) in acpi_processor_notify_smm() argument
466 if (!try_module_get(calling_module)) in acpi_processor_notify_smm()
475 module_put(calling_module); in acpi_processor_notify_smm()
478 module_put(calling_module); in acpi_processor_notify_smm()
487 module_put(calling_module); in acpi_processor_notify_smm()
491 module_put(calling_module); in acpi_processor_notify_smm()
500 module_put(calling_module); in acpi_processor_notify_smm()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/
H A Dprocessor_perflib.c458 int acpi_processor_notify_smm(struct module *calling_module) in acpi_processor_notify_smm() argument
466 if (!try_module_get(calling_module)) in acpi_processor_notify_smm()
475 module_put(calling_module); in acpi_processor_notify_smm()
478 module_put(calling_module); in acpi_processor_notify_smm()
487 module_put(calling_module); in acpi_processor_notify_smm()
491 module_put(calling_module); in acpi_processor_notify_smm()
500 module_put(calling_module); in acpi_processor_notify_smm()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/
H A Dprocessor_perflib.c458 int acpi_processor_notify_smm(struct module *calling_module) in acpi_processor_notify_smm() argument
466 if (!try_module_get(calling_module)) in acpi_processor_notify_smm()
475 module_put(calling_module); in acpi_processor_notify_smm()
478 module_put(calling_module); in acpi_processor_notify_smm()
487 module_put(calling_module); in acpi_processor_notify_smm()
491 module_put(calling_module); in acpi_processor_notify_smm()
500 module_put(calling_module); in acpi_processor_notify_smm()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/builder/
H A Dabstractcomponent.py587 def morseable(self, calling_module=None): argument
596 if not calling_module:
597 calling_module = 'calling.'+self._category[:-1]+'_action'
599 if calling_module == 'calling.robot_action':
601 elif calling_module == 'calling.sensor_action':
603 elif calling_module == 'calling.actuator_action':
606 logger.warning(self.name + ": unknown category: " + calling_module)
617 controller.module = calling_module
/dports/devel/py-manuel/manuel-1.9.0/src/manuel/
H A Dtesting.py168 calling_module = \
180 os.path.abspath(_module_relative_path(calling_module, path))
/dports/textproc/p5-XML-Reader/XML-Reader-0.67/lib/XML/
H A DReader.pm22 my $calling_module = shift;
42 XML::Reader->export_to_level(1, $calling_module, @plist);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/acpi/
H A Dprocessor.h260 int acpi_processor_notify_smm(struct module *calling_module);
/dports/multimedia/libv4l/linux-5.13-rc2/include/acpi/
H A Dprocessor.h260 int acpi_processor_notify_smm(struct module *calling_module);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/acpi/
H A Dprocessor.h260 int acpi_processor_notify_smm(struct module *calling_module);
/dports/lang/py-hy/hy-0.19.0/hy/
H A Dcompiler.py67 def calling_module(n=1): function
2019 module = calling_module(n=2)