Home
last modified time | relevance | path

Searched refs:long_options (Results 1 – 13 of 13) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_trigger_test.c44 static struct option const long_options[] = variable
88 while ((g = getopt_long (argc, argv, "chd", long_options, NULL)) != -1) { in main()
Dget_pwr_stats.c24 static struct option const long_options[] = variable
62 while ((getchr = getopt_long (argc, argv, "c", long_options, NULL)) != -1) { in main()
Dsensor_param_test.c39 static struct option const long_options[] = variable
137 while ((c = getopt_long (argc, argv, "s:v:g:", long_options, NULL)) != -1) { in main()
Dplugin_status_test.c10 static struct option const long_options[] = variable
65 long_options, &option_index); in main()
Dsetparamblk_test.c35 static struct option const long_options[] = variable
143 long_options, &option_index); in main()
Dodsp_api_test.c32 static struct option const long_options[] = variable
139 while ((c = getopt_long (argc, argv, "s:g:e:d:t:", long_options, NULL)) != -1) { in main()
Doslo_data_injection_test.c195 const struct option long_options[] = {{"skip", required_argument, NULL, 's'}, in main() local
207 while ((c = getopt_long(argc, argv, "s:c:", long_options, NULL)) != -1) { in main()
Ddump_debug_info.c48 static struct option const long_options[] = { variable
554 while ((c = getopt_long(argc, argv, "rcot:n:s:l:m:", long_options, NULL)) != -1) { in main()
Doslo_config_test.c196 static struct option const long_options[] = variable
579 while ((c = getopt_long (argc, argv, "s:v:g:p:r:d:w:c:t:i:e:", long_options, NULL)) != -1) { in main()
/hardware/google/pixel/pwrstats_util/
Dpwrstats_util.cpp55 static struct option long_options[] = {/* These options set a flag. */ in parseArgs() local
64 while ((c = getopt_long(argc, argv, "d:", long_options, &option_index)) != -1) { in parseArgs()
67 if ("human-readable" == std::string(long_options[option_index].name)) { in parseArgs()
/hardware/google/apf/
Dapf_run.c44 const struct option long_options[] = {{"program", 1, NULL, OPT_PROGRAM}, variable
200 while ((opt = getopt_long_only(argc, argv, "h", long_options, NULL)) != -1) { in main()
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c53 static struct option long_options[] = variable
590 while ((c = getopt_long(argc, argv, "PVMD:R:C:F:B:T:", long_options, &option_index)) != -1) { in main()
Darec.c57 static struct option long_options[] = variable
542 while ((c = getopt_long(argc, argv, "PVMD:R:C:T:F:B:", long_options, &option_index)) != -1) { in main()