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

1 2

  /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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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 261 ObjPtr<mirror::Object> Get(IndirectRef iref) const REQUIRES_SHARED(Locks::mutator_lock_)
266 ObjPtr<mirror::Object> SynchronizedGet(IndirectRef iref) const
268 return Get<kReadBarrierOption>(iref);
272 void Update(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
281 bool Remove(IRTSegmentState previous_state, IndirectRef iref);
331 ALWAYS_INLINE static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) {
332 return DecodeIndirectRefKind(reinterpret_cast<uintptr_t>(iref));
375 ALWAYS_INLINE static uint32_t ExtractIndex(IndirectRef iref) {
376 return DecodeIndex(reinterpret_cast<uintptr_t>(iref));
indirect_reference_table.cc 334 // Removes an object. We extract the table offset bits from "iref"
342 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) {
355 if (GetIndirectRefKind(iref) == kHandleScopeOrInvalid) {
357 if (self->HandleScopeContains(reinterpret_cast<jobject>(iref))) {
370 const uint32_t idx = ExtractIndex(iref);
390 if (!CheckEntry("remove", iref, idx)) {
428 if (!CheckEntry("remove", iref, idx)) {
jni_env_ext.h 66 void UpdateLocal(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_) {
67 locals_.Update(iref, obj);
  /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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/skia/tests/
FontHostStreamTest.cpp 36 static bool compare(const SkBitmap& ref, const SkIRect& iref,
39 const int xOff = itest.fLeft - iref.fLeft;
40 const int yOff = itest.fTop - iref.fTop;
DrawTextTest.cpp 34 static bool compare(const SkBitmap& ref, const SkIRect& iref,
37 const int xOff = itest.fLeft - iref.fLeft;
38 const int yOff = itest.fTop - iref.fTop;
BlurTest.cpp 77 static bool compare(const SkBitmap& ref, const SkIRect& iref,
80 const int xOff = itest.fLeft - iref.fLeft;
81 const int yOff = itest.fTop - iref.fTop;
124 SkIRect iref; local
125 refBound.roundOut(&iref);
126 iref.inset(-outset, -outset);
128 create(&refBitmap, iref);
131 refCanvas.translate(SkIntToScalar(-iref.fLeft),
132 SkIntToScalar(-iref.fTop));
148 compare(refBitmap, iref, testBitmap, itest))
    [all...]
  /external/skqp/tests/
FontHostStreamTest.cpp 36 static bool compare(const SkBitmap& ref, const SkIRect& iref,
39 const int xOff = itest.fLeft - iref.fLeft;
40 const int yOff = itest.fTop - iref.fTop;
DrawTextTest.cpp 34 static bool compare(const SkBitmap& ref, const SkIRect& iref,
37 const int xOff = itest.fLeft - iref.fLeft;
38 const int yOff = itest.fTop - iref.fTop;
BlurTest.cpp 76 static bool compare(const SkBitmap& ref, const SkIRect& iref,
79 const int xOff = itest.fLeft - iref.fLeft;
80 const int yOff = itest.fTop - iref.fTop;
123 SkIRect iref; local
124 refBound.roundOut(&iref);
125 iref.inset(-outset, -outset);
127 create(&refBitmap, iref);
130 refCanvas.translate(SkIntToScalar(-iref.fLeft),
131 SkIntToScalar(-iref.fTop));
147 compare(refBitmap, iref, testBitmap, itest))
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 368 milliseconds

1 2