/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | atomic.rscript | 5 bool failed = false; 11 return failed; 15 bool failed = false; 21 return failed; 25 bool failed = false; 31 return failed; 35 bool failed = false; 56 if (failed) { 63 return failed; 67 bool failed = false; [all …]
|
H A D | foreach.rscript | 6 static bool failed = false; 19 bool failed = false; 29 if (failed) { 36 return failed; 40 bool failed = false; 50 if (failed) { 57 return failed; 61 failed |= test_root_output(); 65 failed |= test_foo_output(); 69 if (failed) {
|
H A D | bug_char.rscript | 10 bool failed = false; 22 failed = true; 29 failed = true; 33 return failed; 37 bool failed = false; 38 failed |= test_bug_char(); 40 if (failed) {
|
H A D | unsigned.rscript | 8 bool failed = false; 15 if (failed) { 22 return failed; 26 bool failed = false; 27 failed |= test_unsigned(); 29 if (failed) {
|
H A D | convert.rscript | 8 bool failed = false; 16 if (failed) { 23 return failed; 27 bool failed = false; 28 failed |= test_convert(); 30 if (failed) {
|
H A D | struct.rscript | 10 bool failed = false; 16 if (failed) { 23 return failed; 27 bool failed = false; 28 failed |= test_Point_2(expected); 30 if (failed) {
|
H A D | kernel.rscript | 6 static bool failed = false; 19 bool failed = false; 26 if (failed) { 33 return failed; 37 failed |= test_root_output(); 41 if (failed) {
|
H A D | noroot.rscript | 6 static bool failed = false; 13 bool failed = false; 23 if (failed) { 30 return failed; 34 failed |= test_foo_output(); 38 if (failed) {
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | atomic.rscript | 21 bool failed = false; 27 return failed; 31 bool failed = false; 37 return failed; 41 bool failed = false; 47 return failed; 51 bool failed = false; 72 if (failed) { 79 return failed; 83 bool failed = false; [all …]
|
H A D | foreach_multi.rscript | 91 bool failed = false; 100 if (failed) { 107 return failed; 111 bool failed = false; 121 if (failed) { 128 return failed; 141 if (failed) { 148 return failed; 171 if (failed) { 178 return failed; [all …]
|
H A D | foreach.rscript | 22 static bool failed = false; 35 bool failed = false; 45 if (failed) { 52 return failed; 56 bool failed = false; 66 if (failed) { 73 return failed; 77 failed |= test_root_output(); 81 failed |= test_foo_output(); 85 if (failed) {
|
H A D | bug_char.rscript | 26 bool failed = false; 38 failed = true; 45 failed = true; 49 return failed; 53 bool failed = false; 54 failed |= test_bug_char(); 56 if (failed) {
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | atomic.rscript | 23 bool failed = false; 29 return failed; 33 bool failed = false; 39 return failed; 43 bool failed = false; 49 return failed; 53 bool failed = false; 74 if (failed) { 81 return failed; 85 bool failed = false; [all …]
|
H A D | foreach_multi.rscript | 93 bool failed = false; 102 if (failed) { 109 return failed; 113 bool failed = false; 123 if (failed) { 130 return failed; 143 if (failed) { 150 return failed; 173 if (failed) { 180 return failed; [all …]
|
H A D | foreach.rscript | 24 static bool failed = false; 37 bool failed = false; 47 if (failed) { 54 return failed; 58 bool failed = false; 68 if (failed) { 75 return failed; 79 failed |= test_root_output(); 83 failed |= test_foo_output(); 87 if (failed) {
|
/aosp12/frameworks/rs/tests/cpp_api/typecheck/ |
H A D | typecheck.cpp | 76 bool failed = false; in TEST_ELEM_ALL() local 80 failed |= test_elem_##ENAME##_I8(); \ in TEST_ELEM_ALL() 81 failed |= test_elem_##ENAME##_U8(); \ in TEST_ELEM_ALL() 82 failed |= test_elem_##ENAME##_I16(); \ in TEST_ELEM_ALL() 83 failed |= test_elem_##ENAME##_U16(); \ in TEST_ELEM_ALL() 84 failed |= test_elem_##ENAME##_I32(); \ in TEST_ELEM_ALL() 85 failed |= test_elem_##ENAME##_U32(); \ in TEST_ELEM_ALL() 86 failed |= test_elem_##ENAME##_I64(); \ in TEST_ELEM_ALL() 87 failed |= test_elem_##ENAME##_U64(); \ in TEST_ELEM_ALL() 103 if (failed) { in TEST_ELEM_ALL() [all …]
|
/aosp12/art/test/1967-get-set-local-bad-slot/ |
H A D | expected-stdout.txt | 2 "GetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due to… 5 "GetLong_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due t… 8 "GetObject_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due… 20 "GetInt_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due to… 23 "GetLong_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due t… 26 "GetObject_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due… 38 "GetInt_at_too_high" on public static void art.Test1967.LongMethod(java.lang.Runnable) failed due t… 41 "GetLong_at_too_high" on public static void art.Test1967.LongMethod(java.lang.Runnable) failed due … 44 "GetObject_at_too_high" on public static void art.Test1967.LongMethod(java.lang.Runnable) failed du… 56 "GetInt_at_negative" on public static void art.Test1967.LongMethod(java.lang.Runnable) failed due t… [all …]
|
/aosp12/art/runtime/ |
H A D | verify_object.cc | 35 bool failed = !IsAligned<kObjectAlignment>(obj.Ptr()); in VerifyObjectImpl() local 36 if (!failed) { in VerifyObjectImpl() 38 failed = failed || !IsAligned<kObjectAlignment>(c); in VerifyObjectImpl() 39 failed = failed || !VerifyClassClass(c); in VerifyObjectImpl() 41 if (UNLIKELY(failed)) { in VerifyObjectImpl()
|
/aosp12/art/test/954-invoke-polymorphic-verifier/ |
H A D | expected-stdout.txt | 1 …ejected class MethodHandleNotInvoke: void MethodHandleNotInvoke.<init>() failed to verify: void Me… 2 … rejected class MethodHandleToString: void MethodHandleToString.<init>() failed to verify: void Me… 3 java.lang.VerifyError: Verifier rejected class NonReference: void NonReference.<init>() failed to v… 4 …: Verifier rejected class TooFewArguments: void TooFewArguments.<init>() failed to verify: void To… 5 …Verifier rejected class TooManyArguments: void TooManyArguments.<init>() failed to verify: void To… 6 java.lang.VerifyError: Verifier rejected class BadThis: void BadThis.<init>() failed to verify: voi… 7 …d class FakeSignaturePolymorphic: void FakeSignaturePolymorphic.<init>() failed to verify: void Fa… 8 …erFakeSignaturePolymorphic: void BetterFakeSignaturePolymorphic.<init>() failed to verify: void Be… 10 java.lang.VerifyError: Verifier rejected class Unresolved: void Unresolved.<init>() failed to verif… 15 …void VarHandleUnhappyAccessors.compareAndSet(java.lang.invoke.VarHandle) failed to verify: void Va… [all …]
|
/aosp12/art/build/ |
H A D | Android.common_test.mk | 48 (mkdir -p $(ART_HOST_TEST_DIR)/failed/ && touch $(ART_HOST_TEST_DIR)/failed/$(1) && \ 89 ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \ 90 && (echo -e "\e[91mFAILING TESTS\e[0m" >&2 && ls -1 $(ART_HOST_TEST_DIR)/failed/ >&2) \ 92 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] && rm -r $(ART_HOST_TEST_DIR) \ 100 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] || [ $(ART_TEST_KEEP_GOING) = true ])\ 103 && ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \
|
/aosp12/hardware/interfaces/tv/tuner/1.0/ |
H A D | IDvr.hal | 35 * UNKNOWN_ERROR if failed for other reasons. 48 * INVALID_STATE if failed for wrong state. 49 * UNKNOWN_ERROR if failed for other reasons. 62 * INVALID_STATE if failed for wrong state. 63 * UNKNOWN_ERROR if failed for other reasons. 76 * INVALID_STATE if failed for wrong state. 77 * UNKNOWN_ERROR if failed for other reasons. 89 * INVALID_STATE if failed for wrong state. 102 * INVALID_STATE if failed for wrong state. 115 * INVALID_STATE if failed for wrong state. [all …]
|
H A D | IFilter.hal | 43 * INVALID_STATE if failed for wrong state. 44 * UNKNOWN_ERROR if failed for other reasons. 58 * INVALID_STATE if failed for wrong state. 59 * UNKNOWN_ERROR if failed for other reasons. 70 * INVALID_STATE if failed for wrong state. 71 * UNKNOWN_ERROR if failed for other reasons. 84 * INVALID_STATE if failed for wrong state. 85 * UNKNOWN_ERROR if failed for other reasons. 97 * INVALID_STATE if failed for wrong state. 109 * INVALID_STATE if failed for wrong state. [all …]
|
/aosp12/art/test/1912-get-set-local-primitive/ |
H A D | expected-stdout.txt | 5 "GetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERRO… 8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR… 11 "GetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER… 14 "GetObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER… 35 "GetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ERRO… 41 "GetFloat" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ER… 44 "GetDouble" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_E… 47 "GetObject" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_E… 68 "GetInt" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed due to JVMTI_ERR… 71 "GetLong" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed due to JVMTI_ER… [all …]
|
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
H A D | foreach.rscript | 6 static bool failed = false; 13 bool failed = false; 23 if (failed) { 30 return failed; 34 failed |= test_root_output(); 38 if (failed) {
|
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
H A D | foreach.rscript | 6 static bool failed = false; 13 bool failed = false; 23 if (failed) { 30 return failed; 34 failed |= test_root_output(); 38 if (failed) {
|