/external/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/ |
D | deref.pass.cpp | 26 std::ostreambuf_iterator<char>& iref = *i; in main() local 27 assert(&iref == &i); in main() 32 std::ostreambuf_iterator<wchar_t>& iref = *i; in main() local 33 assert(&iref == &i); in main()
|
D | increment.pass.cpp | 27 std::ostreambuf_iterator<char>& iref = ++i; in main() local 28 assert(&iref == &i); in main() 35 std::ostreambuf_iterator<wchar_t>& iref = ++i; in main() local 36 assert(&iref == &i); in main()
|
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/ |
D | deref.pass.cpp | 25 std::ostreambuf_iterator<char>& iref = *i; in main() local 26 assert(&iref == &i); in main() 31 std::ostreambuf_iterator<wchar_t>& iref = *i; in main() local 32 assert(&iref == &i); in main()
|
D | increment.pass.cpp | 26 std::ostreambuf_iterator<char>& iref = ++i; in main() local 27 assert(&iref == &i); in main() 34 std::ostreambuf_iterator<wchar_t>& iref = ++i; in main() local 35 assert(&iref == &i); in main()
|
/external/llvm-project/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/ |
D | dereference.pass.cpp | 25 std::ostream_iterator<int>& iref = *i; in main() local 26 assert(&iref == &i); in main()
|
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/ |
D | dereference.pass.cpp | 24 std::ostream_iterator<int>& iref = *i; in main() local 25 assert(&iref == &i); in main()
|
/external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/ |
D | pre_increment.pass.cpp | 24 std::istream_iterator<int>& iref = ++i; in main() local 25 assert(&iref == &i); in main()
|
/external/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/ |
D | pre_increment.pass.cpp | 25 std::istream_iterator<int>& iref = ++i; in main() local 26 assert(&iref == &i); in main()
|
/external/skia/tests/ |
D | BlurTest.cpp | 96 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument 99 const int xOff = itest.fLeft - iref.fLeft; in compare() 100 const int yOff = itest.fTop - iref.fTop; in compare() 142 SkIRect iref; in DEF_TEST() local 143 refBound.roundOut(&iref); in DEF_TEST() 144 iref.inset(-outset, -outset); in DEF_TEST() 146 create(&refBitmap, iref); in DEF_TEST() 149 refCanvas.translate(SkIntToScalar(-iref.fLeft), in DEF_TEST() 150 SkIntToScalar(-iref.fTop)); in DEF_TEST() 166 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
|
D | FontHostStreamTest.cpp | 38 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument 41 const int xOff = itest.fLeft - iref.fLeft; in compare() 42 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | DrawTextTest.cpp | 39 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument 42 const int xOff = itest.fLeft - iref.fLeft; in compare() 43 const int yOff = itest.fTop - iref.fTop; in compare()
|
/external/skqp/tests/ |
D | FontHostStreamTest.cpp | 38 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument 41 const int xOff = itest.fLeft - iref.fLeft; in compare() 42 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | DrawTextTest.cpp | 37 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument 40 const int xOff = itest.fLeft - iref.fLeft; in compare() 41 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | BlurTest.cpp | 97 static bool compare(const SkBitmap& ref, const SkIRect& iref, in compare() argument 100 const int xOff = itest.fLeft - iref.fLeft; in compare() 101 const int yOff = itest.fTop - iref.fTop; in compare() 143 SkIRect iref; in DEF_TEST() local 144 refBound.roundOut(&iref); in DEF_TEST() 145 iref.inset(-outset, -outset); in DEF_TEST() 147 create(&refBitmap, iref); in DEF_TEST() 150 refCanvas.translate(SkIntToScalar(-iref.fLeft), in DEF_TEST() 151 SkIntToScalar(-iref.fTop)); in DEF_TEST() 167 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorParser.java | 458 int[] iref = new int[1]; in parseSection() local 497 iref[0] = pos; in parseSection() 498 int escaped = Utility.unescapeAt(rule, iref); in parseSection() 499 pos = iref[0]; in parseSection() 594 iref[0] = pos; in parseSection() 595 … TransliteratorIDParser.SingleID single = TransliteratorIDParser.parseFilterID(rule, iref); in parseSection() 598 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) { in parseSection() 612 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true); in parseSection() 642 iref[0] = pos; in parseSection() 643 r = Utility.parseNumber(rule, iref, 10); in parseSection() [all …]
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorParser.java | 457 int[] iref = new int[1]; in parseSection() local 496 iref[0] = pos; in parseSection() 497 int escaped = Utility.unescapeAt(rule, iref); in parseSection() 498 pos = iref[0]; in parseSection() 593 iref[0] = pos; in parseSection() 594 … TransliteratorIDParser.SingleID single = TransliteratorIDParser.parseFilterID(rule, iref); in parseSection() 597 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) { in parseSection() 611 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true); in parseSection() 641 iref[0] = pos; in parseSection() 642 r = Utility.parseNumber(rule, iref, 10); in parseSection() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_bsp.c | 65 struct iref { struct 115 struct iref *ref = ¶ms.ipicparm.refs[i]; in nv84_decoder_bsp()
|
/external/llvm-project/clang/test/Analysis/ |
D | cxx-uninitialized-object-ptr-ref.cpp | 898 int &iref; // no-note, pointee of this->iref was already reported member 902 …IntMultipleReferenceToSameObjectTest(int *i) : iptr(i), iref(*i) {} // expected-warning{{1 uniniti… in IntMultipleReferenceToSameObjectTest()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 554 int32_t iref = pos; in parseSection() local 556 TransliteratorIDParser::parseFilterID(rule, iref); in parseSection() 559 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) { in parseSection() 574 … pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status); in parseSection()
|
/external/cldr/docs/rfc/ |
D | rfc2629.xslt | 86 Support for irefs in sections; support iref @primary=true 478 match="iref" 482 match="iref" 486 match="iref" 662 <xsl:if test="//iref"> 782 <xsl:template match="iref"> 783 …<a><xsl:attribute name="name"><xsl:value-of select="$anchor-prefix"/>.iref.<xsl:number level="any"… 1093 <xsl:if test="//iref"> 1239 <xsl:apply-templates select="iref"/> 1252 <xsl:apply-templates select="*[not(self::iref)]" /> [all …]
|