Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwcal.cpp74 uint32_t randInput = std::rand(); in TEST_F() local
75 std::string expect = std::to_string(randInput); in TEST_F()
76 std::string actual = std::to_string(~randInput); in TEST_F()
95 uint32_t randInput = std::rand(); in TEST_F() local
96 std::string expect = std::to_string(randInput); in TEST_F()
97 std::string actual = std::to_string(~randInput); in TEST_F()
116 uint32_t randInput = std::rand(); in TEST_F() local
117 std::string expect = std::to_string(randInput); in TEST_F()
118 std::string actual = std::to_string(~randInput); in TEST_F()
284 uint32_t randInput = std::rand(); in TEST_F() local
[all …]