/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_array_init.java | 76 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()
|
D | array_init.rscript | 29 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/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_array_init.java | 74 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()
|
D | array_init.rscript | 27 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/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_array_init.java | 77 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()
|
D | array_init.rscript | 11 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/ |
D | array_init.rscript | 12 // CHECK: @ba = local_unnamed_addr global [3 x i8] c"\01\00\00", align 1 29 bool ba[3] = {true, false};
|
/frameworks/compile/slang/tests/F_mix_vector/ |
D | mix_vector.rscript | 8 f4.xr = f4.ba;
|
/frameworks/compile/slang/tests/F_global_init/ |
D | global_init.rscript | 9 bool ba[2] = {false, true};
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 1377 private void handleSms(byte[] ba) { in handleSms() argument 1378 if (DBG) log("handleSms status : " + ba[0]); in handleSms() 1381 if ((ba[0] & 0x07) == STATUS_ON_ICC_UNREAD) { in handleSms() 1382 int n = ba.length; in handleSms() 1387 System.arraycopy(ba, 1, pdu, 0, n - 1); in handleSms() 1398 byte[] ba = messages.get(i); in handleSmses() 1400 if (DBG) log("handleSmses status " + i + ": " + ba[0]); in handleSmses() 1403 if ((ba[0] & 0x07) == STATUS_ON_ICC_UNREAD) { in handleSmses() 1404 int n = ba.length; in handleSmses() 1409 System.arraycopy(ba, 1, pdu, 0, n - 1); in handleSmses() [all …]
|
/frameworks/compile/slang/tests/P_array_init/ |
D | array_init.rscript | 15 bool ba[3] = {true, false};
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrors.java | 391 SparseArray<Long> ba = pTimeMap.valueAt(ip); in resetProcessCrashTime() local 392 resetProcessCrashMapLBp(ba, resetEntireUser, appId, userId); in resetProcessCrashTime() 393 if (ba.size() == 0) { in resetProcessCrashTime() 401 SparseArray<Pair<Long, Integer>> ba = pCountMap.valueAt(ip); in resetProcessCrashTime() local 402 resetProcessCrashMapLBp(ba, resetEntireUser, appId, userId); in resetProcessCrashTime() 403 if (ba.size() == 0) { in resetProcessCrashTime() 411 private void resetProcessCrashMapLBp(SparseArray<?> ba, boolean resetEntireUser, in resetProcessCrashMapLBp() argument 413 for (int i = ba.size() - 1; i >= 0; i--) { in resetProcessCrashMapLBp() 415 final int entUid = ba.keyAt(i); in resetProcessCrashMapLBp() 430 ba.removeAt(i); in resetProcessCrashMapLBp()
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 84 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/base/services/tests/mockingservicestests/src/com/android/server/display/ |
D | LocalDisplayAdapterTest.java | 651 BacklightAdapter ba = new BacklightAdapter(displayToken, true /*isDefault*/, in testBacklightAdapter_withSurfaceControlSupport() local 653 ba.setBacklight(0.514f, 100f, 0.614f, 500f); in testBacklightAdapter_withSurfaceControlSupport() 670 BacklightAdapter ba = new BacklightAdapter(displayToken, true /*isDefault*/, in testBacklightAdapter_withoutSourceControlSupport_defaultDisplay() local 672 ba.setBacklight(1f, 1f, 0.123f, 1f); in testBacklightAdapter_withoutSourceControlSupport_defaultDisplay() 683 BacklightAdapter ba = new BacklightAdapter(displayToken, false /*isDefault*/, in testBacklightAdapter_withoutSourceControlSupport_nonDefaultDisplay() local 685 ba.setBacklight(0.456f, 1f, 1f, 1f); in testBacklightAdapter_withoutSourceControlSupport_nonDefaultDisplay()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 205 byte[] ba = messages.get(i); in markMessagesAsRead() 206 if ((ba[0] & 0x07) == STATUS_ON_ICC_UNREAD) { in markMessagesAsRead() 207 int n = ba.length; in markMessagesAsRead() 209 System.arraycopy(ba, 1, nba, 0, n - 1); in markMessagesAsRead() 818 byte[] ba = messages.get(i); in buildValidRawData() 819 if ((ba[0] & 0x01) == STATUS_ON_ICC_FREE) { in buildValidRawData()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | jbmr2-encrypted-settings-abcd.ab | 13 …�����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/ |
D | AdaptiveIconDrawableTest.java | 228 int ba = a.getPixel(i, j) & 0xff; in equalBitmaps() local
|