Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Didct_test.cc31 UUT = GetParam(); in SetUp()
48 IdctFunc UUT; member in __anon1b2ca49e0111::IDCTTest
60 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(), in TEST_P()
77 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(), in TEST_P()
99 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(), in TEST_P()
128 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(), in TEST_P()
/external/ImageMagick/PerlMagick/t/reference/filter/
DQuantizeMono.miff25 (&Q���z�����S}RRV}~h��@���68$:; R�����UUTRRRV}~���C…
DQuantize.miff25 (&Q���z�����S}RRV}~h��@���68$:; R�����UUTRRRV}~���C…
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized() local
760 return matchesDecl(UUT->getDecl(), Finder, Builder); in matchesSpecialized()