HomeSort by relevance Sort by last modified time
    Searched refs:opt_index (Results 1 - 9 of 9) sorted by null

  /external/bison/lib/
getopt1.c 42 const struct option *long_options, int *opt_index)
45 opt_index, 0, 0);
50 const struct option *long_options, int *opt_index,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const struct option *long_options, int *opt_index)
68 opt_index, 1, 0);
73 const struct option *long_options, int *opt_index,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt1.c 42 const struct option *long_options, int *opt_index)
45 opt_index, 0, 0);
50 const struct option *long_options, int *opt_index,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const struct option *long_options, int *opt_index)
68 opt_index, 1, 0);
73 const struct option *long_options, int *opt_index,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
  /ndk/sources/host-tools/make-3.81/
getopt1.c 71 const struct option *long_options, int *opt_index)
73 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 const struct option *long_options, int *opt_index)
85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 215 size_t opt_index; member in struct:cl_decoded_option
256 size_t opt_index; member in struct:__anon28275
343 int opt_index, int value, const char *arg, int kind,
345 extern void *option_flag_var (int opt_index, struct gcc_options *opts);
348 size_t opt_index, const char *arg, int value,
352 void generate_option (size_t opt_index, const char *arg, int value,
364 extern void control_warning_option (unsigned int opt_index, int kind,
401 extern bool opt_enum_arg_to_value (size_t opt_index, const char *arg,
  /external/chromium_org/printing/backend/
print_backend_cups.cc 120 for (int opt_index = 0; opt_index < printer.num_options; ++opt_index) {
121 printer_info.options[printer.options[opt_index].name] =
122 printer.options[opt_index].value;
  /external/fio/
goptions.c 17 unsigned int opt_index; member in struct:gopt
164 gopt->opt_index = idx;
207 struct fio_option *o = &fio_options[s->gopt.opt_index];
268 struct fio_option *o = &fio_options[c->gopt.opt_index];
313 struct fio_option *o = &fio_options[c->gopt.opt_index];
358 struct fio_option *o = &fio_options[c->gopt.opt_index];
460 struct fio_option *o = &fio_options[i->gopt.opt_index];
579 struct fio_option *o = &fio_options[b->gopt.opt_index];
1007 struct fio_option *o, unsigned int opt_index,
1019 go = gopt_new_str_val(gjv, o, ullp, opt_index);
    [all...]
options.c 3940 int opt_index = 0; local
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 968 ExecutionState.prototype.frame = function(opt_index) {
970 if (opt_index == null) opt_index = this.selected_frame;
971 if (opt_index < 0 || opt_index >= this.frameCount()) {
974 return new FrameMirror(this.break_id, opt_index);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 724 * @param {number=} opt_index Starting offset into the given node's text.
727 cvox.DomUtil.getPrefixText = function(node, opt_index) {
728 opt_index = opt_index || 0;
743 opt_index == 0 &&
    [all...]

Completed in 404 milliseconds