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

  /external/chromium_org/tools/gn/
command_args.cc 126 std::map<base::StringPiece, Value> sorted_args; local
133 sorted_args.insert(*i);
143 sorted_args.insert(*found_arg);
148 for (std::map<base::StringPiece, Value>::iterator i = sorted_args.begin();
149 i != sorted_args.end(); ++i) {
159 for (std::map<base::StringPiece, Value>::iterator i = sorted_args.begin();
160 i != sorted_args.end(); ++i) {
  /external/chromium_org/tools/site_compare/
command_line.py 478 sorted_args = self.args[:]
479 sorted_args.sort(self.SortArgs())
482 " ".join([arg.GetUsageString() for arg in sorted_args]), width,
488 sorted_args = self.args[:]
489 sorted_args.sort(self.SortArgs())
491 return "\n".join([arg.GetHelpString(width) for arg in sorted_args])
  /external/qemu/tcg/
tcg.c 293 int *sorted_args; local
309 sorted_args = g_malloc(sizeof(int) * total_args);
314 def->sorted_args = sorted_args;
316 sorted_args += n;
    [all...]
tcg.h 643 int *sorted_args; member in struct:TCGOpDef

Completed in 206 milliseconds