Searched refs:option_index (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 417 int option_index = num_codecs; in RunTest() local 418 printf("%i. Toggle CNG\n", option_index++); in RunTest() 419 printf("%i. Toggle AGC\n", option_index++); in RunTest() 420 printf("%i. Toggle NS\n", option_index++); in RunTest() 421 printf("%i. Toggle experimental NS\n", option_index++); in RunTest() 422 printf("%i. Toggle EC\n", option_index++); in RunTest() 423 printf("%i. Select AEC\n", option_index++); in RunTest() 424 printf("%i. Select AECM\n", option_index++); in RunTest() 425 printf("%i. Get speaker volume\n", option_index++); in RunTest() 426 printf("%i. Set speaker volume\n", option_index++); in RunTest() [all …]
|
/external/bison/lib/ |
D | getopt1.c | 93 int option_index = 0; in main() local 106 long_options, &option_index); in main() 113 printf ("option %s", long_options[option_index].name); in main()
|
D | getopt.c | 492 int option_index; in _getopt_internal_r() local 500 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal_r() 507 indfound = option_index; in _getopt_internal_r() 515 indfound = option_index; in _getopt_internal_r() 603 option_index = indfound; in _getopt_internal_r() 715 *longind = option_index; in _getopt_internal_r() 840 int option_index; in _getopt_internal_r() local 903 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal_r() 910 indfound = option_index; in _getopt_internal_r() 918 indfound = option_index; in _getopt_internal_r() [all …]
|
/external/libmtp/examples/ |
D | connect.c | 111 int option_index = 0; in main() local 121 int c = getopt_long (argc, argv, "d:f:g:n:t:", long_options, &option_index); in main()
|
/external/lldb/include/lldb/Interpreter/ |
D | Options.h | 471 option_index (i) in OptionInfo() 475 uint32_t option_index; // The original option index from the OptionGroup member
|
/external/ltrace/ |
D | options.c | 534 int option_index = 0; in process_options() local 565 c = getopt_long(argc, argv, opts, long_options, &option_index); in process_options()
|
/external/oprofile/opcontrol/ |
D | opcontrol.cpp | 559 int option_index; in main() local 570 int c = getopt_long(argc, argv, "c:e:v:r:dhVtl:", long_options, &option_index); in main()
|
/external/bison/m4/ |
D | getopt.m4 | 331 int option_index; 333 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
|
/external/lldb/source/Interpreter/ |
D | Options.cpp | 1033 … m_option_infos[option_idx].option_index, in SetOptionValue()
|
/external/bison/ |
D | configure | 13990 int option_index; 13992 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
|