OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundOffset
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
ImageFilterCacheTest.cpp
51
SkIPoint
foundOffset
;
53
sk_sp<SkSpecialImage> foundImage = cache->get(key1, &
foundOffset
);
55
REPORTER_ASSERT(reporter, offset ==
foundOffset
);
57
REPORTER_ASSERT(reporter, !cache->get(key2, &
foundOffset
));
81
SkIPoint
foundOffset
;
82
REPORTER_ASSERT(reporter, !cache->get(key1, &
foundOffset
));
83
REPORTER_ASSERT(reporter, !cache->get(key2, &
foundOffset
));
84
REPORTER_ASSERT(reporter, !cache->get(key3, &
foundOffset
));
85
REPORTER_ASSERT(reporter, !cache->get(key4, &
foundOffset
));
102
SkIPoint
foundOffset
;
[
all
...]
/external/skqp/tests/
ImageFilterCacheTest.cpp
51
SkIPoint
foundOffset
;
53
sk_sp<SkSpecialImage> foundImage = cache->get(key1, &
foundOffset
);
55
REPORTER_ASSERT(reporter, offset ==
foundOffset
);
57
REPORTER_ASSERT(reporter, !cache->get(key2, &
foundOffset
));
81
SkIPoint
foundOffset
;
82
REPORTER_ASSERT(reporter, !cache->get(key1, &
foundOffset
));
83
REPORTER_ASSERT(reporter, !cache->get(key2, &
foundOffset
));
84
REPORTER_ASSERT(reporter, !cache->get(key3, &
foundOffset
));
85
REPORTER_ASSERT(reporter, !cache->get(key4, &
foundOffset
));
102
SkIPoint
foundOffset
;
[
all
...]
/external/icu/icu4c/source/test/letest/
cmaps.cpp
64
le_uint32
foundOffset
= 0;
76
foundOffset
= SWAPL(esh->encodingOffset);
105
foundOffset
= SWAPL(esh->encodingOffset);
124
subtable = (const CMAPEncodingSubtable *) ((const char *) cmap +
foundOffset
);
/external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp
68
le_uint32
foundOffset
= 0;
80
foundOffset
= SWAPL(esh->encodingOffset);
109
foundOffset
= SWAPL(esh->encodingOffset);
128
subtable = (const CMAPEncodingSubtable *) ((const char *) cmap +
foundOffset
);
/external/icu/icu4c/source/test/intltest/
tztest.cpp
323
double
foundOffset
= tz->getRawOffset();
324
int32_t foundHour = (int32_t)
foundOffset
/ millisPerHour;
325
if (expectedOffset !=
foundOffset
) {
[
all
...]
Completed in 396 milliseconds