Home
last modified time | relevance | path

Searched refs:ToUnicode (Results 1 – 4 of 4) sorted by relevance

/art/tools/checker/file_format/c1visualizer/
Dtest.py17 from common.testing import ToUnicode
40 actualFile = ParseC1visualizerStream("<c1_file>", io.StringIO(ToUnicode(c1Text)))
/art/tools/checker/match/
Dtest.py16 from common.testing import ToUnicode
38 ToUnicode(c1String),
123 checkerFile = ParseCheckerStream("<test-file>", "CHECK", io.StringIO(ToUnicode(checkerString)))
124 c1File = ParseC1visualizerStream("<c1-file>", io.StringIO(ToUnicode(c1String)))
/art/tools/checker/common/
Dtesting.py15 def ToUnicode(string): function
/art/tools/checker/file_format/checker/
Dtest.py18 from common.testing import ToUnicode
30 checkerText = u"/// CHECK-START: pass\n" + ToUnicode(string)
80 u"/// CHECK" + ToUnicode(variant) + u": " + ToUnicode(string))
214 return ParseCheckerStream("<test_file>", "CHECK", io.StringIO(ToUnicode(checkerText)))
312 return ParseCheckerStream("<test_file>", "CHECK", io.StringIO(ToUnicode(checkerText)))
371 checkerText = u"/// CHECK-START: pass\n" + ToUnicode(string)