Home
last modified time | relevance | path

Searched refs:result8 (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
Dhash.t56 my $result8 = 'We will put value of $v (which is "good") here -> good';
64 is $text, $result8;
77 is $text, $result8;
/third_party/openssl/external/perl/Text-Template-1.56/t/
Dhash.t56 my $result8 = 'We will put value of $v (which is "good") here -> good';
64 is $text, $result8;
77 is $text, $result8;
/third_party/typescript/tests/baselines/reference/
DarrayFrom.js26 const result8: A[] = Array.from(inputARand); constant
60 var result8 = Array.from(inputARand); variable
DconditionalOperatorWithIdenticalBCT.js39 var result8: (t: A) => any = true ? (m) => m.propertyA : (n) => n.propertyX; variable
115 var result8 = true ? function (m) { return m.propertyA; } : function (n) { return n.propertyX; };
DconditionalOperatorWithIdenticalBCT.symbols112 var result8: (t: A) => any = true ? (m) => m.propertyA : (n) => n.propertyX;
113 >result8 : Symbol(result8, Decl(conditionalOperatorWithIdenticalBCT.ts, 37, 3))
DconditionalOperatorWithIdenticalBCT.types168 var result8: (t: A) => any = true ? (m) => m.propertyA : (n) => n.propertyX;
169 >result8 : (t: A) => any
DarrayFrom.errors.txt37 const result8: A[] = Array.from(inputARand);
DarrayFrom.symbols112 const result8: A[] = Array.from(inputARand);
113 >result8 : Symbol(result8, Decl(arrayFrom.ts, 24, 5))
DarrayFrom.types115 const result8: A[] = Array.from(inputARand);
116 >result8 : A[]
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/
DconditionalOperatorWithIdenticalBCT.ts38 var result8: (t: A) => any = true ? (m) => m.propertyA : (n) => n.propertyX; variable
/third_party/typescript/tests/cases/compiler/
DarrayFrom.ts27 const result8: A[] = Array.from(inputARand); constant
/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1824 std::string result8; in TestNormalizeIllFormedText() local
1825 StringByteSink<std::string> sink(&result8); in TestNormalizeIllFormedText()
1828 assertEquals("normalizeUTF8", expected8.c_str(), result8.c_str()); in TestNormalizeIllFormedText()
1850 std::string result8; in TestComposeJamoTBase() local
1851 StringByteSink<std::string> sink(&result8, expected8.length()); in TestComposeJamoTBase()
1854 assertEquals("normalizeUTF8(LV+11A7)", expected8.data(), result8.c_str()); in TestComposeJamoTBase()
1856 assertTrue("isNormalizedUTF8(normalized)", nfkc->isNormalizedUTF8(result8, errorCode)); in TestComposeJamoTBase()
Dnumbertest_range.cpp683 auto result8 = lnf.formatFormattableRange({"-Infinity", status}, {"NaN", status}, status); in testNaNInfinity() local
692 assertEquals("-inf - NaN", u"-∞ – NaN", result8.toTempString(status)); in testNaNInfinity()
Dustrtest.cpp1942 std::string result8 = "-->"; in TestUTF8() local
1945 std::string &result8r = us.toUTF8String(result8); in TestUTF8()
1946 if(result8r != expected8 || &result8r != &result8) { in TestUTF8()
Dstrcase.cpp857 StringPiece result8(dest8, length); in assertGreekUpper() local
858 UnicodeString result16From8 = UnicodeString::fromUTF8(result8); in assertGreekUpper()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c348 guint8 result8 = result; in gst_ipc_pipeline_comm_write_query_result_to_fd() local
376 if (!gst_byte_writer_put_uint8 (&bw, result8)) in gst_ipc_pipeline_comm_write_query_result_to_fd()