Home
last modified time | relevance | path

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

/art/test/016-intern/
Dexpected-stdout.txt1 good! foobar
2 good! foo
3 good! null
/art/test/
Drun-test968 good="no"
989 good="yes"
993 good="yes"
1012 good="yes"
1023 good="yes"
1030 good="no"
1037 good="no"
1091 good="yes"
1098 if [ "$good" != "yes" -a "$update_mode" != "yes" ]; then
1132 if [ "$bisection_search" = "yes" -a "$good" != "yes" ]; then
[all …]
/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()
Dodr_metrics_record_test.cc109 ASSERT_TRUE(!ofs.good()); in TEST_F()
/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/runtime/
Dhidden_api_test.cc51 if (src_stream.good() && dst_stream.good()) { in Copy()
55 + (src_stream.good() ? "true" : "false") + ", dst_good=" in Copy()
56 + (dst_stream.good() ? "true" : "false") + ")"; in Copy()
/art/cmdline/
Dcmdline.h179 if (!out_->good()) { in Parse()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc627 bool good = true; in GetAllAvailableEvents() local
630 good = false; in GetAllAvailableEvents()
634 if (good) { in GetAllAvailableEvents()
/art/compiler/
DAndroid.bp19 // 64bit variant. It also might be good to allow one to compile only the 64bit variant without the
/art/runtime/jni/
Djni_internal.cc96 size_t VisitModifiedUtf8Chars(const char* utf8, size_t byte_count, GoodFunc good, BadFunc bad) { in VisitModifiedUtf8Chars() argument
104 good(utf8, 1u); in VisitModifiedUtf8Chars()
125 good(utf8, 2u); in VisitModifiedUtf8Chars()
141 good(utf8, 3u); in VisitModifiedUtf8Chars()
153 good(utf8, 4u); in VisitModifiedUtf8Chars()
/art/tools/hiddenapi/
Dhiddenapi.cc742 CHECK(ofs.good()); in WriteTo()
/art/dex2oat/
Ddex2oat.cc2786 if (!input_file.good()) { in ReadCommentedInputFromFile()
2831 while (in_stream.good()) { in ReadCommentedInputStream()
/art/profman/
Dprofman.cc1022 while (in_stream.good()) { in ReadCommentedInputStream()
/art/oatdump/
Doatdump.cc3000 while (in_stream.good()) { in ReadCommentedInputStream()