Home
last modified time | relevance | path

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

/external/skia/tests/
DImageFilterCacheTest.cpp42 SkIPoint foundOffset; in test_find_existing() local
44 sk_sp<SkSpecialImage> foundImage = cache->get(key1, &foundOffset); in test_find_existing()
46 REPORTER_ASSERT(reporter, offset == foundOffset); in test_find_existing()
48 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset)); in test_find_existing()
71 SkIPoint foundOffset; in test_dont_find_if_diff_key() local
72 REPORTER_ASSERT(reporter, !cache->get(key1, &foundOffset)); in test_dont_find_if_diff_key()
73 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset)); in test_dont_find_if_diff_key()
74 REPORTER_ASSERT(reporter, !cache->get(key3, &foundOffset)); in test_dont_find_if_diff_key()
75 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset)); in test_dont_find_if_diff_key()
91 SkIPoint foundOffset; in test_internal_purge() local
[all …]
/external/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()
/external/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()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp320 double foundOffset = tz->getRawOffset(); in TestPRTOffset() local
321 int32_t foundHour = (int32_t)foundOffset / millisPerHour; in TestPRTOffset()
322 if (expectedOffset != foundOffset) { in TestPRTOffset()