Home
last modified time | relevance | path

Searched refs:iref (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dderef.pass.cpp25 std::ostreambuf_iterator<char>& iref = *i; in main() local
26 assert(&iref == &i); in main()
31 std::ostreambuf_iterator<wchar_t>& iref = *i; in main() local
32 assert(&iref == &i); in main()
Dincrement.pass.cpp26 std::ostreambuf_iterator<char>& iref = ++i; in main() local
27 assert(&iref == &i); in main()
34 std::ostreambuf_iterator<wchar_t>& iref = ++i; in main() local
35 assert(&iref == &i); in main()
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
Ddereference.pass.cpp24 std::ostream_iterator<int>& iref = *i; in main() local
25 assert(&iref == &i); in main()
/external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
Dpre_increment.pass.cpp24 std::istream_iterator<int>& iref = ++i; in main() local
25 assert(&iref == &i); in main()
/external/skqp/tests/
DFontHostStreamTest.cpp36 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument
39 const int xOff = itest.fLeft - iref.fLeft; in compare()
40 const int yOff = itest.fTop - iref.fTop; in compare()
DBlurTest.cpp76 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument
79 const int xOff = itest.fLeft - iref.fLeft; in compare()
80 const int yOff = itest.fTop - iref.fTop; in compare()
123 SkIRect iref; in DEF_TEST() local
124 refBound.roundOut(&iref); in DEF_TEST()
125 iref.inset(-outset, -outset); in DEF_TEST()
127 create(&refBitmap, iref); in DEF_TEST()
130 refCanvas.translate(SkIntToScalar(-iref.fLeft), in DEF_TEST()
131 SkIntToScalar(-iref.fTop)); in DEF_TEST()
147 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
DDrawTextTest.cpp34 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument
37 const int xOff = itest.fLeft - iref.fLeft; in compare()
38 const int yOff = itest.fTop - iref.fTop; in compare()
/external/skia/tests/
DFontHostStreamTest.cpp36 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument
39 const int xOff = itest.fLeft - iref.fLeft; in compare()
40 const int yOff = itest.fTop - iref.fTop; in compare()
DBlurTest.cpp77 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument
80 const int xOff = itest.fLeft - iref.fLeft; in compare()
81 const int yOff = itest.fTop - iref.fTop; in compare()
124 SkIRect iref; in DEF_TEST() local
125 refBound.roundOut(&iref); in DEF_TEST()
126 iref.inset(-outset, -outset); in DEF_TEST()
128 create(&refBitmap, iref); in DEF_TEST()
131 refCanvas.translate(SkIntToScalar(-iref.fLeft), in DEF_TEST()
132 SkIntToScalar(-iref.fTop)); in DEF_TEST()
148 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
DDrawTextTest.cpp34 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument
37 const int xOff = itest.fLeft - iref.fLeft; in compare()
38 const int yOff = itest.fTop - iref.fTop; in compare()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java457 int[] iref = new int[1]; in parseSection() local
496 iref[0] = pos; in parseSection()
497 int escaped = Utility.unescapeAt(rule, iref); in parseSection()
498 pos = iref[0]; in parseSection()
593 iref[0] = pos; in parseSection()
594 … TransliteratorIDParser.SingleID single = TransliteratorIDParser.parseFilterID(rule, iref); in parseSection()
597 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) { in parseSection()
611 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true); in parseSection()
641 iref[0] = pos; in parseSection()
642 r = Utility.parseNumber(rule, iref, 10); in parseSection()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java458 int[] iref = new int[1]; in parseSection() local
497 iref[0] = pos; in parseSection()
498 int escaped = Utility.unescapeAt(rule, iref); in parseSection()
499 pos = iref[0]; in parseSection()
594 iref[0] = pos; in parseSection()
595 … TransliteratorIDParser.SingleID single = TransliteratorIDParser.parseFilterID(rule, iref); in parseSection()
598 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) { in parseSection()
612 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true); in parseSection()
642 iref[0] = pos; in parseSection()
643 r = Utility.parseNumber(rule, iref, 10); in parseSection()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c65 struct iref { struct
115 struct iref *ref = &params.ipicparm.refs[i]; in nv84_decoder_bsp()
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp554 int32_t iref = pos; in parseSection() local
556 TransliteratorIDParser::parseFilterID(rule, iref); in parseSection()
559 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) { in parseSection()
574 … pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status); in parseSection()
/external/webrtc/webrtc/base/
Dproxydetect.cc1092 SecKeychainItemRef iref; in p_putPasswordInProxyInfo() local
1093 oss = SecKeychainSearchCopyNext(sref, &iref); in p_putPasswordInProxyInfo()
1108 OSStatus copyres = SecKeychainItemCopyAttributesAndData(iref, in p_putPasswordInProxyInfo()