/external/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);
|
/external/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);
|
/external/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-inl.h | 31 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const { 32 if (UNLIKELY(iref == nullptr)) { 36 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) { 37 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref; local 42 int idx = ExtractIndex(iref); 45 << iref << " (index " << idx << " in a table of size " << topIndex << ")"; 50 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref; local 54 if (UNLIKELY(!CheckEntry("use", iref, idx))) { 60 // Make sure that the entry at "idx" is correctly paired with "iref". 61 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const [all...] |
/external/chromium_org/third_party/skia/tests/ |
BlurTest.cpp | 71 static bool compare(const SkBitmap& ref, const SkIRect& iref, 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, testBitmap, itest)) [all...] |
/external/chromium_org/third_party/icu/source/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...] |
/external/chromium_org/third_party/webrtc/base/ |
proxydetect.cc | 1086 SecKeychainItemRef iref; local [all...] |
/external/icu/icu4c/source/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |