Searched refs:module (Results 1 - 25 of 991) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-regr6/
H A Dscript.py1 import module namespace
/external/selinux/libsemanage/src/
H A Dsemanageswig.i22 %module semanage
H A Dsemanage.conf23 # "direct" - libsemanage will write directly to a module store.
31 module-store = direct
/external/llvm/utils/crosstool/
H A Dcreate-snapshots.sh23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module}
[all...]
/external/swiftshader/third_party/LLVM/utils/crosstool/
H A Dcreate-snapshots.sh23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module}
[all...]
/external/autotest/client/site_tests/kernel_AsyncDriverProbe/
H A Dkernel_AsyncDriverProbe.py15 def module_loaded(self, module):
17 Detect if the given module is already loaded in the kernel.
19 @param module: name of module to check
21 module = module.replace('-', '_')
22 match = "%s " % (module)
28 def rmmod(self, module):
30 Unload a module if it is already loaded in the kernel.
32 @param module
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
H A Dexternal_modules.py15 def ImportRequiredModule(module):
16 """Tries to import the desired module.
19 The module on success, raises error on failure.
22 versions = MODULES.get(module)
24 raise NotImplementedError('Please teach telemetry about module %s.' %
25 module)
28 module = importlib.import_module(module)
31 version.StrictVersion(module.__version__) < min_version) or
33 version.StrictVersion(module
[all...]
/external/freetype/src/pshinter/
H A Dpshmod.c5 /* FreeType PostScript hinter module implementation (body). */
26 /* the Postscript Hinter module structure */
39 /* finalize module */
41 ps_hinter_done( PS_Hinter_Module module )
43 module->t1_funcs.hints = NULL;
44 module->t2_funcs.hints = NULL;
46 ps_hints_done( &module->ps_hints );
50 /* initialize module, create hints recorder and the interface */
52 ps_hinter_init( PS_Hinter_Module module )
54 FT_Memory memory = module
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshmod.c5 /* FreeType PostScript hinter module implementation (body). */
26 /* the Postscript Hinter module structure */
39 /* finalize module */
41 ps_hinter_done( PS_Hinter_Module module )
43 module->t1_funcs.hints = NULL;
44 module->t2_funcs.hints = NULL;
46 ps_hints_done( &module->ps_hints );
50 /* initialize module, create hints recorder and the interface */
52 ps_hinter_init( PS_Hinter_Module module )
54 FT_Memory memory = module
[all...]
/external/selinux/libsepol/src/
H A Dmodule_internal.h1 #include <sepol/module.h>
/external/selinux/libsepol/tests/policies/test-deps/
H A Dmodreq-attr-global.conf0 module modreq_attr_global 1.0;
H A Dmodreq-role-global.conf0 module modreq_role_global 1.0;
/external/selinux/libsepol/tests/policies/test-expander/
H A Dalias-module.conf0 module my_module 1.0;
H A Duser-module.conf0 module my_module 1.0;
/external/autotest/client/site_tests/security_ModuleLocking/
H A Dsecurity_ModuleLocking.py12 Handle examining the system for specific module loading capabilities.
44 def module_loaded(self, module):
46 Detect if the given module is already loaded in the kernel.
48 @param module: name of module to check
50 module = module.replace('-', '_')
51 match = "%s " % (module)
57 def rmmod(self, module):
59 Unload a module i
[all...]
/external/llvm/test/MC/Mips/
H A Dmodule-directive-bad.s5 .module fp=64
6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
9 .module fp=32
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
13 .module fp=64
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
17 .module fp=32
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
21 .module fp=64
22 # CHECK: :[[@LINE-1]]:13: error: .module directiv
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-config/
H A Dfind-cycles.pl32 my ($module, $dependency_str) = /^\s*([^:]+):\s*(.*)\s*$/;
35 $DEPS{$module} = \@dependencies;
49 foreach my $module (@modules) {
50 @dependencies{@{$DEPS{$module}}} = 1;
54 foreach my $module (@modules) {
55 delete $dependencies{$module};
97 foreach my $module (@modules) { find_cycles($module); }
101 foreach my $module (@modules) {
102 unless (defined $CYCLES{$module}) {
[all...]
/external/ltp/testscripts/
H A Dload_stress_all_kernel_modules.sh30 for module in `modprobe -l | tr '\n' ' '`
32 insert_module=`basename $module .ko`
/external/protobuf/ruby/lib/google/protobuf/
H A Dmessage_exts.rb31 module Google
32 module Protobuf
33 module MessageExts
40 module ClassMethods
/external/swiftshader/src/Common/
H A DGrallocAndroid.cpp27 const hw_module_t *module = nullptr; local
28 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
30 if(!module)
35 m_module = reinterpret_cast<const gralloc_module_t*>(module);
/external/syslinux/com32/lib/sys/module/
H A Delf_module.c17 #include <sys/module.h>
50 extern int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr);
52 static int prepare_dynlinking(struct elf_module *module) { argument
53 Elf_Dyn *dyn_entry = module->dyn_table;
64 if (module->nr_needed < MAX_NR_DEPS)
65 module->needed[module->nr_needed++] = dyn_entry->d_un.d_ptr;
72 module->hash_table =
73 (Elf_Word*)module_get_absolute(dyn_entry->d_un.d_ptr, module);
76 module
113 extract_operations(struct elf_module *module) argument
182 module_load(struct elf_module *module) argument
[all...]
/external/v8/src/runtime/
H A Druntime-module.cc16 Handle<Module> module(isolate->context()->module());
17 return *Module::GetModuleNamespace(module, module_request);
24 Handle<Module> module(isolate->context()->module());
25 return *Module::LoadVariable(module, index);
33 Handle<Module> module(isolate->context()->module());
34 Module::StoreVariable(module, index, value);
/external/elfutils/tests/
H A Drun-dwfl-bug-offline-rel.sh23 module: 00000000..00002308 testfile36 (null)
24 module: 00000000 DWARF 0 (no error)
25 module: 00000000..00002308 testfile36 testfile36.debug
/external/clang/lib/Headers/
H A Dmodule.modulemap1 /*===---- module.modulemap - intrinsics module map -------------------------===
24 module _Builtin_intrinsics [system] [extern_c] {
25 explicit module altivec {
30 explicit module arm {
33 explicit module acle {
38 explicit module neon {
45 explicit module intel {
65 explicit module mm_malloc {
70 explicit module cpui
[all...]
/external/autotest/utils/named_semaphore/
H A Dsetup.py4 module = distutils.core.Extension("namedsem", sources=["namedsem.c"]) variable
8 ext_modules=[module])

Completed in 640 milliseconds

1234567891011>>