Home
last modified time | relevance | path

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

/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/python/cpython3/Lib/
Drunpy.py25 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/
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/toybox/toys/other/
Drmmod.c28 char * mod_name; in rmmod_main() local
/external/python/setuptools/setuptools/
Dmonkey.py146 def patch_params(mod_name, func_name): argument
Dsandbox.py198 def _needs_hiding(mod_name): argument
/external/selinux/policycoreutils/hll/pp/
Dpp.c131 char *mod_name = mod_pkg->policy->p.name; in main() local
/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.c99 PyObject *mod_name; in _PyImport_FindSharedFuncptr() local
Dpythonrun.c179 PyObject *m, *d, *v, *w, *oenc = NULL, *mod_name; in PyRun_InteractiveOneObjectEx() 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/python/cpython3/Lib/multiprocessing/
Dspawn.py229 def _fixup_main_from_name(mod_name): argument
/external/selinux/checkpolicy/
Dcheckmodule.c262 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.py186 def expect_import_error(self, mod_name): argument
602 expected_argv0, mod_name=None, argument
/external/selinux/libsepol/src/
Dlink.c2102 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/
Dmoduleobject.c703 PyObject *attr, *mod_name, *getattr; in module_getattro() local
Dobject.c1085 PyObject *mod_name, *mod, *attr; in _PyObject_GetBuiltin() local
/external/freetype/src/base/
Dftobjs.c4962 const char* mod_name ) in FT_Get_Module_Interface()