Home
last modified time | relevance | path

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

/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp436 bool activeFoundLargeValue = false; in TEST_F() local
441 if (time > UINT32_MAX) activeFoundLargeValue = true; in TEST_F()
452 ASSERT_TRUE(activeFoundLargeValue); in TEST_F()