OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:above_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc
449
int
above_count
= std::count_if(
local
453
EXPECT_GT(
above_count
, 450); // Not much to expect.
454
EXPECT_LT(
above_count
, 550);
462
above_count
= std::count_if(
466
EXPECT_LT(
above_count
, 500); // Negative y expected to fall below threshold.
Completed in 55 milliseconds