Searched refs:kExpectedCount (Results 1 – 3 of 3) sorted by relevance
110 const int kExpectedCount = in TEST() local113 EXPECT_GE(frame_counts[0], kExpectedCount); in TEST()114 EXPECT_GE(frame_counts[1], kExpectedCount); in TEST()115 EXPECT_GE(frame_counts[2], kExpectedCount); in TEST()
399 static const int kExpectedCount = kThreadRepeats * arraysize(threads); in TEST() local400 PerfTestData test_data(kExpectedCount, &event); in TEST()
1483 constexpr size_t kExpectedCount = FX_ArraySize(kExpectedMatrices); in TEST_F() local1484 static_assert(kExpectedCount + 1 == kExpectedTextSize, in TEST_F()1498 ASSERT_EQ(static_cast<int>(kExpectedCount), in TEST_F()1505 FPDFText_GetText(text_page.get(), 0, kExpectedCount, buffer)); in TEST_F()1532 for (size_t i = 0; i < kExpectedCount; ++i) { in TEST_F()