HomeSort by relevance Sort by last modified time
    Searched full:above_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 464 int above_count = std::count_if( local
468 EXPECT_GT(above_count, 450); // Not much to expect.
469 EXPECT_LT(above_count, 550);
477 above_count = std::count_if(
481 EXPECT_LT(above_count, 500); // Negative y expected to fall below threshold.

Completed in 1215 milliseconds