Searched refs:createPlainText (Results 1 - 3 of 3) sorted by relevance

/art/tools/checker/file_format/checker/
H A Dtest.py406 [ TestExpression.createPlainText("123"),
409 [ TestExpression.createPlainText("123 "),
413 TestExpression.createPlainText("XYZ") ])
416 TestExpression.createPlainText(" XYZ") ])
418 [ TestExpression.createPlainText("123"),
420 TestExpression.createPlainText("XYZ") ])
422 [ TestExpression.createPlainText("123 "),
424 TestExpression.createPlainText(" XYZ") ])
H A Dparser.py162 assertion.addExpression(TestExpression.createPlainText(text))
H A Dstruct.py154 def createPlainText(text): member in class:TestExpression

Completed in 125 milliseconds