Home
last modified time | relevance | path

Searched refs:option_index (Results 1 – 25 of 37) sorted by relevance

12

/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc421 int option_index = num_codecs; in RunTest() local
422 printf("%i. Toggle CNG\n", option_index++); in RunTest()
423 printf("%i. Toggle AGC\n", option_index++); in RunTest()
424 printf("%i. Toggle NS\n", option_index++); in RunTest()
425 printf("%i. Toggle experimental NS\n", option_index++); in RunTest()
426 printf("%i. Toggle EC\n", option_index++); in RunTest()
427 printf("%i. Select AEC\n", option_index++); in RunTest()
428 printf("%i. Select AECM\n", option_index++); in RunTest()
429 printf("%i. Get speaker volume\n", option_index++); in RunTest()
430 printf("%i. Set speaker volume\n", option_index++); in RunTest()
[all …]
/external/libusb/examples/getopt/
Dgetopt.c650 int option_index; local
657 for (p = longopts, option_index = 0; p->name; p++, option_index++)
665 indfound = option_index;
673 indfound = option_index;
696 option_index = indfound;
743 *longind = option_index;
811 int option_index; local
849 for (p = longopts, option_index = 0; p != NULL && p->name; p++, option_index++)
856 indfound = option_index;
864 indfound = option_index;
[all …]
Dgetopt1.c111 int option_index = 0; local
124 long_options, &option_index);
131 printf ("option %s", long_options[option_index].name);
/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py59 self.option_index = {}
90 self.option_index.clear()
92 self.option_index[option[0]] = option
99 if long_option in self.option_index:
105 self.option_index[long_option] = option
111 return long_option in self.option_index
123 if alias not in self.option_index:
127 if opt not in self.option_index:
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py54 self.option_index = {}
82 self.option_index.clear()
84 self.option_index[option[0]] = option
91 if long_option in self.option_index:
97 self.option_index[long_option] = option
102 return long_option in self.option_index
113 if alias not in self.option_index:
116 if opt not in self.option_index:
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dmmap_bench.c64 int option_index = 0; in main() local
66 c = getopt_long(argc, argv, "", options, &option_index); in main()
73 if (options[option_index].flag != 0) in main()
Dfork.c234 int option_index = 0; in main() local
236 c = getopt_long(argc, argv, "", options, &option_index); in main()
243 if (options[option_index].flag != 0) in main()
Dcontext_switch.c417 int option_index = 0; in main() local
419 c = getopt_long(argc, argv, "", options, &option_index); in main()
426 if (options[option_index].flag != 0) in main()
/external/adhd/adhdinfo/
Dmain.c38 int option_index = 0; in process_arguments() local
39 const int choice = getopt_long(argc, argv, "", options, &option_index); in process_arguments()
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
Dftrace_trace_options.sh29 option_index=$(tst_random 1 $nr_trace_options)
30 option=$(echo "$trace_options" | awk "{print \$$option_index}")
/external/perfetto/src/traced/probes/
Dprobes.cc36 int option_index; in ProbesMain() local
38 while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) { in ProbesMain()
/external/perfetto/src/perfetto_cmd/
Dtrigger_perfetto.cc46 int option_index = 0; in TriggerPerfettoMain() local
51 int option = getopt_long(argc, argv, "h", long_options, &option_index); in TriggerPerfettoMain()
/external/iproute2/tipc/
Dtipc.c70 int option_index = 0; in main() local
72 i = getopt_long(argc, argv, "h", long_options, &option_index); in main()
/external/bsdiff/
Dbsdiff_arguments.cc78 int option_index; in ParseCommandLine() local
79 while ((opt = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) { in ParseCommandLine()
84 string name = OPTIONS[option_index].name; in ParseCommandLine()
/external/perfetto/tools/busy_threads/
Dbusy_threads.cc57 int option_index; in BusyThreadsMain() local
59 while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) { in BusyThreadsMain()
/external/adhd/cras/src/tests/
Dcras_router.c220 int c, option_index; in main() local
222 option_index = 0; in main()
238 long_options, &option_index); in main()
Dcras_monitor.c223 int option_index = 0; in main() local
226 long_options, &option_index); in main()
/external/adhd/cras/src/server/
Dcras.c39 int c, option_index; in main() local
50 c = getopt_long(argc, argv, "", long_options, &option_index); in main()
/external/rootdev/
Dmain.c56 int option_index = 0; in parse_args() local
70 c = getopt_long_only(argc, argv, "", long_options, &option_index); in parse_args()
/external/libmtp/examples/
Dconnect.c97 int option_index = 0; in main() local
107 int c = getopt_long (argc, argv, "d:f:g:n:t:", long_options, &option_index); in main()
/external/perfetto/src/profiling/memory/
Dmain.cc63 int option_index; in HeapprofdMain() local
65 while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) { in HeapprofdMain()
/external/ltp/testcases/kernel/io/writetest/
Dwritetest.c178 int option_index = 0; in parse_args() local
188 &option_index); in parse_args()
/external/perfetto/tools/ftrace_proto_gen/
Dmain.cc56 int option_index; in main() local
67 while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) { in main()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_write_buffer.c215 int option_index = 0; in main() local
218 &option_index); in main()
/external/tinyalsa/
Dtinymix.c78 int option_index = 0; in main() local
82 tinymix_long_options, &option_index); in main()

12