HomeSort by relevance Sort by last modified time
    Searched refs:option_index (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 421 int option_index = num_codecs; local
422 printf("%i. Toggle CNG\n", option_index++);
423 printf("%i. Toggle AGC\n", option_index++);
424 printf("%i. Toggle NS\n", option_index++);
425 printf("%i. Toggle experimental NS\n", option_index++);
426 printf("%i. Toggle EC\n", option_index++);
427 printf("%i. Select AEC\n", option_index++);
428 printf("%i. Select AECM\n", option_index++);
429 printf("%i. Get speaker volume\n", option_index++);
430 printf("%i. Set speaker volume\n", option_index++)
    [all...]
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_trace_options.sh 29 option_index=$(tst_random 1 $nr_trace_options)
30 option=$(echo "$trace_options" | awk "{print \$$option_index}")
  /system/bt/tools/bdtool/
bdtool.c 304 int option_index = 0; local
305 int c = getopt_long_only(argc, argv, "", long_options, &option_index);
310 if (option_index == 0) {
315 if (option_index == 1) {
318 if (option_index == 2) {
321 if (option_index == 3) {
324 if (option_index == 4) {
327 if (option_index == 5) {
330 if (option_index == 6) {
333 if (option_index == 7)
    [all...]
  /external/iproute2/tipc/
tipc.c 70 int option_index = 0; local
72 i = getopt_long(argc, argv, "h", long_options, &option_index);
  /external/bison/lib/
getopt1.c 95 int option_index = 0;
108 long_options, &option_index);
115 printf ("option %s", long_options[option_index].name);
93 int option_index = 0; local
getopt.c 496 int option_index;
504 for (p = longopts, option_index = 0; p->name; p++, option_index++)
511 indfound = option_index;
519 indfound = option_index;
607 option_index = indfound;
719 *longind = option_index;
844 int option_index;
907 for (p = longopts, option_index = 0; p->name; p++, option_index++
492 int option_index; local
840 int option_index; local
    [all...]
  /external/libusb/examples/getopt/
getopt1.c 113 int option_index = 0;
126 long_options, &option_index);
133 printf ("option %s", long_options[option_index].name);
111 int option_index = 0; local
getopt.c 654 int option_index;
661 for (p = longopts, option_index = 0; p->name; p++, option_index++)
669 indfound = option_index;
677 indfound = option_index;
700 option_index = indfound;
747 *longind = option_index;
815 int option_index;
853 for (p = longopts, option_index = 0; p != NULL && p->name; p++, option_index++
650 int option_index; local
811 int option_index; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
getopt1.c 105 int option_index = 0;
118 long_options, &option_index);
125 printf ("option %s", long_options[option_index].name);
103 int option_index = 0; local
getopt.c 654 int option_index;
661 for (p = longopts, option_index = 0; p->name; p++, option_index++)
669 indfound = option_index;
677 indfound = option_index;
697 option_index = indfound;
744 *longind = option_index;
812 int option_index;
850 for (p = longopts, option_index = 0; p->name; p++, option_index++
650 int option_index; local
808 int option_index; local
    [all...]
  /system/extras/tests/icachetest/
icache_main.cpp 54 int option_index = 0; local
55 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &option_index)) >= 0) {
80 [[maybe_unused]] int option_index = handleCommandLineArgments(argc, argv); local
81 [[maybe_unused]] int num_args = argc - option_index;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 57 # 'option_index' maps long option names to entries in the option
59 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/cpython2/Lib/distutils/
fancy_getopt.py 57 # 'option_index' maps long option names to entries in the option
59 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/rootdev/
main.c 56 int option_index = 0; local
70 c = getopt_long_only(argc, argv, "", long_options, &option_index);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 57 # 'option_index' maps long option names to entries in the option
59 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:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 57 # 'option_index' maps long option names to entries in the option
59 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:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 57 # 'option_index' maps long option names to entries in the option
59 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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 57 # 'option_index' maps long option names to entries in the option
59 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/libmtp/examples/
connect.c 97 int option_index = 0; local
107 int c = getopt_long (argc, argv, "d:f:g:n:t:", long_options, &option_index);
  /frameworks/base/tools/obbtool/
Main.cpp 184 int option_index = 0; local
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
197 if (longopts[option_index].flag)
199 fprintf(stderr, "'%s' requires an argument\n", longopts[option_index].name);
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 259 int option_index; local
271 getopt_ret = getopt_long( argc, argv, "p:b:vos", long_options, &option_index);
  /external/ltp/testcases/kernel/io/writetest/
writetest.c 178 int option_index = 0; local
188 &option_index);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h 40 int option_index; member in struct:diagnostic_info
260 ((DI)->option_index = (OPTIDX))
  /system/core/adb/daemon/
main.cpp 222 int option_index = 0; local
223 int c = getopt_long(argc, argv, "", opts, &option_index);
  /system/libufdt/tests/src/
ufdt_gen_test_dts.c 159 int option_index = 0; local
160 int c = getopt_long(argc, argv, short_options, long_options, &option_index);

Completed in 1215 milliseconds

1 2 3