Searched refs:AFTER (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | BugreportCollectorTest.java | 85 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testCreatePredicate() 90 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testPredicateEquals() 91 Predicate bar = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testPredicateEquals() 92 Predicate baz = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION); in testPredicateEquals() 101 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION); in testPredicatePartialMatch() 102 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION, in testPredicatePartialMatch() 109 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION); in testPredicateFullMatch() 110 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION, in testPredicateFullMatch() 112 Predicate longP2 = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION, in testPredicateFullMatch() 136 {Relation.AFTER, Freq.FIRST, Noun.INVOCATION}, in testInvalidPredicate() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 47 p(Relation.AFTER, Freq.EACH, Noun.FAILED_TESTCASE); 67 AFTER, enumConstant 327 case AFTER: in check() 439 check(Relation.AFTER, Noun.TESTCASE, test); in testEnded() 448 check(Relation.AFTER, Noun.FAILED_TESTCASE, test); in testFailed() 457 check(Relation.AFTER, Noun.FAILED_TESTCASE, test); in testAssumptionFailure() 466 check(Relation.AFTER, Noun.TESTRUN); in testRunEnded() 476 check(Relation.AFTER, Noun.FAILED_TESTRUN); in testRunFailed() 534 check(Relation.AFTER, Noun.INVOCATION); in invocationEnded() 544 check(Relation.AFTER, Noun.FAILED_INVOCATION); in invocationFailed()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | MediaPlayerStressTest.java | 107 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
|
D | VideoEditingPerformanceTest.java | 147 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
|
D | VideoEditingMemoryTest.java | 117 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
|
D | MediaMemoryTest.java | 124 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationTest.java | 983 BugreportCollector.Relation.AFTER, in addBugreportListenerIfEnabled()
|