Searched refs:good (Results 1 – 18 of 18) sorted by relevance
/art/test/016-intern/ |
D | expected-stdout.txt | 1 good! foobar 2 good! foo 3 good! null
|
/art/test/095-switch-MAX_INT/ |
D | expected-stdout.txt | 1 good
|
/art/test/064-field-access/ |
D | expected-stdout.txt | 2 good
|
/art/test/1989-transform-bad-monitor/ |
D | expected-stdout.txt | 6 Locks are good.
|
/art/test/1977-hello-structural-obsolescence/ |
D | expected-stdout.txt | 9 Goodbye and good luck - Transformed
|
/art/test/664-aget-verifier/ |
D | info.txt | 6 preventing otherwise good method from being compiled.
|
/art/test/144-static-field-sigquit/ |
D | info.txt | 7 This test is flaky and produces the issue rarely, but it should be good enough
|
/art/test/1978-regular-obsolete-then-structural-obsolescence/ |
D | expected-stdout.txt | 21 Goodbye and good luck - Transformed
|
/art/odrefresh/ |
D | odr_compilation_log.cc | 100 if (!ifs.good()) { in Read() 125 if (!ofs.good()) { in Write()
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 26 then by suppressing them for good.
|
/art/test/1974-resize-array/ |
D | expected-stdout.txt | 83 Everything looks good WRT obsolete object!
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 629 bool good = true; in GetAllAvailableEvents() local 632 good = false; in GetAllAvailableEvents() 636 if (good) { in GetAllAvailableEvents()
|
/art/cmdline/ |
D | cmdline.h | 139 if (!out_->good()) { in Parse()
|
/art/runtime/jni/ |
D | jni_internal.cc | 98 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/ |
D | Android.bp | 19 // 64bit variant. It also might be good to allow one to compile only the 64bit variant without the
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 746 CHECK(ofs.good()); in WriteTo()
|
/art/profman/ |
D | profman.cc | 1050 while (in_stream.good()) { in ReadCommentedInputStream()
|
/art/oatdump/ |
D | oatdump.cc | 3086 while (in_stream.good()) { in ReadCommentedInputStream()
|