HomeSort by relevance Sort by last modified time
    Searched full:skiparg (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
Compilation.cpp 105 static bool skipArg(const char *Flag, bool &SkipNextArg) {
162 if (skipArg(*it, SkipNext)) {
  /external/libvpx/libvpx/
vpxdec.c 69 static const arg_def_t skiparg = ARG_DEF(NULL, "skip", 1, variable
93 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile,
744 else if (arg_match(&arg, &skiparg, argi))
    [all...]

Completed in 7481 milliseconds