HomeSort by relevance Sort by last modified time
    Searched refs:PredictorTest (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/net/
predictor.h 140 FRIEND_TEST_ALL_PREFIXES(PredictorTest, BenefitLookupTest);
141 FRIEND_TEST_ALL_PREFIXES(PredictorTest, ShutdownWhenResolutionIsPendingTest);
142 FRIEND_TEST_ALL_PREFIXES(PredictorTest, SingleLookupTest);
143 FRIEND_TEST_ALL_PREFIXES(PredictorTest, ConcurrentLookupTest);
144 FRIEND_TEST_ALL_PREFIXES(PredictorTest, MassiveConcurrentLookupTest);
145 FRIEND_TEST_ALL_PREFIXES(PredictorTest, PriorityQueuePushPopTest);
146 FRIEND_TEST_ALL_PREFIXES(PredictorTest, PriorityQueueReorderTest);
147 FRIEND_TEST_ALL_PREFIXES(PredictorTest, ReferrerSerializationTrimTest);
predictor_unittest.cc 62 class PredictorTest : public testing::Test {
64 PredictorTest()
111 TEST_F(PredictorTest, StartupShutdownTest) {
121 TEST_F(PredictorTest, ShutdownWhenResolutionIsPendingTest) {
151 TEST_F(PredictorTest, SingleLookupTest) {
181 TEST_F(PredictorTest, ConcurrentLookupTest) {
231 TEST_F(PredictorTest, MassiveConcurrentLookupTest) {
353 TEST_F(PredictorTest, ReferrerSerializationNilTest) {
372 TEST_F(PredictorTest, ReferrerSerializationSingleReferrerTest) {
410 TEST_F(PredictorTest, ReferrerSerializationTrimTest)
    [all...]

Completed in 23 milliseconds