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

  /development/testrunner/
run_command.py 32 """Sets behavior of RunCommand to throw AbortError if command process returns
37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
  /frameworks/base/tools/localize/
Perforce.cpp 19 Perforce::RunCommand(const string& cmd, string* result, bool printOnFailure)
26 log_printf("Perforce::RunCommand: %s\n", cmd.c_str());
114 err = RunCommand(cmd.str(), &text, printOnFailure);
150 return RunCommand(cmd.str(), result, printOnFailure);
159 err = RunCommand("p4 changes -m 1 \\#have", &text, printOnFailure);
189 return Perforce::RunCommand(cmd.str(), &text, printOnFailure);
218 err = RunCommand(cmd, &text, printOnFailure);
  /external/v8/tools/
test.py 356 def RunCommand(self, command):
371 result = self.RunCommand(self.GetCommand())
    [all...]

Completed in 5606 milliseconds