| /external/python/cpython2/Lib/ |
| D | runpy.py | 26 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/python/cpython3/Lib/ |
| D | runpy.py | 25 def __init__(self, mod_name): argument 63 mod_name=None, mod_spec=None, argument 89 mod_name=None, mod_spec=None, argument 102 def _get_module_details(mod_name, error=ImportError): argument 167 def _run_module_as_main(mod_name, alter_argv=True): argument 195 def run_module(mod_name, init_globals=None, argument
|
| /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/toybox/toys/other/ |
| D | rmmod.c | 28 char * mod_name; in rmmod_main() local
|
| /external/python/setuptools/setuptools/ |
| D | monkey.py | 146 def patch_params(mod_name, func_name): argument
|
| D | sandbox.py | 198 def _needs_hiding(mod_name): argument
|
| /external/selinux/policycoreutils/hll/pp/ |
| D | pp.c | 131 char *mod_name = mod_pkg->policy->p.name; in main() local
|
| /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 | 99 PyObject *mod_name; in _PyImport_FindSharedFuncptr() local
|
| D | pythonrun.c | 179 PyObject *m, *d, *v, *w, *oenc = NULL, *mod_name; in PyRun_InteractiveOneObjectEx() local
|
| /external/python/cpython2/Lib/test/ |
| D | test_runpy.py | 86 def expect_import_error(self, mod_name): argument 136 def _del_pkg(self, top, depth, mod_name): argument
|
| /external/python/cpython3/Lib/multiprocessing/ |
| D | spawn.py | 229 def _fixup_main_from_name(mod_name): argument
|
| /external/selinux/checkpolicy/ |
| D | checkmodule.c | 262 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 | 186 def expect_import_error(self, mod_name): argument 602 expected_argv0, mod_name=None, argument
|
| /external/selinux/libsepol/src/ |
| D | link.c | 2102 const char *mod_name = cur->branch_list->module_name ? in debug_requirements() local 2161 const char *mod_name = cur->branch_list->module_name ? in print_missing_requirements() local 2233 const char *mod_name = decl->module_name ? in enable_avrules() local
|
| /external/python/cpython3/Objects/ |
| D | moduleobject.c | 703 PyObject *attr, *mod_name, *getattr; in module_getattro() local
|
| D | object.c | 1085 PyObject *mod_name, *mod, *attr; in _PyObject_GetBuiltin() local
|
| /external/freetype/src/base/ |
| D | ftobjs.c | 4962 const char* mod_name ) in FT_Get_Module_Interface()
|