Lines Matching defs:count
16 REPORTER_ASSERT(reporter, 0 == heap.count());
19 REPORTER_ASSERT(reporter, 1 == heap.count());
22 REPORTER_ASSERT(reporter, 0 == heap.count());
26 REPORTER_ASSERT(reporter, 2 == heap.count());
29 REPORTER_ASSERT(reporter, 1 == heap.count());
32 REPORTER_ASSERT(reporter, 0 == heap.count());
37 REPORTER_ASSERT(reporter, 3 == heap.count());
40 REPORTER_ASSERT(reporter, 2 == heap.count());
43 REPORTER_ASSERT(reporter, 1 == heap.count());
46 REPORTER_ASSERT(reporter, 0 == heap.count());
52 REPORTER_ASSERT(reporter, 4 == heap.count());
55 REPORTER_ASSERT(reporter, 3 == heap.count());
58 REPORTER_ASSERT(reporter, 2 == heap.count());
61 REPORTER_ASSERT(reporter, 1 == heap.count());
64 REPORTER_ASSERT(reporter, 0 == heap.count());
87 int count = random.nextULessThan(100);
89 array.setReserve(count);
90 for (int j = 0; j < count; ++j) {
103 for (int j = 0; j < count; ++j) {
106 REPORTER_ASSERT(reporter, pq.count() == array.count());
107 for (int j = 0; j < count; ++j) {
113 while (pq.count()) {
116 for (int k = 0; k < count; ++k) {
133 item = random.nextULessThan(count);
142 item = random.nextULessThan(count);
160 int count = random.nextULessThan(100);
162 testArray.setReserve(count);
163 for (int i = 0; i < count; i++) {
173 controlArray.setReserve(count);
174 for (int i = 0; i < count; i++) {
187 for (int i = 0; i < count; i++) {
194 for (int i = 0; i < count; i++) {