/third_party/boost/libs/variant/test/ |
D | recursive_variant_test.cpp | 205 std::string result5( printer()(vec5) ); in test_recursive_variant() local 207 std::cout << "result5: " << result5 << '\n'; in test_recursive_variant() 208 BOOST_TEST(result5 == "( 3.5 ( 3 5 ( 3 5 ) 7 ) 17.25 ) "); in test_recursive_variant() 352 std::string result5( printer()(vec5) ); in test_recursive_variant_over() local 354 std::cout << "result5: " << result5 << '\n'; in test_recursive_variant_over() 355 BOOST_TEST(result5 == "( 3.5 ( 3 5 ( 3 5 ) 7 ) 17.25 ) "); in test_recursive_variant_over()
|
/third_party/openssl/external/perl/Text-Template-1.46/t/ |
D | 02-hash.t | 48 $result5 = 'We will put value of $v (which is "good") here -> good'; 50 print +($text eq $result5 ? '' : 'not '), "ok $n\n";
|
/third_party/python/Lib/distutils/tests/ |
D | test_text_file.py | 44 result5 = ["line 3 continues on next line"] 92 test_input(5, "join lines without collapsing", in_file, result5)
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayFrom.js | 23 const result5: A[] = Array.from(inputALike); constant 54 var result5 = Array.from(inputALike); variable
|
D | conditionalOperatorWithoutIdenticalBCT.js | 21 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable 76 var result5 = true ? function (m) { return m.propertyX1; } : function (n) { return n.propertyX2; };
|
D | conditionalOperatorWithIdenticalBCT.js | 29 var result5 = true ? a : x; variable 107 var result5 = true ? a : x;
|
D | conditionalOperatorWithoutIdenticalBCT.symbols | 74 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2; 75 >result5 : Symbol(result5, Decl(conditionalOperatorWithoutIdenticalBCT.ts, 19, 3))
|
D | indexingTypesWithNever.js | 34 const result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never 128 var result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never variable
|
D | conditionalOperatorWithIdenticalBCT.symbols | 84 var result5 = true ? a : x; 85 >result5 : Symbol(result5, Decl(conditionalOperatorWithIdenticalBCT.ts, 27, 3))
|
D | conditionalOperatorWithoutIdenticalBCT.types | 80 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2; 81 >result5 : (t: X) => string
|
D | conditionalOperatorWithIdenticalBCT.types | 114 var result5 = true ? a : x; 115 >result5 : X
|
D | arrayFrom.errors.txt | 32 const result5: A[] = Array.from(inputALike);
|
D | indexingTypesWithNever.types | 71 const result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never 72 >result5 : never
|
D | arrayFrom.symbols | 84 const result5: A[] = Array.from(inputALike); 85 >result5 : Symbol(result5, Decl(arrayFrom.ts, 21, 5))
|
D | indexingTypesWithNever.symbols | 90 const result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never 91 >result5 : Symbol(result5, Decl(indexingTypesWithNever.ts, 32, 5))
|
D | conditionalOperatorWithoutIdenticalBCT.errors.txt | 48 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
|
D | arrayFrom.types | 85 const result5: A[] = Array.from(inputALike); 86 >result5 : A[]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 289 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local 332 test7c->getText(result5); in TestConstructionAndEqualityUChariter() 334 if(result != UnicodeString(testText) || result4 != result || result5 != result) in TestConstructionAndEqualityUChariter() 339 test5->getText(result5); in TestConstructionAndEqualityUChariter() 340 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter() 343 test5->getText(result5); in TestConstructionAndEqualityUChariter() 344 if(result == result5 || result4 != result5) in TestConstructionAndEqualityUChariter() 347 test5->getText(result5); in TestConstructionAndEqualityUChariter() 348 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
|
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/ |
D | conditionalOperatorWithoutIdenticalBCT.ts | 20 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
|
D | conditionalOperatorWithIdenticalBCT.ts | 28 var result5 = true ? a : x; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | arrayFrom.ts | 24 const result5: A[] = Array.from(inputALike); constant
|
D | indexingTypesWithNever.ts | 35 const result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | side_of_intersection.hpp | 304 T const result5 = d * (d * (dx_c * (ay - cy) - dy_c * (ax - cx)) in side_value() local 307 boost::ignore_unused(result1, result2, result3, result4, result5); in side_value()
|
/third_party/boost/libs/proto/test/ |
D | external_transforms.cpp | 161 …int result5 = calc_grammar()(_1 / _2, fusion::make_vector(6, 0), (42, proto::transforms = checked,… in test_external_transforms() local
|