Home
last modified time | relevance | path

Searched defs:mod_name (Results 1 – 25 of 25) 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.py27 def __init__(self, mod_name): argument
65 mod_name=None, mod_spec=None, argument
91 mod_name=None, mod_spec=None, argument
104 def _get_module_details(mod_name, error=ImportError): argument
172 def _run_module_as_main(mod_name, alter_argv=True): argument
200 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/asn1crypto/tests/
Dtest_init.py20 def add_mod(mod_name, imports): argument
/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/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/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/Python/
Ddynload_shlib.c103 PyObject *mod_name; in _PyImport_FindSharedFuncptr() local
Dpythonrun.c183 PyObject *m, *d, *v, *w, *oenc = NULL, *mod_name; in PyRun_InteractiveOneObjectEx() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.cpp35 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo()
/external/python/cpython3/Lib/multiprocessing/
Dspawn.py240 def _fixup_main_from_name(mod_name): argument
/external/selinux/checkpolicy/
Dcheckmodule.c286 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/src/
Dlib.rs168 mod_name: String, field
/external/selinux/libsepol/src/
Dlink.c2076 const char *mod_name = cur->branch_list->module_name ? in debug_requirements() local
2135 const char *mod_name = cur->branch_list->module_name ? in print_missing_requirements() local
2207 const char *mod_name = decl->module_name ? in enable_avrules() local
/external/python/cpython3/Objects/
Dmoduleobject.c716 PyObject *attr, *mod_name, *getattr; in module_getattro() local
/external/adhd/cras/src/server/
Dcras_alsa_ucm.c387 char *mod_name) in ucm_get_node_noise_cancellation_name()
/external/libsrtp2/srtp/
Dsrtp.c4639 srtp_err_status_t srtp_set_debug_module(const char *mod_name, int v) in srtp_set_debug_module()
/external/freetype/src/base/
Dftobjs.c5013 const char* mod_name ) in FT_Get_Module_Interface()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4800 std::string mod_name; in LoadModules() local