Home
last modified time | relevance | path

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

123

/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Drunpy.py28 def __init__(self, mod_name): argument
66 mod_name=None, mod_spec=None, argument
92 mod_name=None, mod_spec=None, argument
105 def _get_module_details(mod_name, error=ImportError): argument
173 def _run_module_as_main(mod_name, alter_argv=True): argument
201 def run_module(mod_name, init_globals=None, argument
/aosp_15_r20/external/python/cpython3/Lib/
Drunpy.py28 def __init__(self, mod_name): argument
66 mod_name=None, mod_spec=None, argument
92 mod_name=None, mod_spec=None, argument
105 def _get_module_details(mod_name, error=ImportError): argument
173 def _run_module_as_main(mod_name, alter_argv=True): argument
201 def run_module(mod_name, init_globals=None, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Drunpy.py28 def __init__(self, mod_name): argument
66 mod_name=None, mod_spec=None, argument
92 mod_name=None, mod_spec=None, argument
105 def _get_module_details(mod_name, error=ImportError): argument
173 def _run_module_as_main(mod_name, alter_argv=True): argument
201 def run_module(mod_name, init_globals=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Drunpy.py28 def __init__(self, mod_name): argument
66 mod_name=None, mod_spec=None, argument
92 mod_name=None, mod_spec=None, argument
105 def _get_module_details(mod_name, error=ImportError): argument
173 def _run_module_as_main(mod_name, alter_argv=True): argument
201 def run_module(mod_name, init_globals=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Drunpy.py28 def __init__(self, mod_name): argument
66 mod_name=None, mod_spec=None, argument
92 mod_name=None, mod_spec=None, argument
105 def _get_module_details(mod_name, error=ImportError): argument
173 def _run_module_as_main(mod_name, alter_argv=True): argument
201 def run_module(mod_name, init_globals=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Drunpy.py28 def __init__(self, mod_name): argument
66 mod_name=None, mod_spec=None, argument
92 mod_name=None, mod_spec=None, argument
105 def _get_module_details(mod_name, error=ImportError): argument
173 def _run_module_as_main(mod_name, alter_argv=True): argument
201 def run_module(mod_name, init_globals=None, argument
/aosp_15_r20/external/ltp/include/
H A 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()
/aosp_15_r20/external/ltp/include/old/
H A 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()
/aosp_15_r20/external/ltp/lib/
H A 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_()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A 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()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc189 auto&& GetNewModName = [gki_modules](auto&& mod_name) { in UpdateGKIModulePaths()
197 const auto mod_name = GetNewModName(old_mod_name); in UpdateGKIModulePaths() local
234 const auto mod_name = line.substr(0, line.find(":")); in LoadModuleDeps() local
/aosp_15_r20/external/crosvm/hypervisor/hypervisor_test_macro/src/
H A Dlib.rs110 mod_name: Ident, field
120 let mod_name: Ident = input.parse()?; in parse() localVariable
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dnative_module_info.py102 def get_module_includes(self, mod_name): argument
126 def is_module_need_build(self, mod_name): argument
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_runpy.py189 def expect_import_error(self, mod_name): argument
604 expected_argv0, mod_name=None, argument
/aosp_15_r20/external/python/asn1crypto/tests/
Dtest_init.py20 def add_mod(mod_name, imports): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Dmonkey.py140 def patch_params(mod_name, func_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Dmonkey.py140 def patch_params(mod_name, func_name): argument
/aosp_15_r20/external/python/cpython3/Python/
Ddynload_shlib.c83 PyObject *mod_name; in _PyImport_FindSharedFuncptr() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Dmonkey.py140 def patch_params(mod_name, func_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Dmonkey.py140 def patch_params(mod_name, func_name): argument
/aosp_15_r20/external/python/setuptools/setuptools/
Dmonkey.py142 def patch_params(mod_name, func_name): argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.py62 def _CanImport(mod_name): argument

123