HomeSort by relevance Sort by last modified time
    Searched defs:iref (Results 1 - 9 of 9) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
pre_increment.pass.cpp 24 std::istream_iterator<int>& iref = ++i; local
25 assert(&iref == &i);
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
dereference.pass.cpp 24 std::ostream_iterator<int>& iref = *i; local
25 assert(&iref == &i);
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
deref.pass.cpp 25 std::ostreambuf_iterator<char>& iref = *i; local
26 assert(&iref == &i);
31 std::ostreambuf_iterator<wchar_t>& iref = *i; local
32 assert(&iref == &i);
increment.pass.cpp 26 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/
BlurTest.cpp 62 static bool compare(const SkBitmap& ref, const SkIRect& iref,
65 const int xOff = itest.fLeft - iref.fLeft;
66 const int yOff = itest.fTop - iref.fTop;
130 SkIRect iref; local
131 refBound.roundOut(&iref);
132 iref.inset(-outset, -outset);
134 create(&refBitmap, iref, SkBitmap::kARGB_8888_Config);
137 refCanvas.translate(SkIntToScalar(-iref.fLeft),
138 SkIntToScalar(-iref.fTop));
154 compare(refBitmap, iref, testBitmap, itest))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 1099 SecKeychainItemRef iref; local
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 552 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);
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 570 milliseconds