Lines Matching refs:TEST
8 TEST(BitmapTest, OverAllocate) {
9 // Test that we don't over allocate on boundaries.
17 TEST(BitmapTest, DefaultConstructor) {
25 TEST(BitmapTest, Basics) {
29 // Test proper allocation size.
33 // Test Set/GetMapElement.
38 // Test Set/Get.
57 TEST(BitmapTest, Toggle) {
68 TEST(BitmapTest, Resize) {
89 TEST(BitmapTest, Map) {
117 TEST(BitmapTest, SetAll) {
136 TEST(BitmapTest, Range) {
178 TEST(BitmapTest, FindNextSetBitBeforeLimit) {
179 // Test FindNextSetBitBeforeLimit. Only check bits from 111 to 277 (limit
194 TEST(BitmapTest, FindNextSetBitBeforeLimitAligned) {
195 // Test FindNextSetBitBeforeLimit on aligned scans.
205 TEST(BitmapTest, FindNextSetBit) {
206 // Test FindNextSetBit. Check all bits in map. Should find multiples
220 TEST(BitmapTest, FindNextBit) {
221 // Almost the same test as FindNextSetBit, but find zeros instead of ones.
235 TEST(BitmapTest, SimpleFindBits) {
273 TEST(BitmapTest, MultiWordFindBits) {