Searched defs:io (Results 1 - 6 of 6) sorted by path

/art/runtime/
H A Dsubtype_check_info.h156 SubtypeCheckInfo io; local
157 io.depth_ = depth;
158 io.bitstring_and_of_ = compressed_value;
159 io.DcheckInvariants();
160 return io;
199 SubtypeCheckInfo io{};
200 io.depth_ = 0u;
201 io.SetNext(io.GetNext() + 1u);
204 DCHECK_EQ(SubtypeCheckInfo::kAssigned, io
365 SubtypeCheckInfo io; local
515 operator <<(std::ostream& os, const SubtypeCheckInfo& io) argument
[all...]
H A Dsubtype_check_info_test.cc124 static bool HasNext(SubtypeCheckInfo io) { argument
125 return io.HasNext();
128 static BitString GetPathToRoot(SubtypeCheckInfo io) { argument
129 return io.GetPathToRoot();
/art/test/712-varhandle-invocations/util-src/
H A Dgenerate_java.py26 import io namespace
758 with io.StringIO() as body_text:
817 with io.StringIO() as body_text:
/art/tools/checker/file_format/c1visualizer/
H A Dtest.py21 import io namespace
40 actualFile = ParseC1visualizerStream("<c1_file>", io.StringIO(ToUnicode(c1Text)))
/art/tools/checker/file_format/checker/
H A Dtest.py22 import io namespace
31 return ParseCheckerStream("<test-file>", "CHECK", io.StringIO(checkerText))
81 checkerFile = ParseCheckerStream("<test-file>", "CHECK", io.StringIO(checkerText))
214 return ParseCheckerStream("<test_file>", "CHECK", io.StringIO(ToUnicode(checkerText)))
312 return ParseCheckerStream("<test_file>", "CHECK", io.StringIO(ToUnicode(checkerText)))
372 checkerFile = ParseCheckerStream("<test-file>", "CHECK", io.StringIO(checkerText))
/art/tools/checker/match/
H A Dtest.py24 import io namespace
123 checkerFile = ParseCheckerStream("<test-file>", "CHECK", io.StringIO(ToUnicode(checkerString)))
124 c1File = ParseC1visualizerStream("<c1-file>", io.StringIO(ToUnicode(c1String)))

Completed in 173 milliseconds