Searched refs:modnames (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/encodings/ |
H A D | __init__.py | 89 modnames = [aliased_encoding, 92 modnames = [norm_encoding] 93 for modname in modnames:
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jackdbus-detect.c | 94 static const char* const modnames[JACK_SS_COUNT] = { variable 133 pa_log_info("Stopped %s.", modnames[i]); in ensure_ports_stopped() 212 pa_module_load(&m, u->core, modnames[i], args); in ensure_ports_started() 216 pa_log_info("Successfully started %s.", modnames[i]); in ensure_ports_started() 220 pa_log_info("Failed to start %s.", modnames[i]); in ensure_ports_started()
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 95 bool modnames; member 132 info->modnames = true; in parse_opt() 197 if (info->ignore || info->all || info->modnames || info->relocate) in parse_opt() 2387 bool all, bool ignore, bool modnames, bool relocate) in handle_output_dir_module() 2389 if (! modnames) in handle_output_dir_module() 2403 char *output_file = xasprintf ("%s/%s", output_dir, modnames ? name : file); in handle_output_dir_module() 2522 info->modnames, info->relocate); in handle_implicit_modules() 2384 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool force, bool all, bool ignore, bool modnames, bool relocate) handle_output_dir_module() argument
|
Completed in 5 milliseconds