Lines Matching defs:count
238 int count;
326 count = 0;
328 count++;
331 count++;
334 count++;
340 EXPECT_EQ(count, 1) << "disk_cache_put eviction with MAX_SIZE=1K";
356 count = 0;
358 count++;
361 count++;
364 count++;
366 EXPECT_EQ(count, 3) << "no eviction before overflow with MAX_SIZE=1M";
382 count = 0;
384 count++;
387 count++;
390 count++;
393 count++;
399 EXPECT_EQ(count, 1) << "eviction after overflow with MAX_SIZE=1M";