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

  /development/testrunner/test_defs/
native_test.py 71 if run_command.RunHostCommand(f) != 0:
75 if run_command.RunHostCommand(f, valgrind=True) == 0:
164 return run_command.RunHostCommand(full_path, valgrind=valgrind)
  /development/testrunner/
run_command.py 150 def RunHostCommand(binary, valgrind=False):
  /external/chromium_org/third_party/android_testrunner/
run_command.py 146 def RunHostCommand(binary, valgrind=False):

Completed in 134 milliseconds