/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithIdenticalObjects.js | 59 var base2: Base; variable 63 var r1a2 = base1 < base2; 71 var r1b2 = base2 < base1; 80 var r2a2 = base1 > base2; 88 var r2b2 = base2 > base1; 97 var r3a2 = base1 <= base2; 105 var r3b2 = base2 <= base1; 114 var r4a2 = base1 >= base2; 122 var r4b2 = base2 >= base1; 131 var r5a2 = base1 == base2; [all …]
|
D | comparisonOperatorWithIdenticalObjects.types | 142 var base2: Base; 143 >base2 : Base 152 var r1a2 = base1 < base2; 154 >base1 < base2 : boolean 156 >base2 : Base 194 var r1b2 = base2 < base1; 196 >base2 < base1 : boolean 197 >base2 : Base 237 var r2a2 = base1 > base2; 239 >base1 > base2 : boolean [all …]
|
D | comparisonOperatorWithIdenticalObjects.symbols | 164 var base2: Base; 165 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3)) 174 var r1a2 = base1 < base2; 177 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3)) 209 var r1b2 = base2 < base1; 211 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3)) 245 var r2a2 = base1 > base2; 248 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3)) 280 var r2b2 = base2 > base1; 282 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3)) [all …]
|
D | arrayBestCommonTypes.js | 5 class base2 implements iface { } class 45 var base2Obj = new base2(); 58 class base2 implements iface { x: string; z: string; } 98 var base2Obj = new base2(); 133 var base2 = /** @class */ (function () { function 134 function base2() { function 136 return base2; 176 var base2Obj = new base2(); 192 var base2 = /** @class */ (function () { function 193 function base2() { function [all …]
|
D | arrayBestCommonTypes.types | 9 class base2 implements iface { } 10 >base2 : base2 355 var base2Obj = new base2(); 356 >base2Obj : base2 357 >new base2() : base2 358 >base2 : typeof base2 364 >base2Obj : base2 370 >base2Obj : base2 379 >base2Obj : base2 386 >base2Obj : base2 [all …]
|
D | arrayBestCommonTypes.symbols | 12 class base2 implements iface { } 13 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 2, 35)) 198 var base2Obj = new base2(); 200 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 2, 35)) 242 class base2 implements iface { x: string; z: string; } 243 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 55, 57)) 245 >x : Symbol(base2.x, Decl(arrayBestCommonTypes.ts, 56, 34)) 246 >z : Symbol(base2.z, Decl(arrayBestCommonTypes.ts, 56, 45)) 431 var base2Obj = new base2(); 433 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 55, 57))
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithIdenticalObjects.ts | 58 var base2: Base; variable 62 var r1a2 = base1 < base2; 70 var r1b2 = base2 < base1; 79 var r2a2 = base1 > base2; 87 var r2b2 = base2 > base1; 96 var r3a2 = base1 <= base2; 104 var r3b2 = base2 <= base1; 113 var r4a2 = base1 >= base2; 121 var r4b2 = base2 >= base1; 130 var r5a2 = base1 == base2; [all …]
|
/third_party/skia/bench/ |
D | HairlinePathBench.cpp | 99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath() 104 SkIntToScalar(points[base2+1] + yTrans)); in makePath() 131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath() 136 SkIntToScalar(points[base2+1] + yTrans), in makePath() 164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath() 170 SkIntToScalar(points[base2+1] + yTrans), in makePath() 199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/third_party/flutter/skia/bench/ |
D | HairlinePathBench.cpp | 99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath() 104 SkIntToScalar(points[base2+1] + yTrans)); in makePath() 131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath() 136 SkIntToScalar(points[base2+1] + yTrans), in makePath() 164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath() 170 SkIntToScalar(points[base2+1] + yTrans), in makePath() 199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/third_party/boost/libs/smart_ptr/test/ |
D | cpp11_pointer_cast_test.cpp | 53 class base2 class 57 virtual ~base2(){} in ~base2() 62 : public base, public base2 101 boost::static_pointer_cast<base2>( in check_static_pointer_cast() 104 static_cast<base2*>(static_cast<derived*>(boost::get_pointer(ptr))); in check_static_pointer_cast() 153 base2 *expect = static_cast<base2*>(static_cast<derived*>(boost::get_pointer(smart))); in check_static_moving_pointer_cast() 158 boost::static_pointer_cast<base2>( in check_static_moving_pointer_cast()
|
D | pointer_cast_test.cpp | 41 class base2 class 45 virtual ~base2(){} in ~base2() 50 : public base, public base2 89 boost::static_pointer_cast<base2>( in check_static_pointer_cast() 92 static_cast<base2*>(static_cast<derived*>(boost::get_pointer(ptr))); in check_static_pointer_cast()
|
/third_party/boost/libs/conversion/test/ |
D | polymorphic_cast_test.cpp | 91 Base2 * base2; in test_polymorphic_cast() local 95 base2 = boost::polymorphic_cast<Base2*>( base ); // crosscast in test_polymorphic_cast() 97 BOOST_TEST( base2 != 0 ); in test_polymorphic_cast() 99 if( base2 != 0 ) in test_polymorphic_cast() 101 BOOST_TEST_EQ( base2->kind2(), "Base2" ); in test_polymorphic_cast() 134 Base2 * base2; in test_polymorphic_pointer_cast() local 138 base2 = boost::polymorphic_pointer_cast<Base2>( base ); // crosscast in test_polymorphic_pointer_cast() 140 BOOST_TEST( base2 != 0 ); in test_polymorphic_pointer_cast() 142 if( base2 != 0 ) in test_polymorphic_pointer_cast() 144 BOOST_TEST_EQ( base2->kind2(), "Base2" ); in test_polymorphic_pointer_cast()
|
D | cast_test.cpp | 63 Base2 * base2 = polymorphic_cast<Base2*>( base ); // crosscast in main() local 64 BOOST_TEST( base2->kind2() == '2' ); in main()
|
/third_party/boost/libs/type_index/test/ |
D | type_index_runtime_cast_test.cpp | 45 struct base2 { struct 47 IMPLEMENT_CLASS(base2) 50 struct multiple_derived : base1, base2 { 51 BOOST_TYPE_INDEX_IMPLEMENT_RUNTIME_CAST((base1)(base2)) 145 base2* b2 = runtime_pointer_cast<base2>(b1); in multiple_base() 146 BOOST_TEST_NE(b2, (base2*)NULL); in multiple_base()
|
/third_party/typescript/tests/cases/compiler/ |
D | arrayBestCommonTypes.ts | 4 class base2 implements iface { } class 44 var base2Obj = new base2(); 57 class base2 implements iface { x: string; z: string; } class 97 var base2Obj = new base2();
|
/third_party/FreeBSD/sys/sys/ |
D | kobj.h | 155 base1, base2) \ argument 159 &base2, NULL }; \ 171 base1, base2, base3) \ argument 175 &base2, \
|
/third_party/boost/libs/ptr_container/test/ |
D | test_data.hpp | 328 BaseContainer base2( base ); in container_assignment_test() local 329 BOOST_CHECK_EQUAL( base2.size(), base.size() ); in container_assignment_test() 330 base2 = base; in container_assignment_test() 331 BOOST_CHECK_EQUAL( base2.size(), base.size() ); in container_assignment_test()
|
D | ptr_unordered_map.cpp | 285 BaseContainer base2( base_container ); in map_container_assignment_test() local 286 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test() 287 base2 = base_container; in map_container_assignment_test() 288 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test()
|
D | ptr_map.cpp | 308 BaseContainer base2( base_container ); in map_container_assignment_test() local 309 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test() 310 base2 = base_container; in map_container_assignment_test() 311 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test()
|
D | ptr_array.cpp | 114 ptr_array<Base,2> base2( base ); in test_array() local 115 base2 = base; in test_array()
|
/third_party/boost/boost/random/ |
D | xor_combine.hpp | 117 const base2_type& base2() const { return _rng2; } in base2() function in boost::random::xor_combine_engine 199 …NT_MACRO_SUBSTITUTION () const { return (std::min)((this->base1().min)(), (this->base2().min)()); } in BOOST_PREVENT_MACRO_SUBSTITUTION() 200 …NT_MACRO_SUBSTITUTION () const { return (std::max)((this->base1().min)(), (this->base2().max)()); } in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
/third_party/boost/boost/regex/v4/ |
D | match_results.hpp | 614 difference_type base2 = 0; in maybe_assign() local 632 base2 = 0; in maybe_assign() 652 base2 = ::boost::BOOST_REGEX_DETAIL_NS::distance(l_base, p2->first); in maybe_assign() 654 BOOST_ASSERT(base2 >= 0); in maybe_assign() 655 if(base1 < base2) return; in maybe_assign() 656 if(base2 < base1) break; in maybe_assign() 669 if(base2 < base1) in maybe_assign()
|
/third_party/libxml2/result/scripts/ |
D | base2 | 1 / > ./test/scripts/base2.xml
|
/third_party/boost/libs/type_traits/test/ |
D | is_convertible_test.cpp | 23 struct base2 { }; struct 24 struct middle2 : public virtual base2 { };
|
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/ |
D | data_test.cc | 51 AbstractBasePtr base2 = std::make_shared<AbstractScalar>(static_cast<int64_t>(2)); in TEST_F() local 52 AbstractBasePtrList base_list = {base1, base2}; in TEST_F()
|