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

  /external/libcxx/test/std/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/std/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 36 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const {
37 if (UNLIKELY(iref == nullptr)) {
41 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) {
44 iref));
48 uint32_t idx = ExtractIndex(iref);
53 iref,
62 iref));
65 if (UNLIKELY(!CheckEntry("use", iref, idx))) {
71 // Make sure that the entry at "idx" is correctly paired with "iref".
73 IndirectRef iref,
    [all...]
indirect_reference_table.h 260 ObjPtr<mirror::Object> Get(IndirectRef iref) const REQUIRES_SHARED(Locks::mutator_lock_)
265 ObjPtr<mirror::Object> SynchronizedGet(IndirectRef iref) const
267 return Get<kReadBarrierOption>(iref);
271 void Update(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
280 bool Remove(IRTSegmentState previous_state, IndirectRef iref);
330 ALWAYS_INLINE static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) {
331 return DecodeIndirectRefKind(reinterpret_cast<uintptr_t>(iref));
374 ALWAYS_INLINE static uint32_t ExtractIndex(IndirectRef iref) {
375 return DecodeIndex(reinterpret_cast<uintptr_t>(iref));
indirect_reference_table.cc 336 // Removes an object. We extract the table offset bits from "iref"
344 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) {
357 if (GetIndirectRefKind(iref) == kHandleScopeOrInvalid) {
359 if (self->HandleScopeContains(reinterpret_cast<jobject>(iref))) {
372 const uint32_t idx = ExtractIndex(iref);
392 if (!CheckEntry("remove", iref, idx)) {
430 if (!CheckEntry("remove", iref, idx)) {
  /external/libcxx/test/std/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/u-boot/fs/btrfs/
subvolume.c 14 struct btrfs_inode_ref iref; local
42 dir = btrfs_lookup_inode_ref(&root, dir, &iref, tmp);
47 ptr -= iref.name_len + 1;
51 memcpy(ptr + 1, tmp, iref.name_len);
  /external/skia/tests/
FontHostStreamTest.cpp 38 static bool compare(const SkBitmap& ref, const SkIRect& iref,
41 const int xOff = itest.fLeft - iref.fLeft;
42 const int yOff = itest.fTop - iref.fTop;
DrawTextTest.cpp 37 static bool compare(const SkBitmap& ref, const SkIRect& iref,
40 const int xOff = itest.fLeft - iref.fLeft;
41 const int yOff = itest.fTop - iref.fTop;
BlurTest.cpp 97 static bool compare(const SkBitmap& ref, const SkIRect& iref,
100 const int xOff = itest.fLeft - iref.fLeft;
101 const int yOff = itest.fTop - iref.fTop;
143 SkIRect iref; local
144 refBound.roundOut(&iref);
145 iref.inset(-outset, -outset);
147 create(&refBitmap, iref);
150 refCanvas.translate(SkIntToScalar(-iref.fLeft),
151 SkIntToScalar(-iref.fTop));
167 compare(refBitmap, iref, testBitmap, itest))
    [all...]
  /external/skqp/tests/
FontHostStreamTest.cpp 38 static bool compare(const SkBitmap& ref, const SkIRect& iref,
41 const int xOff = itest.fLeft - iref.fLeft;
42 const int yOff = itest.fTop - iref.fTop;
DrawTextTest.cpp 37 static bool compare(const SkBitmap& ref, const SkIRect& iref,
40 const int xOff = itest.fLeft - iref.fLeft;
41 const int yOff = itest.fTop - iref.fTop;
BlurTest.cpp 97 static bool compare(const SkBitmap& ref, const SkIRect& iref,
100 const int xOff = itest.fLeft - iref.fLeft;
101 const int yOff = itest.fTop - iref.fTop;
143 SkIRect iref; local
144 refBound.roundOut(&iref);
145 iref.inset(-outset, -outset);
147 create(&refBitmap, iref);
150 refCanvas.translate(SkIntToScalar(-iref.fLeft),
151 SkIntToScalar(-iref.fTop));
167 compare(refBitmap, iref, testBitmap, itest))
    [all...]
  /art/runtime/jni/
jni_env_ext.h 66 void UpdateLocal(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_) {
67 locals_.Update(iref, obj);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_bsp.c 65 struct iref { struct in struct:iparm::ipicparm
115 struct iref *ref = &params.ipicparm.refs[i];
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorParser.java 458 int[] iref = new int[1]; local
497 iref[0] = pos;
498 int escaped = Utility.unescapeAt(rule, iref);
499 pos = iref[0];
594 iref[0] = pos;
595 TransliteratorIDParser.SingleID single = TransliteratorIDParser.parseFilterID(rule, iref);
598 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) {
612 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true);
642 iref[0] = pos;
643 r = Utility.parseNumber(rule, iref, 10)
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorParser.java 457 int[] iref = new int[1]; local
496 iref[0] = pos;
497 int escaped = Utility.unescapeAt(rule, iref);
498 pos = iref[0];
593 iref[0] = pos;
594 TransliteratorIDParser.SingleID single = TransliteratorIDParser.parseFilterID(rule, iref);
597 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) {
611 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true);
641 iref[0] = pos;
642 r = Utility.parseNumber(rule, iref, 10)
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 554 int32_t iref = pos; local
556 TransliteratorIDParser::parseFilterID(rule, iref);
559 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
574 pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status);
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 1092 SecKeychainItemRef iref; local
    [all...]

Completed in 662 milliseconds