Home
last modified time | relevance | path

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

/external/skia/tests/
DImageFilterTest.cpp623 sk_sp<SkSpecialImage> normalResult( in test_morphology_radius_with_mirror_ctm() local
625 REPORTER_ASSERT(reporter, normalResult); in test_morphology_radius_with_mirror_ctm()
649 REPORTER_ASSERT(reporter, special_image_to_bitmap(dContext, normalResult.get(), in test_morphology_radius_with_mirror_ctm()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp2427 UnicodeString normalResult; in TestRelative() local
2448 en_full ->format(*c, normalResult, pos); in TestRelative()
2451 …errln("FAIL: Relative Format ["+bannerStr+"] of "+normalResult+" failed, expected "+expect+" but g… in TestRelative()
2453 logln("PASS: Relative Format ["+bannerStr+"] of "+normalResult+" got " + result); in TestRelative()