Searched refs:testCache (Results 1 – 6 of 6) sorted by relevance
679 auto testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST() local680 REPORTER_ASSERT(reporter, !(testCache == nullptr)); in DEF_TEST()684 SkExclusiveStrikePtr testCache; in DEF_TEST() local694 testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST()695 REPORTER_ASSERT(reporter, testCache == nullptr); in DEF_TEST()696 testCache = strikeCache.createStrikeExclusive(*desc, in DEF_TEST()698 auto scalerProxy = static_cast<SkScalerContextProxy*>(testCache->getScalerContext()); in DEF_TEST()699 scalerProxy->initCache(testCache.get(), &strikeCache); in DEF_TEST()703 const auto& lostGlyph = testCache->getGlyphIDMetrics( in DEF_TEST()705 testCache->findImage(lostGlyph); in DEF_TEST()[all …]
139 def testCache(self): member in SteeringTest
130 TestCache testCache = new TestCache(); in TestTestCache() local131 testCache.setFactory(testInfo.getCldrFactory(), ".*"); in TestTestCache()132 TestResultBundle bundle = testCache.getBundle(checkCldrOptions); in TestTestCache()
194 def testCache(self): member in GrapplerTest
333 public void testCache() throws Exception { in testCache() method in ProxyTester
42 def testCache(self): member in DecoderCacheTestCase