Searched refs:time_for_rolling_hash (Results 1 - 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash_test.cc193 const double time_for_rolling_hash = RollingTimingTest<kBlockSize>(); local
197 time_for_rolling_hash,
198 FindPercentage(time_for_default_hash, time_for_rolling_hash));
200 CHECK_GT(time_for_rolling_hash, 0.0);
202 EXPECT_GT(time_for_default_hash, time_for_rolling_hash);
/external/chromium_org/sdch/open-vcdiff/src/
H A Drolling_hash_test.cc193 const double time_for_rolling_hash = RollingTimingTest<kBlockSize>(); local
197 time_for_rolling_hash,
198 FindPercentage(time_for_default_hash, time_for_rolling_hash));
200 CHECK_GT(time_for_rolling_hash, 0.0);
202 EXPECT_GT(time_for_default_hash, time_for_rolling_hash);
/external/open-vcdiff/src/
H A Drolling_hash_test.cc193 const double time_for_rolling_hash = RollingTimingTest<kBlockSize>(); local
197 time_for_rolling_hash,
198 FindPercentage(time_for_default_hash, time_for_rolling_hash));
200 CHECK_GT(time_for_rolling_hash, 0.0);
202 EXPECT_GT(time_for_default_hash, time_for_rolling_hash);

Completed in 215 milliseconds