Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Datomic.rscript5 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 Dforeach.rscript6 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 Dbug_char.rscript10 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 Dunsigned.rscript8 bool failed = false;
15 if (failed) {
22 return failed;
26 bool failed = false;
27 failed |= test_unsigned();
29 if (failed) {
H A Dconvert.rscript8 bool failed = false;
16 if (failed) {
23 return failed;
27 bool failed = false;
28 failed |= test_convert();
30 if (failed) {
H A Dstruct.rscript10 bool failed = false;
16 if (failed) {
23 return failed;
27 bool failed = false;
28 failed |= test_Point_2(expected);
30 if (failed) {
H A Dkernel.rscript6 static bool failed = false;
19 bool failed = false;
26 if (failed) {
33 return failed;
37 failed |= test_root_output();
41 if (failed) {
H A Dnoroot.rscript6 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 Datomic.rscript21 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 Dforeach_multi.rscript91 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 Dforeach.rscript22 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 Dbug_char.rscript26 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 Datomic.rscript23 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 Dforeach_multi.rscript93 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 Dforeach.rscript24 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 Dtypecheck.cpp76 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 Dexpected-stdout.txt2 "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 Dverify_object.cc35 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 Dexpected-stdout.txt1 …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 DAndroid.common_test.mk48 (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 DIDvr.hal35 * 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 DIFilter.hal43 * 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 Dexpected-stdout.txt5 "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 Dforeach.rscript6 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 Dforeach.rscript6 static bool failed = false;
13 bool failed = false;
23 if (failed) {
30 return failed;
34 failed |= test_root_output();
38 if (failed) {

12345678910>>...18