Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dextended_accumulator_tests.cpp50 using TestDetect = ExtendedAccumulator<TestUInt, CType>; in testPair() typedef
51 using TestInt = typename TestDetect::SignedInt; in testPair()
52 static_assert(std::is_same_v<typename TestDetect::UnsignedInt, TestUInt>); in testPair()
60 TestDetect test{prev}; in testPair()
71 if (next < base) EXPECT_EQ(TestDetect::Wrap::Underflow, status); in testPair()
73 EXPECT_EQ(TestDetect::Wrap::Overflow, status); in testPair()
74 else EXPECT_EQ(TestDetect::Wrap::Normal, status); in testPair()