Searched refs:normalByteCount (Results 1 – 1 of 1) sorted by relevance
1998 int normalByteCount = normal.getAllocationByteCount(); in testConserveMemoryPlusHardware() local2016 assertTrue(byteCount < (normalByteCount * 1.1)); in testConserveMemoryPlusHardware()2017 assertTrue(byteCount >= (normalByteCount * 0.9)); in testConserveMemoryPlusHardware()2021 assertTrue(byteCount < normalByteCount); in testConserveMemoryPlusHardware()2072 int normalByteCount = normal.getAllocationByteCount(); local2085 assertEquals(normalByteCount, saveByteCount);2087 assertTrue(saveByteCount < normalByteCount);