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()
1577 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local1581 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1589 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1593 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1606 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1610 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1618 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1622 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1647 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local1652 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()[all …]
373 final int oldCount = mAdapter.getCount(); in applyNewFilterText() local394 if (mAdapter.getCount() != oldCount) { in applyNewFilterText()
1046 final int oldCount = in rebatchAllAlarmsLocked() local1076 if (oldCount != newCount) { in rebatchAllAlarmsLocked()1077 Slog.wtf(TAG, "Rebatching: total count changed from " + oldCount + " to " + newCount); in rebatchAllAlarmsLocked()4826 int oldCount = 0; in decrementAlarmCount() local4829 oldCount = mAlarmsPerUid.valueAt(uidIndex); in decrementAlarmCount()4830 if (oldCount > decrement) { in decrementAlarmCount()4831 mAlarmsPerUid.setValueAt(uidIndex, oldCount - decrement); in decrementAlarmCount()4836 if (oldCount < decrement) { in decrementAlarmCount()4837 Slog.wtf(TAG, "Attempt to decrement existing alarm count " + oldCount + " by " in decrementAlarmCount()