Searched refs:oldCount (Results 1 – 4 of 4) sorted by relevance
187 int oldCount = oldDims == null ? 0 : oldDims.length; in resize() local189 if (oldCount != newCount) { in resize()190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional " in resize()
1451 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local1455 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1463 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1467 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1480 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1484 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1492 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1496 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1521 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local1526 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()[all …]
373 final int oldCount = mAdapter.getCount(); in applyNewFilterText() local394 if (mAdapter.getCount() != oldCount) { in applyNewFilterText()
1047 final int oldCount = in rebatchAllAlarmsLocked() local1077 if (oldCount != newCount) { in rebatchAllAlarmsLocked()1078 Slog.wtf(TAG, "Rebatching: total count changed from " + oldCount + " to " + newCount); in rebatchAllAlarmsLocked()4834 int oldCount = 0; in decrementAlarmCount() local4837 oldCount = mAlarmsPerUid.valueAt(uidIndex); in decrementAlarmCount()4838 if (oldCount > decrement) { in decrementAlarmCount()4839 mAlarmsPerUid.setValueAt(uidIndex, oldCount - decrement); in decrementAlarmCount()4844 if (oldCount < decrement) { in decrementAlarmCount()4845 Slog.wtf(TAG, "Attempt to decrement existing alarm count " + oldCount + " by " in decrementAlarmCount()