Searched refs:foundOffset (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | ImageFilterCacheTest.cpp | 42 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/ |
D | cmaps.cpp | 68 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/ |
D | cmaps.cpp | 64 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/ |
D | tztest.cpp | 320 double foundOffset = tz->getRawOffset(); in TestPRTOffset() local 321 int32_t foundHour = (int32_t)foundOffset / millisPerHour; in TestPRTOffset() 322 if (expectedOffset != foundOffset) { in TestPRTOffset()
|