Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DBitUtilsTest.java136 BitPackingTestCase[] testCases = { in testBitsPacking()
137 new BitPackingTestCase(0, ints()), in testBitsPacking()
138 new BitPackingTestCase(1, ints(0)), in testBitsPacking()
139 new BitPackingTestCase(2, ints(1)), in testBitsPacking()
140 new BitPackingTestCase(3, ints(0, 1)), in testBitsPacking()
141 new BitPackingTestCase(4, ints(2)), in testBitsPacking()
142 new BitPackingTestCase(6, ints(1, 2)), in testBitsPacking()
143 new BitPackingTestCase(9, ints(0, 3)), in testBitsPacking()
148 for (BitPackingTestCase tc : testCases) { in testBitsPacking()
159 for (BitPackingTestCase tc : testCases) { in testBitsPacking()
[all …]