/external/libcxx/test/std/experimental/string.view/string.view.iterators/ |
D | rend.pass.cpp | 24 typename S::const_reverse_iterator ce2 = s.crend(); in test() local 30 assert(ce2 == s.rbegin()); in test() 36 assert(ce2 != s.rbegin()); in test() 41 assert(ce2 - s.crbegin() == s.size()); in test() 44 assert( e == ce2); in test() 45 assert(ce1 == ce2); in test()
|
D | end.pass.cpp | 24 typename S::const_iterator ce2 = s.cend(); in test() local 30 assert(ce2 == s.begin()); in test() 36 assert(ce2 != s.begin()); in test() 41 assert(ce2 - s.cbegin() == s.size()); in test() 44 assert( e == ce2); in test() 45 assert(ce1 == ce2); in test()
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
D | p7-cxx11-nowarn.cpp | 60 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-warning {{type 'double' cannot be narrowed t… in float_to_int() local 106 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-warning {{non-constant-expression can… in shrink_float() local 127 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-warning {{non-constant-expression canno… in int_to_float() local 171 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be n… in shrink_int() local
|
D | p7-0x.cpp | 59 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to … in float_to_int() local 108 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression canno… in shrink_float() local 129 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot … in int_to_float() local 173 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be nar… in shrink_int() local
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1159 int ce2 = CollationElementIterator.IGNORABLE; in TestJ3087() local 1163 && ce2 != CollationElementIterator.NULLORDER) { in TestJ3087() 1165 ce2 = iter2.next(); in TestJ3087() 1166 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087() 1739 int ce2 = iter.next(); in TestVariableTop() 1740 if (ce2 == CollationElementIterator.NULLORDER) { in TestVariableTop() 2977 int ce1, ce2; in TestHungarianTailoring() local 2979 (ce2 = iter2.next()) != CollationElementIterator.NULLORDER) { in TestHungarianTailoring() 2980 if (ce1 > ce2) { in TestHungarianTailoring()
|
D | CollationTest.java | 335 long ce2 = ci.nextCE(); in TestImplicits() local 336 if (ce == Collation.NO_CE || ce2 != Collation.NO_CE) { in TestImplicits() 370 long ce2 = ci2.nextCE(); in TestSubSequence() local 372 if (ce1 != ce2) { in TestSubSequence()
|
D | CollationAPITest.java | 616 int ce2 = encoliter.next(); 617 if (ce2 != ce) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1163 int ce2 = CollationElementIterator.IGNORABLE; in TestJ3087() local 1167 && ce2 != CollationElementIterator.NULLORDER) { in TestJ3087() 1169 ce2 = iter2.next(); in TestJ3087() 1170 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087() 1743 int ce2 = iter.next(); in TestVariableTop() 1744 if (ce2 == CollationElementIterator.NULLORDER) { in TestVariableTop() 2981 int ce1, ce2; in TestHungarianTailoring() local 2983 (ce2 = iter2.next()) != CollationElementIterator.NULLORDER) { in TestHungarianTailoring() 2984 if (ce1 > ce2) { in TestHungarianTailoring()
|
D | CollationTest.java | 339 long ce2 = ci.nextCE(); in TestImplicits() local 340 if (ce == Collation.NO_CE || ce2 != Collation.NO_CE) { in TestImplicits() 374 long ce2 = ci2.nextCE(); in TestSubSequence() local 376 if (ce1 != ce2) { in TestSubSequence()
|
D | CollationAPITest.java | 620 int ce2 = encoliter.next(); 621 if (ce2 != ce) {
|
/external/clang/test/CXX/special/class.copy/ |
D | p13-0x.cpp | 23 Constexpr2 ce2; member
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 806 long ce1, ce2; in setVariableTop() local 810 ce2 = ci.nextCE(); in setVariableTop() 814 ce2 = ci.nextCE(); in setVariableTop() 816 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedCollator.java | 784 long ce1, ce2; in setVariableTop() local 788 ce2 = ci.nextCE(); in setVariableTop() 792 ce2 = ci.nextCE(); in setVariableTop() 794 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 167 testfile4: 2ce2 [^_] 209 testfile4: 5ce2 [^_]
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 578 int64_t ce1, ce2; in setVariableTop() local 582 ce2 = ci.nextCE(errorCode); in setVariableTop() 586 ce2 = ci.nextCE(errorCode); in setVariableTop() 588 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) { in setVariableTop()
|
/external/tcpdump/tests/ |
D | kday6.out | 39 U:1, M:0, A:1, RES:27, ECT: 16274ce2, BVID: 3423, SPVID: 860 141 0x0000: 0fbb 1627 4ce2 d5f3 5cca 8010 0410 0594 366 0x0000: c4e4 f9cb 0ce2 cd2e 175a 0bf3 b492 01fa
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 235 int64_t ce2 = ci.nextCE(errorCode); in TestImplicits() local 239 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE) { in TestImplicits() 272 int64_t ce2 = ci2.nextCE(errorCode); in TestNulTerminated() local 276 if(ce1 != ce2) { in TestNulTerminated()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 532 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl() local 537 if (ce2 != ce) { in TestRuleBasedColl()
|
D | cmsccoll.c | 1529 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status); in TestContraction() 1530 if (ce == ce2) { in TestContraction() 1533 log_err("CEs do not match: %08x vs. %08x\n", ce, ce2); in TestContraction()
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 2266 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); in deepCopyIRCallee() local 2267 ce2->mcx_mask = ce->mcx_mask; in deepCopyIRCallee() 2268 return ce2; in deepCopyIRCallee()
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest.sym | 1653 3ce2 15 759 3326 2319 4ce2 19 160 3447
|
D | omap_reorder_bbs.sym | 3465 5ce2 11 219 1742 6109 STACK WIN 4 5ce2 11 0 0 4 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = 6121 STACK WIN 4 5ce2 11 0 0 4 4 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 992 14ce2 2 484 85 3590 17ce2 6 156 137 8825 21ce2 a 1139 87 9345 22ce2 4 116 20 9884 23ce2 c 348 25 12380 28ce2 4 55 28 17116 31ce2 4 117 50 17784 32ce2 2 1139 87 19395 35ce2 8 267 61 20670 37ce2 6 302 82 [all …]
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 8650 5ce2 6 658 2560 9257 6ce2 11 2230 1312 10096 8ce2 7 1763 6034 16199 15ce2 2 1650 5771 17000 18ce2 8 3774 5771 20723 STACK WIN 4 8ce2 4 0 0 10 c 18 0 1 $T0 $ebp = $T2 $esp = $T1 .raSearchStart = $eip $T1 ^ = $ebp $T0… 22090 STACK WIN 0 8ce2 4 0 0 0 0 0 0 0 0
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 8650 5ce2 6 658 2560 9257 6ce2 11 2230 1312 10096 8ce2 7 1763 6034 16199 15ce2 2 1650 5771 17000 18ce2 8 3774 5771 20723 STACK WIN 4 8ce2 4 0 0 10 c 18 0 1 $T0 $ebp = $T2 $esp = $T1 .raSearchStart = $eip $T1 ^ = $ebp $T0… 22090 STACK WIN 0 8ce2 4 0 0 0 0 0 0 0 0
|