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

  /external/chromium_org/build/android/pylib/instrumentation/
test_result.py 8 class InstrumentationTestResult(base_test_result.BaseTestResult):
12 """Construct an InstrumentationTestResult object.
21 super(InstrumentationTestResult, self).__init__(full_name, test_type, log)
test_runner.py 367 result = test_result.InstrumentationTestResult(
370 result = test_result.InstrumentationTestResult(
390 results.AddResult(test_result.InstrumentationTestResult(
  /external/chromium_org/build/android/pylib/host_driven/
test_runner.py 18 class HostDrivenExceptionTestResult(test_result.InstrumentationTestResult):
test_case.py 188 test_result.InstrumentationTestResult(

Completed in 57 milliseconds