Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dtest-hwcal.cpp239 uint32_t qExpect = std::rand(); in TEST_F() local
240 uint32_t qActual = ~qExpect; in TEST_F()
251 write("q_measured", qExpect); in TEST_F()
261 EXPECT_EQ(qExpect, qActual); in TEST_F()
271 uint32_t qExpect = std::rand(); in TEST_F() local
272 uint32_t qActual = ~qExpect; in TEST_F()
283 write("q_measured", qExpect, " \t", "\t "); in TEST_F()
293 EXPECT_EQ(qExpect, qActual); in TEST_F()