Searched full:modules (Results 1 – 25 of 2301) sorted by relevance
12345678910>>...93
4 import GlobalStore from './modules/GlobalStore';5 import AuthenticationStore from './modules/Authentication/AuthenticanStore';6 import SessionsStore from './modules/SecurityAndAccess/SessionsStore';7 import LdapStore from './modules/SecurityAndAccess/LdapStore';8 import UserManagementStore from './modules/SecurityAndAccess/UserManagementStore';9 import CertificatesStore from './modules/SecurityAndAccess/CertificatesStore';10 import FirmwareStore from './modules/Operations/FirmwareStore';11 import BootSettingsStore from './modules/Operations/BootSettingsStore';12 import ControlStore from './modules/Operations/ControlStore';13 import PowerControlStore from './modules/ResourceManagement/PowerControlStore';[all …]
2 menuconfig MODULES config4 modules6 Kernel modules are small pieces of compiled code which can10 many parts of the kernel can be built as modules (by17 modules_install" to put the modules under /lib/modules/23 if MODULES33 modules. You don't need these options on production systems.43 For example, size of all modules, average size, text size, a list44 of failed modules and the size for each of those. For failed45 modules we keep track of modules which failed due to either the[all …]
14 # Short-Description: Process /etc/modules.15 # Description: Load the modules listed in /etc/modules.19 [ -f /proc/modules ] || exit 020 [ -d /lib/modules/`uname -r` ] || exit 022 # Test if modules.dep exists and has a size greater than zero23 if [ ! -s /lib/modules/`uname -r`/modules.dep ]; then28 [ -f /etc/modules ] || [ -d /etc/modules-load.d ] || exit 049 [ "$VERBOSE" != no ] && echo -n "Loading modules: "50 [ -f /etc/modules ] && process_file /etc/modules52 [ -d /etc/modules-load.d ] || exit 0[all …]
9 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:…10 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:…13 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In function …14 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:117:1: error:…17 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In lambda fu…18 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:1853:13: erro…27 webrtc/modules/audio_processing/audio_processing_impl.cc | 3 +++28 webrtc/modules/audio_processing/include/audio_processing.cc | 6 ++++++31 diff --git a/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc b/webrtc/modules…33 --- a/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc[all …]
10 .. - Manually signing modules.11 .. - Signed modules and stripping.12 .. - Loading signed modules.13 .. - Non-valid signatures and unsigned modules.21 The kernel module signing facility cryptographically signs modules during23 allows increased kernel security by disallowing the loading of unsigned modules24 or modules signed with an invalid key. Module signing increases security by49 (1) :menuselection:`Require modules to be validly signed`55 If this is off (ie. "permissive"), then modules for which the key is not56 available and modules that are unsigned are permitted, but the kernel will[all …]
19 src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac | 4 ++--20 src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac | 4 ++--21 src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac | 4 ++--22 src/modules/rlm_sql/drivers/rlm_sql_mysql/configure.ac | 6 +++---23 src/modules/rlm_sql/drivers/rlm_sql_oracle/configure.ac | 2 +-24 src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure.ac | 4 ++--25 src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure.ac | 4 ++--41 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac b/src/modules/rlm_sql/drivers/rlm…43 --- a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac44 +++ b/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac[all …]
20 modules/ts/include/opencv2/ts.hpp | 4 ++--21 modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +-22 modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +-25 diff --git a/modules/ts/include/opencv2/ts.hpp b/modules/ts/include/opencv2/ts.hpp27 --- a/modules/ts/include/opencv2/ts.hpp28 +++ b/modules/ts/include/opencv2/ts.hpp47 diff --git a/modules/ts/include/opencv2/ts/ocl_test.hpp b/modules/ts/include/opencv2/ts/ocl_test.hpp49 --- a/modules/ts/include/opencv2/ts/ocl_test.hpp50 +++ b/modules/ts/include/opencv2/ts/ocl_test.hpp60 diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp b/modules/ts/include/opencv2/ts/ts_ext.hpp[all …]
11 modules/core/CMakeLists.txt | 10 ------12 modules/core/include/opencv2/core/private.hpp | 4 +--13 modules/core/include/opencv2/core/utility.hpp | 4 +--14 modules/core/src/utils/datafile.cpp | 48 +--------------------------17 diff --git a/modules/core/CMakeLists.txt b/modules/core/CMakeLists.txt19 --- a/modules/core/CMakeLists.txt20 +++ b/modules/core/CMakeLists.txt38 diff --git a/modules/core/include/opencv2/core/private.hpp b/modules/core/include/opencv2/core/priv…40 --- a/modules/core/include/opencv2/core/private.hpp41 +++ b/modules/core/include/opencv2/core/private.hpp[all …]
43 # Split out some modules and extensions from the main package63 ${PN}-multimedia-modules \89 …X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/input/*.so ${libdir}…90 FILES:${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la"98 FILES:${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*"99 FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so"100 FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so"101 FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so"102 FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so"103 FILES:${PN}-extension-extmod = "${libdir}/xorg/modules/extensions/libextmod.so"[all …]
2 Building External Modules10 === 2 How to Build External Modules19 --- 3.4 Building Multiple Modules28 --- 6.1 Symbols From the Kernel (vmlinux + modules)29 --- 6.2 Symbols and External Modules39 "kbuild" is the build system used by the Linux kernel. Modules must use41 to pick up the right flags to "gcc." Functionality for building modules43 either is similar, and all modules are initially developed and built47 in building out-of-tree (or "external") modules. The author of an54 2. How to Build External Modules[all …]
9 modules.order11 This file records the order in which modules appear in Makefiles. This13 multiple modules.15 modules.builtin17 This file lists all modules that are built into the kernel. This is used20 modules.builtin.modinfo22 This file contains modinfo from all modules that are built into the kernel.37 Additional options to the assembler (for built-in and modules).41 Additional assembler options for modules.49 Additional options to the C compiler (for built-in and modules).[all …]
... py mesonbuild/modules/cmake.py mesonbuild/modules/cuda.py mesonbuild/modules/dlang. ...
18 def _runTest(self, modules, filterfn, expect): argument19 tc = self._testLoader(modules = modules, tags_filter = filterfn)71 modules = ['depends'] variable in TestDependsDecorator81 tc = self._testLoader(modules=self.modules, tests=tests)94 tc = self._testLoader(modules=self.modules, tests=tests)108 tc = self._testLoader(modules=self.modules, tests=tests)116 modules = ['timeout'] variable in TestTimeoutDecorator122 tc = self._testLoader(modules=self.modules, tests=tests)131 tc = self._testLoader(modules=self.modules, tests=tests)139 tc = self._testLoader(modules=self.modules, tests=tests)
37 tc = self._testLoader(modules=expected_modules)38 modules = getSuiteModules(tc.suites)39 msg = 'Expected just %s modules' % ', '.join(expected_modules)40 self.assertEqual(modules, expected_modules, msg=msg)43 modules = ['oetag', 'data']46 tc = self._testLoader(modules=modules, tests=expected_cases)56 tc = self._testLoader(modules=expected_modules)57 modules = getSuiteModules(tc.suites)59 msg = 'Expected modules from two different paths'60 self.assertEqual(modules, expected_modules, msg=msg)
3 # Installing modules19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order)27 $(MODLIB)/modules.order: modules.order FORCE33 # Install modules.builtin(.modinfo) even when CONFIG_MODULES is disabled.34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo)36 $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo): $(MODLIB)/%: % FORCE41 modules := $(call read-file, $(MODORDER))58 modules := $(patsubst $(extmod_prefix)%.o, $(dst)/%.ko$(suffix-y), $(modules))59 install-$(CONFIG_MODULES) += $(modules)72 # INSTALL_MOD_STRIP, if defined, will cause modules to be stripped after they[all …]
12 cmake/Modules/CMakeUserUseBison.cmake | 1 +13 cmake/Modules/CMakeUserUseFlex.cmake | 1 +16 diff --git a/cmake/Modules/CMakeUserUseBison.cmake b/cmake/Modules/CMakeUserUseBison.cmake18 --- a/cmake/Modules/CMakeUserUseBison.cmake19 +++ b/cmake/Modules/CMakeUserUseBison.cmake28 diff --git a/cmake/Modules/CMakeUserUseFlex.cmake b/cmake/Modules/CMakeUserUseFlex.cmake30 --- a/cmake/Modules/CMakeUserUseFlex.cmake31 +++ b/cmake/Modules/CMakeUserUseFlex.cmake
31 echo "Unable to automatically checkout GIT submodules '$modules'."40 echo " $ GIT='tsocks git' scripts/git-submodule.sh update $modules"65 modules=""71 modules="$modules $m"78 modules=$maybe_modules83 for module in $modules; do100 $GIT submodule update --init $modules 1>/dev/null101 test $? -ne 0 && update_error "failed to update modules"102 for module in $modules; do107 for module in $modules; do[all …]
15 modules/parse_amd.c | 1 -16 modules/parse_sun.c | 1 -19 diff --git a/modules/parse_amd.c b/modules/parse_amd.c21 --- a/modules/parse_amd.c22 +++ b/modules/parse_amd.c31 diff --git a/modules/parse_sun.c b/modules/parse_sun.c33 --- a/modules/parse_sun.c34 +++ b/modules/parse_sun.c
32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync34 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power39 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp44 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src46 DAL_LIBS += modules/hdcp
10 os-daq-modules/daq_ipfw.c | 2 +-11 os-daq-modules/daq_nfq.c | 2 +-14 diff --git a/os-daq-modules/daq_ipfw.c b/os-daq-modules/daq_ipfw.c16 --- a/os-daq-modules/daq_ipfw.c17 +++ b/os-daq-modules/daq_ipfw.c30 diff --git a/os-daq-modules/daq_nfq.c b/os-daq-modules/daq_nfq.c32 --- a/os-daq-modules/daq_nfq.c33 +++ b/os-daq-modules/daq_nfq.c
16 modules/video_output/opengl/converter.h | 12 +++---------17 modules/visualization/glspectrum.c | 4 +++-20 diff --git a/modules/video_output/opengl/converter.h b/modules/video_output/opengl/converter.h22 --- a/modules/video_output/opengl/converter.h23 +++ b/modules/video_output/opengl/converter.h43 diff --git a/modules/visualization/glspectrum.c b/modules/visualization/glspectrum.c45 --- a/modules/visualization/glspectrum.c46 +++ b/modules/visualization/glspectrum.c
40 def _built_modules_dict(modules, logger): argument43 if modules == None:46 for module in modules:51 logger.warn("module '%s' was skipped from selected modules, "\64 if modules and not modules_dict:65 …raise OEQATestNotFound("All selected modules were skipped, this would trigger selftest with all te…75 def __init__(self, tc, module_paths, modules, tests, modules_required, argument79 self.modules = _built_modules_dict(modules, tc.logger)149 if self.modules and not 'auto' in self.modules:152 module = self.modules[module_name_small][all …]
14 tristate "Build trace_events examples -- loadable modules only"20 tristate "Build custom trace event example -- loadable modules only"67 different kobject sample modules showing how to use kobjects,73 tristate "Build kprobes examples -- loadable modules only"76 This build several kprobes example modules.79 tristate "Build kretprobes example -- loadable modules only"87 This builds kernel hardware breakpoint example modules.90 tristate "Build fprobe examples -- loadable modules only"97 tristate "Build kfifo examples -- loadable modules only"101 different kfifo sample modules showing how to use the[all …]
4 Subject: [PATCH] modules/speller/default/vector_hash-t.hpp: fix gcc-15 build12 In file included from modules/speller/default/readonly_ws.cpp:51:13 …modules/speller/default/vector_hash-t.hpp: In member function 'void aspeller::VectorHashTable<Parm…14 …modules/speller/default/vector_hash-t.hpp:186:43: error: 'class aspeller::VectorHashTable<Parms>' …17 …modules/speller/default/vector_hash-t.hpp:186:59: error: 'class aspeller::VectorHashTable<Parms>' …27 modules/speller/default/vector_hash-t.hpp | 2 +-30 diff --git a/modules/speller/default/vector_hash-t.hpp b/modules/speller/default/vector_hash-t.hpp32 --- a/modules/speller/default/vector_hash-t.hpp33 +++ b/modules/speller/default/vector_hash-t.hpp
19 @@ -131,6 +131,8 @@ foreach (keys %MODULES){30 die("Can not install without Config.pm") if($MODULES{Config}==0);31 $CWD=&cwd if($MODULES{Cwd}>0);39 die("Can not uninstall without Config.pm") if($MODULES{Config}==0);40 $CWD=&cwd if($MODULES{Cwd}>0);48 die("Can not install without Config.pm") if($MODULES{Config}==0);49 $CWD=&cwd if($MODULES{Cwd}>0);57 die("Can not uninstall without Config.pm") if($MODULES{Config}==0);58 $CWD=&cwd if($MODULES{Cwd}>0);66 die("Can not install without Config.pm") if($MODULES{Config}==0);[all …]