| /external/python/cpython2/Lib/ | 
| D | runpy.py | 26     def __init__(self, mod_name):  argument63               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/ | 
| D | tst_module.h | 13 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/ | 
| D | runpy.py | 26     def __init__(self, mod_name):  argument64               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/ | 
| D | old_module.h | 56 				     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/ | 
| D | tst_module.c | 32 	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/ | 
| D | igt_kmod.c | 119 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/ | 
| D | test_init.py | 20 def add_mod(mod_name, imports):  argument
 | 
| /external/python/setuptools/setuptools/ | 
| D | monkey.py | 142     def patch_params(mod_name, func_name):  argument
 | 
| D | sandbox.py | 210 def _needs_hiding(mod_name):  argument
 | 
| /external/protobuf/python/google/protobuf/internal/ | 
| D | api_implementation.py | 62 def _CanImport(mod_name):  argument
 | 
| /external/selinux/policycoreutils/hll/pp/ | 
| D | pp.c | 131 		char *mod_name = mod_pkg->policy->p.name;  in main()  local
 | 
| /external/python/cpython2/Lib/test/ | 
| D | test_runpy.py | 86     def expect_import_error(self, mod_name):  argument136     def _del_pkg(self, top, depth, mod_name):  argument
 
 | 
| /external/rust/crates/protobuf-codegen/src/gen/ | 
| D | message.rs | 131     fn mod_name(&self) -> RustRelativePath {  in mod_name()  method686         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
 
 | 
| D | file.rs | 24     pub(crate) mod_name: String,  field
 | 
| D | rust_types_values.rs | 503         let mod_name = proto_path_to_rust_mod(file_name);  in message_or_enum_to_rust_relative()  localVariable
 | 
| D | scope.rs | 387     pub fn mod_name(&self) -> RustIdent {  in mod_name()  method
 | 
| /external/compiler-rt/lib/sanitizer_common/ | 
| D | sanitizer_symbolizer.cc | 36 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset) {  in FillModuleInfo()
 | 
| /external/python/cpython3/Python/ | 
| D | dynload_shlib.c | 103         PyObject *mod_name;  in _PyImport_FindSharedFuncptr()  local
 | 
| /external/python/cpython3/Lib/multiprocessing/ | 
| D | spawn.py | 240 def _fixup_main_from_name(mod_name):  argument
 | 
| /external/selinux/checkpolicy/ | 
| D | checkmodule.c | 290 		char *mod_name = modpolicydb.name;  in main()  local
 | 
| /external/elfutils/tests/ | 
| D | dwflsyms.c | 108 	   void **user __attribute__ ((unused)), const char *mod_name,  in list_syms()
 | 
| /external/python/cpython3/Lib/test/ | 
| D | test_runpy.py | 189     def expect_import_error(self, mod_name):  argument604                             expected_argv0, mod_name=None,  argument
 
 | 
| /external/rust/crates/protobuf-codegen/2.27.1/src/ | 
| D | lib.rs | 230     mod_name: String,  field
 | 
| /external/selinux/libsepol/src/ | 
| D | link.c | 2029 			const char *mod_name = cur->branch_list->module_name ?  in debug_requirements()  local2088 	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/ | 
| D | moduleobject.c | 725     PyObject *attr, *mod_name, *getattr;  in module_getattro()  local
 |