Home
last modified time | relevance | path

Searched refs:reporter (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DChecksumReporterTest.java185 private void VerifyInvocationResults(IInvocationResult invocation, ChecksumReporter reporter) { in VerifyInvocationResults() argument
189 reporter.containsModuleResult(module, buildFingerprint)); in VerifyInvocationResults()
193 reporter.containsTestResult(result, module, buildFingerprint)); in VerifyInvocationResults()
/test/vts/tools/vts-core-tradefed/tests/
Drun_vts_core_tests.sh22 --console-result-reporter:suppress-passed-tests \
/test/suite_harness/tools/cts-tradefed/tests/
Drun_cts_tests.sh22 --console-result-reporter:suppress-passed-tests \
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DChecksumReporter.java92 ChecksumReporter reporter = new ChecksumReporter(directory); in load() local
93 if (reporter.getCapacity() > 1.1) { in load()
96 return reporter; in load()