Searched refs:iref (Results 1 - 14 of 14) sorted by relevance

/external/libcxx/test/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/libcxx/test/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/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/chromium_org/third_party/skia/tests/
H A DDrawTextTest.cpp32 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
35 const int xOff = itest.fLeft - iref.fLeft;
36 const int yOff = itest.fTop - iref.fTop;
H A DFontHostStreamTest.cpp37 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
40 const int xOff = itest.fLeft - iref.fLeft;
41 const int yOff = itest.fTop - iref.fTop;
H A DBlurTest.cpp71 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
74 const int xOff = itest.fLeft - iref.fLeft;
75 const int yOff = itest.fTop - iref.fTop;
126 SkIRect iref; local
127 refBound.roundOut(&iref);
128 iref.inset(-outset, -outset);
130 create(&refBitmap, iref);
133 refCanvas.translate(SkIntToScalar(-iref.fLeft),
134 SkIntToScalar(-iref.fTop));
150 compare(refBitmap, iref, testBitma
[all...]
/external/skia/tests/
H A DDrawTextTest.cpp32 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
35 const int xOff = itest.fLeft - iref.fLeft;
36 const int yOff = itest.fTop - iref.fTop;
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 DBlurTest.cpp71 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
74 const int xOff = itest.fLeft - iref.fLeft;
75 const int yOff = itest.fTop - iref.fTop;
126 SkIRect iref; local
127 refBound.roundOut(&iref);
128 iref.inset(-outset, -outset);
130 create(&refBitmap, iref);
133 refCanvas.translate(SkIntToScalar(-iref.fLeft),
134 SkIntToScalar(-iref.fTop));
150 compare(refBitmap, iref, testBitma
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp552 int32_t iref = pos; local
554 TransliteratorIDParser::parseFilterID(rule, iref);
557 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
572 pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status);
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp552 int32_t iref = pos; local
554 TransliteratorIDParser::parseFilterID(rule, iref);
557 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
572 pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status);
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc1086 SecKeychainItemRef iref; local
1087 oss = SecKeychainSearchCopyNext(sref, &iref);
1102 OSStatus copyres = SecKeychainItemCopyAttributesAndData(iref,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 232 milliseconds