Searched defs:iref (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpre_increment.pass.cpp24 std::istream_iterator<int>& iref = ++i; local
25 assert(&iref == &i);
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
H A Ddereference.pass.cpp24 std::ostream_iterator<int>& iref = *i; local
25 assert(&iref == &i);
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dderef.pass.cpp25 std::ostreambuf_iterator<char>& iref = *i; local
26 assert(&iref == &i);
31 std::ostreambuf_iterator<wchar_t>& iref = *i; local
32 assert(&iref == &i);
H A Dincrement.pass.cpp26 std::ostreambuf_iterator<char>& iref = ++i; local
27 assert(&iref == &i);
34 std::ostreambuf_iterator<wchar_t>& iref = ++i; local
35 assert(&iref == &i);
/external/skia/tests/
H A DFontHostStreamTest.cpp36 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
39 const int xOff = itest.fLeft - iref.fLeft;
40 const int yOff = itest.fTop - iref.fTop;
H A DDrawTextTest.cpp34 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
37 const int xOff = itest.fLeft - iref.fLeft;
38 const int yOff = itest.fTop - iref.fTop;
H A DBlurTest.cpp77 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
80 const int xOff = itest.fLeft - iref.fLeft;
81 const int yOff = itest.fTop - iref.fTop;
124 SkIRect iref; local
125 refBound.roundOut(&iref);
126 iref.inset(-outset, -outset);
128 create(&refBitmap, iref);
131 refCanvas.translate(SkIntToScalar(-iref.fLeft),
132 SkIntToScalar(-iref.fTop));
148 compare(refBitmap, iref, testBitma
[all...]
/external/skqp/tests/
H A DFontHostStreamTest.cpp36 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
39 const int xOff = itest.fLeft - iref.fLeft;
40 const int yOff = itest.fTop - iref.fTop;
H A DDrawTextTest.cpp34 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
37 const int xOff = itest.fLeft - iref.fLeft;
38 const int yOff = itest.fTop - iref.fTop;
H A DBlurTest.cpp76 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
79 const int xOff = itest.fLeft - iref.fLeft;
80 const int yOff = itest.fTop - iref.fTop;
123 SkIRect iref; local
124 refBound.roundOut(&iref);
125 iref.inset(-outset, -outset);
127 create(&refBitmap, iref);
130 refCanvas.translate(SkIntToScalar(-iref.fLeft),
131 SkIntToScalar(-iref.fTop));
147 compare(refBitmap, iref, testBitma
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c65 struct iref { struct in struct:iparm::ipicparm
115 struct iref *ref = &params.ipicparm.refs[i];
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp554 int32_t iref = pos; local
556 TransliteratorIDParser::parseFilterID(rule, iref);
559 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
574 pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status);
/external/webrtc/webrtc/base/
H A Dproxydetect.cc1092 SecKeychainItemRef iref; local
1093 oss = SecKeychainSearchCopyNext(sref, &iref);
1108 OSStatus copyres = SecKeychainItemCopyAttributesAndData(iref,

Completed in 318 milliseconds