Home
last modified time | relevance | path

Searched refs:good (Results 1 – 18 of 18) sorted by relevance

/art/test/016-intern/
Dexpected-stdout.txt1 good! foobar
2 good! foo
3 good! null
/art/test/095-switch-MAX_INT/
Dexpected-stdout.txt1 good
/art/test/064-field-access/
Dexpected-stdout.txt2 good
/art/test/1989-transform-bad-monitor/
Dexpected-stdout.txt6 Locks are good.
/art/test/1977-hello-structural-obsolescence/
Dexpected-stdout.txt9 Goodbye and good luck - Transformed
/art/test/664-aget-verifier/
Dinfo.txt6 preventing otherwise good method from being compiled.
/art/test/144-static-field-sigquit/
Dinfo.txt7 This test is flaky and produces the issue rarely, but it should be good enough
/art/test/1978-regular-obsolete-then-structural-obsolescence/
Dexpected-stdout.txt21 Goodbye and good luck - Transformed
/art/odrefresh/
Dodr_compilation_log.cc100 if (!ifs.good()) { in Read()
125 if (!ofs.good()) { in Write()
/art/test/435-try-finally-without-catch/
Dinfo.txt26 then by suppressing them for good.
/art/test/1974-resize-array/
Dexpected-stdout.txt83 Everything looks good WRT obsolete object!
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc629 bool good = true; in GetAllAvailableEvents() local
632 good = false; in GetAllAvailableEvents()
636 if (good) { in GetAllAvailableEvents()
/art/cmdline/
Dcmdline.h139 if (!out_->good()) { in Parse()
/art/runtime/jni/
Djni_internal.cc98 size_t VisitUtf8Chars(const char* utf8, size_t byte_count, GoodFunc good, BadFunc bad) { in VisitUtf8Chars() argument
106 good(utf8, 1u); in VisitUtf8Chars()
119 good(utf8, 2u); in VisitUtf8Chars()
130 good(utf8, 3u); in VisitUtf8Chars()
141 good(utf8, 4u); in VisitUtf8Chars()
176 auto good = [&](const char* ptr, size_t length) { in operator ()() local
185 VisitUtf8Chars(utf_, utf8_length_, good, bad); in operator ()()
189 auto good = [&](const char* ptr, size_t length) { in operator ()() local
208 VisitUtf8Chars(utf_, utf8_length_, good, bad); in operator ()()
/art/compiler/
DAndroid.bp19 // 64bit variant. It also might be good to allow one to compile only the 64bit variant without the
/art/tools/hiddenapi/
Dhiddenapi.cc746 CHECK(ofs.good()); in WriteTo()
/art/profman/
Dprofman.cc1050 while (in_stream.good()) { in ReadCommentedInputStream()
/art/oatdump/
Doatdump.cc3086 while (in_stream.good()) { in ReadCommentedInputStream()