/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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);
|
/art/runtime/ |
indirect_reference_table.cc | 64 // Make sure that the entry at "idx" is correctly paired with "iref". 65 bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { 68 if (UNLIKELY(checkRef != iref)) { 70 << " stale " << kind_ << " " << iref 164 bool IndirectReferenceTable::GetChecked(IndirectRef iref) const { 165 if (UNLIKELY(iref == NULL)) { 169 if (UNLIKELY(GetIndirectRefKind(iref) == kSirtOrInvalid)) { 170 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref; local 176 int idx = ExtractIndex(iref); 179 << iref << " (index " << idx << " in a table of size " << topIndex << ")" 185 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref; local [all...] |
/external/skia/tests/ |
BlurTest.cpp | 68 static bool compare(const SkBitmap& ref, const SkIRect& iref, 71 const int xOff = itest.fLeft - iref.fLeft; 72 const int yOff = itest.fTop - iref.fTop; 124 SkIRect iref; local 125 refBound.roundOut(&iref); 126 iref.inset(-outset, -outset); 128 create(&refBitmap, iref, SkBitmap::kARGB_8888_Config); 131 refCanvas.translate(SkIntToScalar(-iref.fLeft), 132 SkIntToScalar(-iref.fTop)); 148 compare(refBitmap, iref, testBitmap, itest)) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 1099 SecKeychainItemRef iref; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_pars.cpp | 546 int32_t iref = pos; local 548 TransliteratorIDParser::parseFilterID(rule, iref); 551 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) { 566 pos = parseSection(rule, iref, limit, buf, ILLEGAL_FUNC, TRUE, status); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 1103 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 | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |