Home
last modified time | relevance | path

Searched refs:result5 (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/variant/test/
Drecursive_variant_test.cpp205 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/
D02-hash.t48 $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/
Dtest_text_file.py44 result5 = ["line 3 continues on next line"]
92 test_input(5, "join lines without collapsing", in_file, result5)
/third_party/typescript/tests/baselines/reference/
DarrayFrom.js23 const result5: A[] = Array.from(inputALike); constant
54 var result5 = Array.from(inputALike); variable
DconditionalOperatorWithoutIdenticalBCT.js21 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; };
DconditionalOperatorWithIdenticalBCT.js29 var result5 = true ? a : x; variable
107 var result5 = true ? a : x;
DconditionalOperatorWithoutIdenticalBCT.symbols74 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
75 >result5 : Symbol(result5, Decl(conditionalOperatorWithoutIdenticalBCT.ts, 19, 3))
DindexingTypesWithNever.js34 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
DconditionalOperatorWithIdenticalBCT.symbols84 var result5 = true ? a : x;
85 >result5 : Symbol(result5, Decl(conditionalOperatorWithIdenticalBCT.ts, 27, 3))
DconditionalOperatorWithoutIdenticalBCT.types80 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
81 >result5 : (t: X) => string
DconditionalOperatorWithIdenticalBCT.types114 var result5 = true ? a : x;
115 >result5 : X
DarrayFrom.errors.txt32 const result5: A[] = Array.from(inputALike);
DindexingTypesWithNever.types71 const result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never
72 >result5 : never
DarrayFrom.symbols84 const result5: A[] = Array.from(inputALike);
85 >result5 : Symbol(result5, Decl(arrayFrom.ts, 21, 5))
DindexingTypesWithNever.symbols90 const result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never
91 >result5 : Symbol(result5, Decl(indexingTypesWithNever.ts, 32, 5))
DconditionalOperatorWithoutIdenticalBCT.errors.txt48 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
DarrayFrom.types85 const result5: A[] = Array.from(inputALike);
86 >result5 : A[]
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp289 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/
DconditionalOperatorWithoutIdenticalBCT.ts20 var result5: (t: X) => string = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
DconditionalOperatorWithIdenticalBCT.ts28 var result5 = true ? a : x; variable
/third_party/typescript/tests/cases/compiler/
DarrayFrom.ts24 const result5: A[] = Array.from(inputALike); constant
DindexingTypesWithNever.ts35 const result5 = genericFn3({ g: "gtest", h: "htest" }, "g", "h"); // 'g' & 'h' will reduce to never
/third_party/boost/boost/geometry/strategies/cartesian/
Dside_of_intersection.hpp304 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/
Dexternal_transforms.cpp161 …int result5 = calc_grammar()(_1 / _2, fusion::make_vector(6, 0), (42, proto::transforms = checked,… in test_external_transforms() local