Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DImageFilterCacheTest.cpp51 SkIPoint foundOffset; in test_find_existing() local
53 sk_sp<SkSpecialImage> foundImage = cache->get(key1, &foundOffset); in test_find_existing()
55 REPORTER_ASSERT(reporter, offset == foundOffset); in test_find_existing()
57 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset)); in test_find_existing()
81 SkIPoint foundOffset; in test_dont_find_if_diff_key() local
82 REPORTER_ASSERT(reporter, !cache->get(key1, &foundOffset)); in test_dont_find_if_diff_key()
83 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset)); in test_dont_find_if_diff_key()
84 REPORTER_ASSERT(reporter, !cache->get(key3, &foundOffset)); in test_dont_find_if_diff_key()
85 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset)); in test_dont_find_if_diff_key()
102 SkIPoint foundOffset; in test_internal_purge() local
[all …]
/third_party/icu/icu4c/source/test/letest/
Dcmaps.cpp64 le_uint32 foundOffset = 0; in createUnicodeMapper() local
76 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
105 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
124 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper()
/third_party/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp68 le_uint32 foundOffset = 0; in createUnicodeMapper() local
80 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
109 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
128 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper()
/third_party/icu/icu4c/source/test/intltest/
Dtztest.cpp324 double foundOffset = tz->getRawOffset(); in TestPRTOffset() local
325 int32_t foundHour = (int32_t)foundOffset / millisPerHour; in TestPRTOffset()
326 if (expectedOffset != foundOffset) { in TestPRTOffset()