Home
last modified time | relevance | path

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

/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp415 bool foundLargeValue = false; in TEST_F() local
420 if (time > UINT32_MAX) foundLargeValue = true; in TEST_F()
426 ASSERT_TRUE(foundLargeValue); in TEST_F()