Home
last modified time | relevance | path

Searched refs:ba (Results 1 – 16 of 16) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_array_init.java74 boolean[] ba = s.get_ba(); in checkInit()
75 _RS_ASSERT("ba[0] == true", ba[0] == true); in checkInit()
76 _RS_ASSERT("ba[1] == false", ba[1] == false); in checkInit()
77 _RS_ASSERT("ba[2] == false", ba[2] == false); in checkInit()
78 _RS_ASSERT("ba.length == 3", ba.length == 3); in checkInit()
Darray_init.rscript27 bool ba[3] = {true, false};
63 _RS_ASSERT(ba[0] == true);
64 _RS_ASSERT(ba[1] == false);
65 _RS_ASSERT(ba[2] == false);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_array_init.java76 boolean[] ba = s.get_ba(); in checkInit()
77 _RS_ASSERT("ba[0] == true", ba[0] == true); in checkInit()
78 _RS_ASSERT("ba[1] == false", ba[1] == false); in checkInit()
79 _RS_ASSERT("ba[2] == false", ba[2] == false); in checkInit()
80 _RS_ASSERT("ba.length == 3", ba.length == 3); in checkInit()
Darray_init.rscript29 bool ba[3] = {true, false};
65 _RS_ASSERT(ba[0] == true);
66 _RS_ASSERT(ba[1] == false);
67 _RS_ASSERT(ba[2] == false);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_array_init.java77 boolean[] ba = s.get_ba(); in checkInit()
78 _RS_ASSERT("ba[0] == true", ba[0] == true); in checkInit()
79 _RS_ASSERT("ba[1] == false", ba[1] == false); in checkInit()
80 _RS_ASSERT("ba[2] == false", ba[2] == false); in checkInit()
81 _RS_ASSERT("ba.length == 3", ba.length == 3); in checkInit()
Darray_init.rscript11 bool ba[3] = {true, false};
47 _RS_ASSERT(ba[0] == true);
48 _RS_ASSERT(ba[1] == false);
49 _RS_ASSERT(ba[2] == false);
/frameworks/compile/slang/lit-tests/P_array_init/
Darray_init.rscript12 // CHECK: @ba = local_unnamed_addr global [3 x i8] c"\01\00\00", align 1
29 bool ba[3] = {true, false};
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java1372 private void handleSms(byte[] ba) { in handleSms() argument
1373 if (DBG) log("handleSms status : " + ba[0]); in handleSms()
1376 if ((ba[0] & 0x07) == STATUS_ON_ICC_UNREAD) { in handleSms()
1377 int n = ba.length; in handleSms()
1382 System.arraycopy(ba, 1, pdu, 0, n - 1); in handleSms()
1393 byte[] ba = messages.get(i); in handleSmses()
1395 if (DBG) log("handleSmses status " + i + ": " + ba[0]); in handleSmses()
1398 if ((ba[0] & 0x07) == STATUS_ON_ICC_UNREAD) { in handleSmses()
1399 int n = ba.length; in handleSmses()
1404 System.arraycopy(ba, 1, pdu, 0, n - 1); in handleSmses()
[all …]
/frameworks/compile/slang/tests/F_mix_vector/
Dmix_vector.rscript8 f4.xr = f4.ba;
/frameworks/compile/slang/tests/F_global_init/
Dglobal_init.rscript9 bool ba[2] = {false, true};
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem84 de:2d:82:7b:f6:fb:c1:98:e2:b4:ba:85:00:8d:6c:
114 69:c7:06:f2:8e:84:6f:d5:fd:7d:ba:93:4c:36:6f:
150 23:8f:8f:a0:ba:02:e5:0d:db:44:73:fa:6f:ce:09:3e:66:40:
152 61:8d:ba:fd:c9:5c:84:1c:ad:5b:1e:1e:d1:49:49:09:ac:1d:
156 5b:61:ad:8d:0f:76:87:64:ba:3a:5f:dc:90:30:57:d3:0a:38:
184 de:aa:de:98:5a:dc:ba:59:c3:62:9f:45:9c:89:1d:f7:bc:61:
/frameworks/compile/slang/tests/P_array_init/
Darray_init.rscript15 bool ba[3] = {true, false};
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java229 byte[] ba = messages.get(i); in markMessagesAsRead()
230 if ((ba[0] & 0x07) == STATUS_ON_ICC_UNREAD) { in markMessagesAsRead()
231 int n = ba.length; in markMessagesAsRead()
233 System.arraycopy(ba, 1, nba, 0, n - 1); in markMessagesAsRead()
833 byte[] ba = messages.get(i); in buildValidRawData()
834 if ((ba[0] & 0x01) == STATUS_ON_ICC_FREE) { in buildValidRawData()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java279 SparseArray<Long> ba = pmap.valueAt(ip); in resetProcessCrashTimeLocked() local
280 for (int i = ba.size() - 1; i >= 0; i--) { in resetProcessCrashTimeLocked()
282 final int entUid = ba.keyAt(i); in resetProcessCrashTimeLocked()
297 ba.removeAt(i); in resetProcessCrashTimeLocked()
300 if (ba.size() == 0) { in resetProcessCrashTimeLocked()
/frameworks/base/tests/LegacyRestoreTest/
Djbmr2-encrypted-settings-abcd.ab13 …�����H��2��DSW:�e��˄��?��6�ɡ����� �m� $\<.y������F������0�m�c� o�ba��]�N2q+-*�g��X…
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DAdaptiveIconDrawableTest.java234 int ba = a.getPixel(i, j) & 0xff; in equalBitmaps() local