/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 421 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/bison/lib/ |
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 …]
|
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()
|
/external/iproute2/tipc/ |
D | tipc.c | 70 int option_index = 0; in main() local 72 i = getopt_long(argc, argv, "h", long_options, &option_index); in main()
|
/external/tlsdate/src/ |
D | tlsdate.c | 133 int option_index = 0; in main() local 154 long_options, &option_index); in main()
|
/external/rootdev/ |
D | main.c | 56 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/ |
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/libmicrohttpd/src/examples/ |
D | mhd2spdy.c | 259 int option_index; in main() local 271 getopt_ret = getopt_long( argc, argv, "p:b:vos", long_options, &option_index); in main()
|
/external/autotest/client/tests/signaltest/src/ |
D | signaltest.c | 233 int option_index = 0; in process_options() local 247 long_options, &option_index); in process_options()
|
/external/libdrm/tests/planetest/ |
D | dev.c | 33 int option_index = 0; in parse_arguments() local 39 c = getopt_long(argc, argv, "c:r:h", options, &option_index); in parse_arguments()
|
/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/autotest/client/tests/cyclictest/src/ |
D | cyclictest.c | 413 int option_index = 0; in process_options() local 433 long_options, &option_index); in process_options()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 741 int option_index = 0; in main() local 761 &option_index)) != -1) in main()
|
/external/bison/m4/ |
D | getopt.m4 | 331 int option_index; 333 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 1300 int option_index; in main() local 1320 getopt_ret = getopt_long( argc, argv, "p:l:c:k:b:rv0Dth46T:", long_options, &option_index); in main()
|
/external/bison/ |
D | configure | 13990 int option_index; 13992 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
|