Home | History | Annotate | Download | only in cctest

Lines Matching defs:kIterations

8496   static const int kIterations = 500;
8502 for (int i = 0; i < kIterations; i++) {
8507 CHECK_EQ(kIterations, CountHandles());
8510 for (int j = 0; j < kIterations; j++) {
8512 CHECK_EQ(j + 1 + kIterations, CountHandles());
8515 CHECK_EQ(kIterations, CountHandles());
8518 CHECK_EQ(kNesting * kIterations, Recurse(kNesting, kIterations));