/external/llvm-project/libcxx/test/std/strings/string.view/string.view.iterators/ |
D | rend.pass.cpp | 26 typename S::const_reverse_iterator ce2 = s.crend(); in test() local 32 assert(ce2 == s.rbegin()); in test() 38 assert(ce2 != s.rbegin()); in test() 43 assert(static_cast<std::size_t>(ce2 - s.crbegin()) == s.size()); in test() 46 assert( e == ce2); in test() 47 assert(ce1 == ce2); in test()
|
D | end.pass.cpp | 26 typename S::const_iterator ce2 = s.cend(); in test() local 32 assert(ce2 == s.begin()); in test() 38 assert(ce2 != s.begin()); in test() 43 assert(static_cast<std::size_t>(ce2 - s.cbegin()) == s.size()); in test() 46 assert( e == ce2); in test() 47 assert(ce1 == ce2); in test()
|
/external/libcxx/test/std/strings/string.view/string.view.iterators/ |
D | rend.pass.cpp | 27 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()
|
D | end.pass.cpp | 27 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/llvm-project/clang/test/SemaOpenCL/ |
D | clk_event_t.cl | 12 clk_event_t ce2; 19 if (ce1 != ce2) { 22 else if (ce1 == CLK_NULL_EVENT || ce2 != CLK_NULL_EVENT) {
|
/external/llvm-project/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 167 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be n… in shrink_int() local
|
D | p7-0x.cpp | 63 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to … in float_to_int() local 112 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression canno… in shrink_float() local 139 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot … in int_to_float() local 188 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be nar… in shrink_int() local
|
/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/tensorflow/tensorflow/core/distributed_runtime/ |
D | rpc_collective_executor_mgr_test.cc | 77 CollectiveExecutor* ce2 = cme_->FindOrCreate(1); in TEST_F() local 78 EXPECT_EQ(ce, ce2); in TEST_F() 79 ce2->Unref(); in TEST_F()
|
/external/clang/test/CXX/special/class.copy/ |
D | p13-0x.cpp | 23 Constexpr2 ce2; member
|
/external/llvm-project/clang/test/CXX/special/class.copy/ |
D | p13-0x.cpp | 23 Constexpr2 ce2; member
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | load-quantization-recipe.mlir | 57 // CHECK-NEXT: %[[ce2:.*]] = "tfl.fully_connected"(%arg18, %arg7, %[[cst]]) 59 // CHECK-NEXT: %[[ce3:.*]] = "tfl.add_n"(%[[ce1]], %[[ce2]])
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1186 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()
|
D | CollationTest.java | 316 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()
|
D | CollationAPITest.java | 637 int ce2 = encoliter.next(); 638 if (ce2 != ce) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1189 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()
|
D | CollationTest.java | 319 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()
|
D | CollationAPITest.java | 640 int ce2 = encoliter.next(); 641 if (ce2 != ce) {
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx1z-class-template-argument-deduction.cpp | 482 TestExplicitCtor ce2 = ce1; variable 483 static_assert(__is_same(decltype(ce2), TestExplicitCtor<int>), "");
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedCollator.java | 786 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/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 808 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/elfutils/tests/ |
D | run-strings-test.sh | 167 testfile4: 2ce2 [^_] 209 testfile4: 5ce2 [^_]
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 580 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/ |
D | collationtest.cpp | 238 int64_t ce2 = ci.nextCE(errorCode); in TestImplicits() local 242 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE) { in TestImplicits() 275 int64_t ce2 = ci2.nextCE(errorCode); in TestNulTerminated() local 279 if(ce1 != ce2) { in TestNulTerminated()
|