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

  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 581 const char* const command_name = argv[0]; local
585 std::cerr << command_name << ": Must specify exactly one command option"
587 ShowUsageWithFlagsRestrict(command_name, "vcdiff");
592 std::cerr << command_name << " " << command_option
594 ShowUsageWithFlagsRestrict(command_name, "vcdiff");
599 std::cerr << command_name << ": Option --buffersize cannot be 0"
601 ShowUsageWithFlagsRestrict(command_name, "vcdiff");
626 std::cerr << command_name
646 std::cerr << command_name << ": Unrecognized command option "
648 ShowUsageWithFlagsRestrict(command_name, "vcdiff")
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 261 def command_by_name(self, command_name):
263 if command_name == command.name:
288 (command_name, args) = self._split_command_name_from_args(argv[1:])
293 command = self.command_by_name(command_name) or self.help_command
295 option_parser.error("%s is not a recognized command" % command_name)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
earlywarningsystem.py 99 is_svn_apply = script_error.command_name() == "svn-apply"
queues.py 450 is_svn_apply = script_error.command_name() == "svn-apply"
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 92 def command_name(self): member in class:ScriptError

Completed in 297 milliseconds