Home
last modified time | relevance | path

Searched defs:EntropyStateTest (Results 1 – 1 of 1) sorted by relevance

/external/cronet/components/metrics/
Dentropy_state_unittest.cc18 class EntropyStateTest : public testing::Test { class
20 EntropyStateTest() { MetricsService::RegisterPrefs(prefs_.registry()); } in EntropyStateTest() function in metrics::EntropyStateTest
29 TEST_F(EntropyStateTest, LowEntropySourceNotReset) { in TEST_F() argument
41 TEST_F(EntropyStateTest, PseudoLowEntropySourceNotReset) { in TEST_F() argument
53 TEST_F(EntropyStateTest, HaveNoLowEntropySource) { in TEST_F() argument
74 TEST_F(EntropyStateTest, HaveOnlyNewLowEntropySource) { in TEST_F() argument
93 TEST_F(EntropyStateTest, HaveOnlyOldLowEntropySource) { in TEST_F() argument
114 TEST_F(EntropyStateTest, HaveAllLowEntropySources) { in TEST_F() argument
138 TEST_F(EntropyStateTest, CorruptNewLowEntropySources) { in TEST_F() argument
153 TEST_F(EntropyStateTest, CorruptOldLowEntropySources) { in TEST_F() argument
[all …]