Home
last modified time | relevance | path

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

/third_party/ltp/include/
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()
/third_party/ltp/include/old/
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()
/third_party/python/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
/third_party/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_()
/third_party/toybox/toys/other/
Drmmod.c28 char * mod_name; in rmmod_main() local
/third_party/python/Python/
Ddynload_shlib.c83 PyObject *mod_name; in _PyImport_FindSharedFuncptr() local
/third_party/python/Lib/multiprocessing/
Dspawn.py244 def _fixup_main_from_name(mod_name): argument
/third_party/selinux/checkpolicy/
Dcheckmodule.c290 char *mod_name = modpolicydb.name; in main() local
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c681 static char *modifier_name_to_role(const char *mod_name, bool *is_sink) { in modifier_name_to_role()
707 …m_set_media_roles(pa_alsa_ucm_modifier *modifier, pa_alsa_ucm_device *list, const char *mod_name) { in ucm_set_media_roles()
891 const char *mod_name = pa_proplist_gets(mod->proplist, PA_ALSA_PROP_UCM_NAME); in pa_alsa_ucm_get_verb() local
1517 const char *new_desc, *mod_name, *channel_str; in alsa_mapping_add_ucm_modifier() local
1641 const char *mod_name, in ucm_create_mapping_for_modifier()
2216 const char *mod_name = pa_proplist_gets(mod->proplist, PA_ALSA_PROP_UCM_NAME); in pa_alsa_ucm_roled_stream_begin() local
2242 const char *mod_name = pa_proplist_gets(mod->proplist, PA_ALSA_PROP_UCM_NAME); in pa_alsa_ucm_roled_stream_end() local
Dalsa-source.c2035 const char *dev_id = NULL, *key, *mod_name; in pa_alsa_source_new() local
Dalsa-sink.c2331 const char *dev_id = NULL, *key, *mod_name; in pa_alsa_sink_new() local
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs132 let mod_name = header_name.file_stem().unwrap().to_str().unwrap(); in main() localVariable
/third_party/elfutils/tests/
Ddwflsyms.c108 void **user __attribute__ ((unused)), const char *mod_name, in list_syms()
/third_party/python/Lib/test/
Dtest_runpy.py189 def expect_import_error(self, mod_name): argument
604 expected_argv0, mod_name=None, argument
/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.h89 const char *mod_name; member
/third_party/selinux/libsepol/src/
Dlink.c2029 const char *mod_name = cur->branch_list->module_name ? in debug_requirements() local
2088 const char *mod_name = cur->branch_list->module_name ? in print_missing_requirements() local
2160 const char *mod_name = decl->module_name ? in enable_avrules() local
/third_party/python/Objects/
Dmoduleobject.c760 PyObject *attr, *mod_name, *getattr; in module_getattro() local
/third_party/node/src/
Dnode_binding.cc599 const char* mod_name, in GetInternalBindingExportObject()
/third_party/python/Modules/
Dpyexpat.c1632 PyObject *mod_name = PyUnicode_FromString(fullname); in add_submodule() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c5083 const char* mod_name ) in FT_Get_Module_Interface()