Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/
H A Dentropy_state_unittest.cc69 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
71 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()
73 << high_source; in TEST_F()
89 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
91 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(new_low_source), in TEST_F()
93 << high_source; in TEST_F()
111 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
113 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(old_low_source), in TEST_F()
115 << high_source; in TEST_F()
135 std::string high_source = entropy_state.GetHighEntropySource( in TEST_F() local
[all …]