Home
last modified time | relevance | path

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

12345

/external/tensorflow/tensorflow/python/util/
Dall_util.py30 def make_all(module_name, doc_string_modules=None): argument
86 def remove_undocumented(module_name, allowed_exception_list=None, argument
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py35 module_name = '_temp' variable in EncodingTest
149 def load(self, loader, module_name): argument
163 def load(self, loader, module_name): argument
/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/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module.py92 loader, module_name, module_dir_name, href, tag_for_err_msg): argument
113 def Parse(loader, module_name, module_dir_name, is_component, parser_results, argument
/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()
882 int semanage_module_disable(semanage_handle_t *sh, char *module_name) in semanage_module_disable()
/external/autotest/frontend/
Dclient_compilation_unittest.py12 def _compile_module(self, module_name): argument
/external/autotest/utils/
Dexternal_packages.py95 module_name = None variable in ExternalPackage
658 module_name = 'MySQLdb' variable in MySQLdbPackage
718 module_name = 'jsonrpclib' variable in JsonRPCLib
741 module_name = None # Not a Python module. variable in GwtPackage
799 module_name = 'mox' variable in PyMoxPackage
823 module_name = 'selenium' variable in PySeleniumPackage
839 module_name = 'faulthandler' variable in FaultHandlerPackage
855 module_name = 'psutil' variable in PsutilPackage
1014 module_name = 'logilab' variable in LogilabCommonPackage
1151 module_name = 'servo' variable in HdctoolsRepo
/external/python/cpython2/Lib/email/
D__init__.py75 def __init__(self, module_name): argument
/external/ltp/testcases/kernel/device-drivers/uaccess/
Duaccess.c39 static const char module_name[] = DEV_NAME ".ko"; variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h44 char *module_name; member
/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_interface_internal.h52 const char *module_name; // Module name as a C string. This pointer is a member
Dasan_suppressions.cc85 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed() local
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c38 static const char module_name[] = PCI_DEVICE_NAME ".ko"; variable
/external/grpc-grpc/src/compiler/
Dpython_generator_helpers.h68 grpc::string module_name = ModuleName(filename, import_prefix); in ModuleAlias() local
/external/perf_data_converter/src/quipper/
Ddso_android.cc46 bool ReadModuleBuildId(const string &module_name, string *buildid) { in ReadModuleBuildId()
/external/python/cpython2/Objects/
Dcobject.c99 PyCObject_Import(char *module_name, char *name) in PyCObject_Import()
/external/freetype/src/base/
Dftinit.c118 char module_name[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
Dftpsprop.c119 const char* module_name = module->clazz->module_name; in ps_property_set() local
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c38 static const char module_name[] = "ltp_acpi_cmds.ko"; variable
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
Dtbio.c63 static const char module_name[] = "ltp_tbio.ko"; variable
/external/python/cpython2/Lib/test/
Dtest_py3kwarn.py13 def check_deprecated_module(module_name): argument
18 def check_deprecated_module(module_name): argument
357 def check_removal(self, module_name, optional=False): argument

12345