Lines Matching refs:high_source
67 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
133 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(old_low_source), in TEST_F()
135 << high_source; in TEST_F()