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

1 2 3

  /external/adhd/adhdinfo/
main.c 38 int option_index = 0; local
39 const int choice = getopt_long(argc, argv, "", options, &option_index);
  /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/perfetto/src/traced/probes/
probes.cc 36 int option_index; local
38 while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) {
  /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.27/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;
  /external/adhd/cras/src/server/
cras.c 35 int c, option_index; local
46 c = getopt_long(argc, argv, "", long_options, &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/python/cpython3/Lib/distutils/
fancy_getopt.py 52 # 'option_index' maps long option names to entries in the option
54 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/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/bsdiff/
bsdiff_arguments.cc 65 int option_index; local
66 while ((opt = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) {
71 string name = OPTIONS[option_index].name;
  /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);

Completed in 651 milliseconds

1 2 3