Home
last modified time | relevance | path

Searched refs:a32 (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/
Dstderr.txt.expect1 reflection3264_reduce_mismatch_name_exp.rs:7:12: error: 1st reduction kernel is 'a32' for 32-bit ta…
Dreflection3264_reduce_mismatch_name_exp.rs9 #pragma rs reduce(a32) accumulator(accumBad)
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_noexp/
Dstderr.txt.expect1 reflection3264_reduce_mismatch_name_noexp.rs:10:12: error: 1st reduction kernel is 'a32' for 32-bit…
Dreflection3264_reduce_mismatch_name_noexp.rs12 #pragma rs reduce(a32) accumulator(accumGood)
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java202 Account a32 = new Account("account3", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_2); in testCheckAddAccount() local
208 mAms.addAccountExplicitly(a32, "p32", null); in testCheckAddAccount()
220 assertEquals(a32, accounts[5]); in testCheckAddAccount()