Searched defs:iref (Results 1 - 12 of 12) 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 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.cpp72 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
75 const int xOff = itest.fLeft - iref.fLeft;
76 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/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/webrtc/webrtc/base/
H A Dproxydetect.cc1092 SecKeychainItemRef iref; local
1093 oss = SecKeychainSearchCopyNext(sref, &iref);
1108 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 ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 3055 milliseconds