Searched refs:InOrder (Results 1 – 5 of 5) sorted by relevance
/art/tools/checker/file_format/checker/ |
D | test.py | 226 [ ( "Example Group", [ ("foo", TestAssertion.Variant.InOrder), 227 ("bar", TestAssertion.Variant.InOrder) ] ) ]) 239 [ ( "Example Group1", [ ("foo", TestAssertion.Variant.InOrder), 240 ("bar", TestAssertion.Variant.InOrder) ] ), 241 ( "Example Group2", [ ("abc", TestAssertion.Variant.InOrder), 242 ("def", TestAssertion.Variant.InOrder) ] ) ]) 256 [ ( "Example Group", [ ("foo1", TestAssertion.Variant.InOrder), 257 ("foo2", TestAssertion.Variant.InOrder),
|
D | struct.py | 61 (self.assertions[-1].variant != TestAssertion.Variant.InOrder and \ 78 InOrder, NextLine, DAG, Not, Eval = range(5) variable in TestAssertion.Variant
|
D | parser.py | 96 return (plainLine, TestAssertion.Variant.InOrder, lineNo), None, None
|
/art/tools/checker/match/ |
D | test.py | 34 return ParseCheckerAssertion(testCase, checkerString, TestAssertion.Variant.InOrder, 0)
|
D | file.py | 131 elif assertionGroup[0].variant == TestAssertion.Variant.InOrder:
|