Home
last modified time | relevance | path

Searched refs:high_source (Results 1 – 1 of 1) sorted by relevance

/external/cronet/components/metrics/
Dentropy_state_unittest.cc67 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
69 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()
71 << high_source; in TEST_F()
86 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
88 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()
90 << high_source; in TEST_F()
107 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
109 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(old_low_source), in TEST_F()
111 << high_source; in TEST_F()
131 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
[all …]