Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/
H A Dentropy_state_unittest.cc20 class EntropyStateTest : public testing::Test { class
22 EntropyStateTest() { MetricsService::RegisterPrefs(prefs_.registry()); } in EntropyStateTest() function in metrics::EntropyStateTest
31 TEST_F(EntropyStateTest, LowEntropySourceNotReset) { in TEST_F() argument
43 TEST_F(EntropyStateTest, PseudoLowEntropySourceNotReset) { in TEST_F() argument
55 TEST_F(EntropyStateTest, HaveNoLowEntropySource) { in TEST_F() argument
76 TEST_F(EntropyStateTest, HaveOnlyNewLowEntropySource) { in TEST_F() argument
96 TEST_F(EntropyStateTest, HaveOnlyOldLowEntropySource) { in TEST_F() argument
118 TEST_F(EntropyStateTest, HaveAllLowEntropySources) { in TEST_F() argument
142 TEST_F(EntropyStateTest, CorruptNewLowEntropySources) { in TEST_F() argument
157 TEST_F(EntropyStateTest, CorruptOldLowEntropySources) { in TEST_F() argument
[all …]