Home
last modified time | relevance | path

Searched refs:AFTER (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DBugreportCollectorTest.java85 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/
DBugreportCollector.java47 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/
DMediaPlayerStressTest.java107 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
DVideoEditingPerformanceTest.java147 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
DVideoEditingMemoryTest.java117 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
DMediaMemoryTest.java124 Relation.AFTER, Freq.EACH, Noun.TESTRUN)); in run()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java983 BugreportCollector.Relation.AFTER, in addBugreportListenerIfEnabled()