/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | runpy.py | 28 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/ |
D | runpy.py | 28 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 D | runpy.py | 28 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/ |
D | runpy.py | 28 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/ |
D | runpy.py | 28 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/ |
D | runpy.py | 28 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 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()
|
/aosp_15_r20/external/ltp/include/old/ |
H A 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()
|
/aosp_15_r20/external/ltp/lib/ |
H A 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_()
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A 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()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | vendor_dlkm_utils.cc | 189 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 D | lib.rs | 110 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/ |
D | message.rs | 131 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 D | native_module_info.py | 102 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/ |
D | test_runpy.py | 86 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/ |
D | test_runpy.py | 189 def expect_import_error(self, mod_name): argument 604 expected_argv0, mod_name=None, argument
|
/aosp_15_r20/external/python/asn1crypto/tests/ |
D | test_init.py | 20 def add_mod(mod_name, imports): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/ |
D | monkey.py | 140 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/ |
D | monkey.py | 140 def patch_params(mod_name, func_name): argument
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | dynload_shlib.c | 83 PyObject *mod_name; in _PyImport_FindSharedFuncptr() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/ |
D | monkey.py | 140 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/ |
D | monkey.py | 140 def patch_params(mod_name, func_name): argument
|
/aosp_15_r20/external/python/setuptools/setuptools/ |
D | monkey.py | 142 def patch_params(mod_name, func_name): argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | api_implementation.py | 62 def _CanImport(mod_name): argument
|