Home
last modified time | relevance | path

Searched refs:ce2 (Results 1 – 25 of 28) sorted by relevance

12

/external/libcxx/test/std/strings/string.view/string.view.iterators/
Drend.pass.cpp27 typename S::const_reverse_iterator ce2 = s.crend(); in test() local
33 assert(ce2 == s.rbegin()); in test()
39 assert(ce2 != s.rbegin()); in test()
44 assert(static_cast<std::size_t>(ce2 - s.crbegin()) == s.size()); in test()
47 assert( e == ce2); in test()
48 assert(ce1 == ce2); in test()
Dend.pass.cpp27 typename S::const_iterator ce2 = s.cend(); in test() local
33 assert(ce2 == s.begin()); in test()
39 assert(ce2 != s.begin()); in test()
44 assert(static_cast<std::size_t>(ce2 - s.cbegin()) == s.size()); in test()
47 assert( e == ce2); in test()
48 assert(ce1 == ce2); in test()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp60 …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
Dp7-0x.cpp59 …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/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc74 CollectiveExecutor* ce2 = cme_->FindOrCreate(1); in TEST_F() local
75 EXPECT_EQ(ce, ce2); in TEST_F()
76 ce2->Unref(); in TEST_F()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java1186 int ce2 = CollationElementIterator.IGNORABLE; in TestJ3087() local
1190 && ce2 != CollationElementIterator.NULLORDER) { in TestJ3087()
1192 ce2 = iter2.next(); in TestJ3087()
1193 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087()
1778 int ce2 = iter.next(); in TestVariableTop()
1779 if (ce2 == CollationElementIterator.NULLORDER) { in TestVariableTop()
3048 int ce1, ce2; in TestHungarianTailoring() local
3050 (ce2 = iter2.next()) != CollationElementIterator.NULLORDER) { in TestHungarianTailoring()
3051 if (ce1 > ce2) { in TestHungarianTailoring()
DCollationTest.java316 long ce2 = ci.nextCE(); in TestImplicits() local
317 if (ce == Collation.NO_CE || ce2 != Collation.NO_CE) { in TestImplicits()
352 long ce2 = ci2.nextCE(); in TestSubSequence() local
354 if (ce1 != ce2) { in TestSubSequence()
DCollationAPITest.java637 int ce2 = encoliter.next();
638 if (ce2 != ce) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java1189 int ce2 = CollationElementIterator.IGNORABLE; in TestJ3087() local
1193 && ce2 != CollationElementIterator.NULLORDER) { in TestJ3087()
1195 ce2 = iter2.next(); in TestJ3087()
1196 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087()
1781 int ce2 = iter.next(); in TestVariableTop()
1782 if (ce2 == CollationElementIterator.NULLORDER) { in TestVariableTop()
3051 int ce1, ce2; in TestHungarianTailoring() local
3053 (ce2 = iter2.next()) != CollationElementIterator.NULLORDER) { in TestHungarianTailoring()
3054 if (ce1 > ce2) { in TestHungarianTailoring()
DCollationTest.java319 long ce2 = ci.nextCE(); in TestImplicits() local
320 if (ce == Collation.NO_CE || ce2 != Collation.NO_CE) { in TestImplicits()
355 long ce2 = ci2.nextCE(); in TestSubSequence() local
357 if (ce1 != ce2) { in TestSubSequence()
DCollationAPITest.java640 int ce2 = encoliter.next();
641 if (ce2 != ce) {
/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp23 Constexpr2 ce2; member
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java808 long ce1, ce2; in setVariableTop() local
812 ce2 = ci.nextCE(); in setVariableTop()
816 ce2 = ci.nextCE(); in setVariableTop()
818 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java786 long ce1, ce2; in setVariableTop() local
790 ce2 = ci.nextCE(); in setVariableTop()
794 ce2 = ci.nextCE(); in setVariableTop()
796 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
/external/elfutils/tests/
Drun-strings-test.sh167 testfile4: 2ce2 [^_]
209 testfile4: 5ce2 [^_]
Drun-strip-remove-keep.sh527 [32] .shstrtab STRTAB 00000000 001ce2 00012e 0 0 0 1
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp580 int64_t ce1, ce2; in setVariableTop() local
584 ce2 = ci.nextCE(errorCode); in setVariableTop()
588 ce2 = ci.nextCE(errorCode); in setVariableTop()
590 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) { in setVariableTop()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp237 int64_t ce2 = ci.nextCE(errorCode); in TestImplicits() local
241 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE) { in TestImplicits()
274 int64_t ce2 = ci2.nextCE(errorCode); in TestNulTerminated() local
278 if(ce1 != ce2) { in TestNulTerminated()
/external/tcpdump/tests/
Dkday6.out43 0x0000: 0fbb 1627 4ce2 d5f3 5cca 8010 0410 0594
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c534 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl() local
539 if (ce2 != ce) { in TestRuleBasedColl()
Dcmsccoll.c1525 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status); in TestContraction()
1526 if (ce == ce2) { in TestContraction()
1529 log_err("CEs do not match: %08x vs. %08x\n", ce, ce2); in TestContraction()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest.sym1653 3ce2 15 759 3326
2319 4ce2 19 160 3447
Domap_reorder_bbs.sym3465 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/
Dbreakpad_unittests.sym992 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/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym8650 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

12