Home
last modified time | relevance | path

Searched defs:mod_name (Results 1 – 25 of 37) sorted by relevance

12

/external/python/cpython2/Lib/
Drunpy.py26 def __init__(self, mod_name): argument
63 mod_name=None, mod_fname=None, argument
76 mod_name=None, mod_fname=None, argument
92 def _get_filename(loader, mod_name): argument
100 def _get_module_details(mod_name, error=ImportError): argument
147 def _run_module_as_main(mod_name, alter_argv=True): argument
176 def run_module(mod_name, init_globals=None, argument
/external/ltp/include/
Dtst_module.h13 static inline void tst_module_exists(const char *mod_name, char **mod_path) in tst_module_exists()
21 static inline void tst_module_load(const char *mod_name, char *const argv[]) in tst_module_load()
28 static inline void tst_module_unload(const char *mod_name) in tst_module_unload()
/external/python/cpython3/Lib/
Drunpy.py26 def __init__(self, mod_name): argument
64 mod_name=None, mod_spec=None, argument
90 mod_name=None, mod_spec=None, argument
103 def _get_module_details(mod_name, error=ImportError): argument
171 def _run_module_as_main(mod_name, alter_argv=True): argument
199 def run_module(mod_name, init_globals=None, argument
/external/ltp/include/old/
Dold_module.h56 const char *mod_name, char **mod_path) in tst_module_exists()
73 const char *mod_name, char *const argv[]) in tst_module_load()
84 static inline void tst_module_unload(void (cleanup_fn)(void), const char *mod_name) in tst_module_unload()
/external/ltp/lib/
Dtst_module.c32 const char *mod_name, char **mod_path) in tst_module_exists_()
81 const char *mod_name, char *const argv[]) in tst_module_load_()
104 void tst_module_unload_(void (cleanup_fn)(void), const char *mod_name) in tst_module_unload_()
/external/igt-gpu-tools/lib/
Digt_kmod.c119 igt_kmod_is_loaded(const char *mod_name) in igt_kmod_is_loaded()
172 igt_kmod_load(const char *mod_name, const char *opts) in igt_kmod_load()
218 igt_kmod_unload(const char *mod_name, unsigned int flags) in igt_kmod_unload()
/external/python/asn1crypto/tests/
Dtest_init.py20 def add_mod(mod_name, imports): argument
/external/python/setuptools/setuptools/
Dmonkey.py142 def patch_params(mod_name, func_name): argument
Dsandbox.py210 def _needs_hiding(mod_name): argument
/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.py62 def _CanImport(mod_name): argument
/external/selinux/policycoreutils/hll/pp/
Dpp.c131 char *mod_name = mod_pkg->policy->p.name; in main() local
/external/python/cpython2/Lib/test/
Dtest_runpy.py86 def expect_import_error(self, mod_name): argument
136 def _del_pkg(self, top, depth, mod_name): argument
/external/rust/crates/protobuf-codegen/src/gen/
Dmessage.rs131 fn mod_name(&self) -> RustRelativePath { in mod_name() method
686 let mod_name = message_name_to_nested_mod_name(&self.message.message.name()); in write() localVariable
784 let mod_name = snake_case(message_name); in message_name_to_nested_mod_name() localVariable
Dfile.rs24 pub(crate) mod_name: String, field
Drust_types_values.rs503 let mod_name = proto_path_to_rust_mod(file_name); in message_or_enum_to_rust_relative() localVariable
Dscope.rs387 pub fn mod_name(&self) -> RustIdent { in mod_name() method
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.cc36 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset) { in FillModuleInfo()
/external/python/cpython3/Python/
Ddynload_shlib.c103 PyObject *mod_name; in _PyImport_FindSharedFuncptr() local
/external/python/cpython3/Lib/multiprocessing/
Dspawn.py240 def _fixup_main_from_name(mod_name): argument
/external/selinux/checkpolicy/
Dcheckmodule.c290 char *mod_name = modpolicydb.name; in main() local
/external/elfutils/tests/
Ddwflsyms.c108 void **user __attribute__ ((unused)), const char *mod_name, in list_syms()
/external/python/cpython3/Lib/test/
Dtest_runpy.py189 def expect_import_error(self, mod_name): argument
604 expected_argv0, mod_name=None, argument
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dlib.rs230 mod_name: String, field
/external/selinux/libsepol/src/
Dlink.c2029 const char *mod_name = cur->branch_list->module_name ? in debug_requirements() local
2088 const char *mod_name = cur->branch_list->module_name ? in print_missing_requirements() local
2160 const char *mod_name = decl->module_name ? in enable_avrules() local
/external/python/cpython3/Objects/
Dmoduleobject.c725 PyObject *attr, *mod_name, *getattr; in module_getattro() local

12