HomeSort by relevance Sort by last modified time
    Searched defs:arg_index (Results 1 - 12 of 12) sorted by null

  /external/google-breakpad/src/tools/linux/dump_syms/
dump_syms.cc 59 int arg_index = 1; local
60 while (arg_index < argc && strlen(argv[arg_index]) > 0 &&
61 argv[arg_index][0] == '-') {
62 if (strcmp("-c", argv[arg_index]) == 0) {
64 } else if (strcmp("-r", argv[arg_index]) == 0) {
66 } else if (strcmp("-v", argv[arg_index]) == 0) {
71 ++arg_index;
73 if (arg_index == argc)
84 binary = argv[arg_index];
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_cc_arm.cc 36 uint32_t arg_index = 0; // Index into argument array. local
42 core_reg_args[gpr_index++] = args[arg_index++];
45 for (uint32_t shorty_index = 1; shorty[shorty_index] != '\0'; ++shorty_index, ++arg_index) {
57 fp_reg_args[fpr_double_index++] = args[arg_index];
58 fp_reg_args[fpr_double_index++] = args[arg_index + 1];
60 ++arg_index;
74 fp_reg_args[fpr_index++] = args[arg_index];
86 core_reg_args[gpr_index++] = args[arg_index];
88 ++arg_index;
92 core_reg_args[gpr_index++] = args[arg_index];
    [all...]
  /external/bison/lib/
printf-parse.c 139 size_t arg_index = ARG_NONE; local
151 dp->arg_index = ARG_NONE;
172 arg_index = n - 1;
567 dp->arg_index = arg_index;
568 if (dp->arg_index == ARG_NONE)
570 dp->arg_index = arg_posn++;
571 if (dp->arg_index == ARG_NONE)
575 REGISTER_ARG (dp->arg_index, type);
printf-parse.h 43 /* arg_index value indicating that no argument is consumed. */
65 size_t arg_index; member in struct:__anon5730
95 size_t arg_index; member in struct:__anon5732
123 size_t arg_index; member in struct:__anon5734
151 size_t arg_index; member in struct:__anon5736
  /external/e2fsprogs/intl/
printf-parse.c 120 size_t arg_index = ARG_NONE; local
132 dp->arg_index = ARG_NONE;
153 arg_index = n - 1;
487 dp->arg_index = arg_index;
488 if (dp->arg_index == ARG_NONE)
490 dp->arg_index = arg_posn++;
491 if (dp->arg_index == ARG_NONE)
495 REGISTER_ARG (dp->arg_index, type);
printf-parse.h 33 /* arg_index value indicating that no argument is consumed. */
49 size_t arg_index; member in struct:__anon10028
wprintf-parse.h 33 /* arg_index value indicating that no argument is consumed. */
49 size_t arg_index; member in struct:__anon10030
  /system/core/metricsd/
metrics_client.cc 175 int arg_index = optind; local
187 if ((arg_index + expected_args) != argc) {
201 arg_index,
205 return SendCrosEvent(argv, arg_index);
  /art/runtime/interpreter/
interpreter_common.cc 729 size_t arg_index = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ar.c 612 int arg_index, status = 0;
661 arg_index = optind;
663 while (arg_index < argc)
666 status |= ranlib_only (argv[arg_index]);
668 status |= ranlib_touch (argv[arg_index]);
669 ++arg_index;
680 int arg_index;
741 arg_index = 0;
763 xexit (ranlib_only (argv[arg_index]));
781 posname = argv[arg_index++]
609 int arg_index, status = 0; local
677 int arg_index; local
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 252 milliseconds