Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 25 of 56) sorted by relevance

123

/external/v8/
Dgenmakefiles.py19 def _makefileCommonHeader(module_name): argument
31 def _writeMakefile(filename, module_name, sources): argument
/external/autotest/utils/
Dexternal_packages.py93 module_name = None variable in ExternalPackage
646 module_name = 'MySQLdb' variable in MySQLdbPackage
726 module_name = 'jsonrpclib' variable in JsonRPCLib
770 module_name = None # Not a Python module. variable in GwtPackage
807 module_name = 'gviz_api' variable in GVizAPIPackage
864 module_name = 'dns' variable in DnsPythonPackage
911 module_name = 'mox' variable in PyMoxPackage
934 module_name = 'mock' variable in MockPackage
953 module_name = 'selenium' variable in PySeleniumPackage
970 module_name = 'faulthandler' variable in FaultHandlerPackage
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc65 const char *module_name; in SymbolizePC() local
83 const char *module_name; in SymbolizeData() local
99 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
136 const char **module_name, in FindModuleNameAndOffsetForAddress()
342 const char *LLVMSymbolizer::SendCommand(bool is_data, const char *module_name, in SendCommand()
Dsanitizer_symbolizer_posix_libcdep.cc221 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess()
224 const char *module_name() const { return module_name_; } in module_name() function in __sanitizer::Addr2LineProcess
296 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()
Dsanitizer_coverage_mapping_libcdep.cc79 const char *module_name = StripModuleName(module.full_name()); in CovUpdateMapping() local
Dsanitizer_procmaps_mac.cc162 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules() local
/external/selinux/libsemanage/src/
Dmodules.c57 size_t data_len, char **module_name, char **version) in parse_module_headers()
127 const char *module_name) { in semanage_module_install_file()
176 const char *module_name) in semanage_module_upgrade_file()
194 const char *module_name) in semanage_module_install_base_file()
199 int semanage_module_remove(semanage_handle_t * sh, char *module_name) in semanage_module_remove()
880 int semanage_module_disable(semanage_handle_t *sh, char *module_name) in semanage_module_disable()
Ddirect_api.c374 size_t data_len, char **module_name, in parse_module_headers()
1495 const char *module_name, const char *lang_ext) in semanage_direct_install()
1556 char *module_name = NULL; in semanage_direct_install_file() local
1712 static int semanage_direct_remove(semanage_handle_t * sh, char *module_name) in semanage_direct_remove()
/external/autotest/client/cros/cellular/wardmodem/state_machines/
D__init__.py8 module_name = file_name.rstrip('.py') variable
/external/autotest/site_utils/autoupdate/
Dimport_common.py14 def download_and_import(module_name, package_class): argument
/external/autotest/frontend/
Dclient_compilation_unittest.py12 def _compile_module(self, module_name): argument
/external/ltp/testcases/kernel/device-drivers/uaccess/
Duaccess.c39 static const char module_name[] = DEV_NAME ".ko"; variable
/external/autotest/client/cros/cellular/wardmodem/
Dwardmodem.py267 def _create_state_machine(self, module_name): argument
298 def _import_state_machine_module_as_sm(self, module_name): argument
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
Dblock_dev.c36 static const char module_name[] = "ltp_block_dev.ko"; variable
/external/compiler-rt/lib/asan/
Dasan_suppressions.cc85 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed() local
Dasan_interface_internal.h52 const char *module_name; // Module name as a C string. This pointer is a member
/external/autotest/client/bin/
Dbase_utils.py926 def load_module(module_name, params=None): argument
938 def unload_module(module_name): argument
959 def module_is_loaded(module_name): argument
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c38 static const char module_name[] = PCI_DEVICE_NAME ".ko"; variable
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c37 static const char module_name[] = "ltp_acpi_cmds.ko"; variable
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
Dtbio.c62 static const char module_name[] = "ltp_tbio.ko"; variable
/external/syslinux/com32/lib/pci/
Dscan.c70 char module_name[21]; // the module name field is 21 char long in get_module_name_from_pcimap() local
598 char module_name[21]; // the module name field is 21 char long in get_module_name_from_alias() local
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc101 string module_name = ModuleName(filename); in ModuleAlias() local
114 string module_name = ModuleName(filename); in ModuleImportStatement() local
315 string module_name = ModuleName(file->name()); in Generate() local
372 string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports() local
/external/kmod/libkmod/python/kmod/
Dkmod.pyx119 def rmmod(self, module_name, *args, **kwargs): argument
/external/pdfium/third_party/freetype/include/freetype/
Dftmodapi.h217 const FT_String* module_name; member
/external/freetype/include/freetype/
Dftmodapi.h221 const FT_String* module_name; member

123