HomeSort by relevance Sort by last modified time
    Searched refs:UUT (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
idct_test.cc 31 UUT = GetParam();
51 IdctFunc UUT;
63 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
81 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
104 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
133 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>())
760 return matchesDecl(UUT->getDecl(), Finder, Builder);
    [all...]

Completed in 4286 milliseconds