Searched refs:TESTCASE (Results 1 – 5 of 5) 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() 103 Filter.WITH_ANY, Noun.TESTCASE); in testPredicatePartialMatch() 111 Filter.WITH_ANY, Noun.TESTCASE); in testPredicateFullMatch() 113 Filter.WITH_ANY, Noun.TESTCASE); in testPredicateFullMatch() 190 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testTestEnded() 211 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testWaitForDevice() 234 Predicate pred = new Predicate(Relation.AFTER, Freq.FIRST, Noun.TESTCASE); in testTestEnded_firstCase()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 58 TESTCASE, enumConstant 329 case TESTCASE: in check() 360 case TESTCASE: in check() 389 case TESTCASE: in check() 439 check(Relation.AFTER, Noun.TESTCASE, test); in testEnded() 504 check(Relation.AT_START_OF, Noun.TESTCASE, test); in testStarted()
|
D | XmlResultReporter.java | 58 private static final String TESTCASE = "testcase"; field in XmlResultReporter 176 serializer.startTag(NS, TESTCASE); in print() 196 serializer.endTag(NS, TESTCASE); in print()
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 86 TESTCASE_LOG: ContextLevel.TESTCASE 341 def __get_current_output_dir(self, depth=ContextLevel.TESTCASE):
|
/tools/test/connectivity/acts/framework/acts/ |
D | context.py | 34 TESTCASE = 2 variable in ContextLevel
|