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

12 3

  /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 247 int option_index = 0; local
248 int c = getopt_long(argc, argv, "", opts, &option_index);
  /system/extras/libperfmgr/tools/
ConfigVerifier.cc 136 int option_index = 0; local
137 int c = getopt_long(argc, argv, "c:ehv", 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);
  /system/nvram/hal/
fake_nvram.cpp 75 int option_index = 0; local
76 int c = getopt_long(argc, argv, "", options, &option_index);
  /external/adhd/cras/src/tests/
cras_router.c 220 int c, option_index; local
222 option_index = 0;
238 long_options, &option_index);
cras_monitor.c 223 int option_index = 0; local
226 long_options, &option_index);
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_tool.cpp 209 int option_index; local
216 getopt_long(argc, argv, "", long_options, &option_index)) != -1) {
217 option = long_options[option_index].name;
  /system/extras/taskstats/
taskstats.c 270 int option_index; local
272 &option_index);
276 switch (option_index) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 417 int option_index = 0; local
419 c = getopt_long(argc, argv, "", options, &option_index);
426 if (options[option_index].flag != 0)
  /external/syslinux/gpxe/src/util/
efirom.c 201 int option_index = 0; local
211 &option_index ) ) == -1 ) {
hijack.c 493 int option_index = 0; local
496 &option_index );
  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
label_image.cc 250 int option_index = 0; local
253 &option_index);
  /external/tinyalsa/
tinymix.c 78 int option_index = 0; local
82 tinymix_long_options, &option_index);
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 202 int option_index = 0; local
204 c = getopt_long(argc, argv, SHORT_OPTIONS, LONG_OPTIONS, &option_index);
  /frameworks/native/cmds/atrace/
atrace.cpp 1151 int option_index = 0; local
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 738 int option_index = 0; local
745 long_options, &option_index);
761 if (strcmp(long_options[option_index].name, "help")) {
  /external/autotest/client/tests/signaltest/src/
signaltest.c 233 int option_index = 0; local
247 long_options, &option_index);
  /external/f2fs-tools/tools/sg_write_buffer/
sg_write_buffer.c 215 int option_index = 0; local
218 &option_index);
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 100 // |option_index| relies on the order of options, don't reshuffle them.
112 int option_index = 0; local
119 getopt_long(argc, argv, "c:o:bd::n", long_options, &option_index);
  /system/core/logcat/
logcat.cpp 865 int option_index = 0; local
    [all...]
  /bionic/benchmarks/
bionic_benchmarks.cpp 140 int option_index = 0; local
149 while ((opt = getopt_long(argc, argv, "c:x:i:a:h", g_long_options, &option_index)) != -1) {
  /external/libdrm/tests/planetest/
dev.c 33 int option_index = 0; local
39 c = getopt_long(argc, argv, "c:r:h", options, &option_index);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 211 int option_index = 0; local
216 &option_index);
  /external/libpng/contrib/tools/
pngcp.c 712 option_index(struct display *dp, const char *opt, size_t len) function
733 #define OPTIND(dp, name) option_index(dp, #name, (sizeof #name)-1)
738 const png_byte i = option_index(dp, opt, strlen(opt));
    [all...]

Completed in 993 milliseconds

12 3