/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | crash_trigger_test.c | 44 static struct option const long_options[] = variable 88 while ((g = getopt_long (argc, argv, "chd", long_options, NULL)) != -1) { in main()
|
D | get_pwr_stats.c | 24 static struct option const long_options[] = variable 62 while ((getchr = getopt_long (argc, argv, "c", long_options, NULL)) != -1) { in main()
|
D | sensor_param_test.c | 39 static struct option const long_options[] = variable 137 while ((c = getopt_long (argc, argv, "s:v:g:", long_options, NULL)) != -1) { in main()
|
D | plugin_status_test.c | 10 static struct option const long_options[] = variable 65 long_options, &option_index); in main()
|
D | setparamblk_test.c | 35 static struct option const long_options[] = variable 143 long_options, &option_index); in main()
|
D | odsp_api_test.c | 32 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()
|
D | oslo_data_injection_test.c | 195 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()
|
D | dump_debug_info.c | 48 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()
|
D | oslo_config_test.c | 196 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/ |
D | pwrstats_util.cpp | 55 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/ |
D | apf_run.c | 44 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/ |
D | aplay.c | 53 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()
|
D | arec.c | 57 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()
|