Home
last modified time | relevance | path

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

/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp679 auto testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST() local
680 REPORTER_ASSERT(reporter, !(testCache == nullptr)); in DEF_TEST()
684 SkExclusiveStrikePtr testCache; in DEF_TEST() local
693 testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST()
694 REPORTER_ASSERT(reporter, testCache == nullptr); in DEF_TEST()
695 testCache = strikeCache.createStrikeExclusive(*desc, in DEF_TEST()
697 auto scalerProxy = static_cast<SkScalerContextProxy*>(testCache->getScalerContext()); in DEF_TEST()
698 scalerProxy->initCache(testCache.get(), &strikeCache); in DEF_TEST()
702 const auto& lostGlyph = testCache->getGlyphIDMetrics( in DEF_TEST()
704 testCache->findImage(lostGlyph); in DEF_TEST()
[all …]
/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp679 auto testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST() local
680 REPORTER_ASSERT(reporter, !(testCache == nullptr)); in DEF_TEST()
684 SkExclusiveStrikePtr testCache; in DEF_TEST() local
694 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 …]
/external/toolchain-utils/bestflags/
Dsteering_test.py139 def testCache(self): member in SteeringTest
/external/tensorflow/tensorflow/python/grappler/
Ddatasets_test.py193 def testCache(self): member in GrapplerTest
/external/python/pyasn1/tests/codec/ber/
Dtest_decoder.py42 def testCache(self): member in DecoderCacheTestCase