Home
last modified time | relevance | path

Searched refs:TEST_RUN (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java55 private static final String TEST_RUN = "test_run"; field in GoogleBenchmarkResultParserTest
103 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParseSimpleFile()
161 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParseSimpleFile_twoTests()
185 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_contextError()
199 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_noBenchmarkResults()
223 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_benchmarkError()
239 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testJsonParse()
261 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParseSimpleFile_withWarning()
287 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_ignore()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java109 TEST_RUN, enumConstant
155 return TestLevel.TEST_RUN; in processNewProto()