OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunCommand
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/tools/localize/
Perforce.h
12
static int
RunCommand
(const string& cmd, string* result, bool printOnFailure);
Perforce_test.cpp
8
int err = Perforce::
RunCommand
("p4 help csommands", &result, true);
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/test/cctest/
testcfg.py
67
output = self.
RunCommand
(dependent_command)
/development/testrunner/
adb_interface.py
71
return run_command.
RunCommand
(adb_cmd, timeout_time=timeout_time,
243
run_command.
RunCommand
(adb_command_string, return_output=False)
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,
runtest.py
246
run_command.
RunCommand
(cmd, return_output=False)
262
run_command.
RunCommand
(cmd, return_output=False)
coverage.py
214
run_command.
RunCommand
(cmd, return_output=False)
/external/v8/tools/
test.py
356
def
RunCommand
(self, command):
371
result = self.
RunCommand
(self.GetCommand())
[
all
...]
Completed in 32 milliseconds