Home
last modified time | relevance | path

Searched refs:result4 (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_openat64_chk_test.cpp24 int result4 = __openat64_chk(0, "openat_test", O_RDONLY); in HWTEST_F() local
28 EXPECT_EQ(-1, result4); in HWTEST_F()
H A Dfortify_openat_chk_test.cpp24 int result4 = __openat_chk(0, "openat_test", O_RDONLY); in HWTEST_F() local
28 EXPECT_EQ(-1, result4); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_posix_fadvise64_test.cpp32 int result4 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_NOREUSE); in HWTEST_F() local
38 EXPECT_EQ(0, result4); in HWTEST_F()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t32 my $result4 = 'We will put value of $v (which is "good") here -> good';
34 is $text, $result4;
/third_party/python/Lib/distutils/tests/
H A Dtest_text_file.py39 result4 = ["line 3 \\",
85 test_input(4, "default processing", in_file, result4)
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t32 my $result4 = 'We will put value of $v (which is "good") here -> good';
34 is $text, $result4;
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Darpa_inet_test.cpp173 int result4 = inet_aton("127.0.0.1a", &addr); in HWTEST_F() local
178 EXPECT_EQ(0, result4); in HWTEST_F()
211 int result4 = inet_aton("0.2.0.333", &addr); in HWTEST_F() local
215 EXPECT_EQ(0, result4); in HWTEST_F()
/third_party/typescript/tests/baselines/reference/
H A DarrayFrom.js22 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b }));
50 var result4 = Array.from(inputB, function (_a) { variable
H A DconditionalOperatorWithIdenticalBCT.js24 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
103 var result4 = true ? function (m) { return m.propertyX; } : function (n) { return n.propertyA; };
H A DconditionalOperatorWithoutIdenticalBCT.js20 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
75 var result4 = true ? function (m) { return m.propertyX1; } : function (n) { return n.propertyX2; };
H A DindexingTypesWithNever.js25 const result4 = genericFn2({ e: "etest", f: "ftest" });
126 var result4 = genericFn2({ e: "etest", f: "ftest" }); variable
/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp289 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local
331 test7b->getText(result4); in TestConstructionAndEqualityUChariter()
334 if(result != UnicodeString(testText) || result4 != result || result5 != result) in TestConstructionAndEqualityUChariter()
338 test4->getText(result4); in TestConstructionAndEqualityUChariter()
340 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
344 if(result == result5 || result4 != result5) in TestConstructionAndEqualityUChariter()
348 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
H A Dnumbertest_range.cpp679 auto result4 = lnf.formatFormattableRange(uprv_getNaN(), 0, status); in testNaNInfinity() local
688 assertEquals("NaN - 0", u"NaN–0", result4.toTempString(status)); in testNaNInfinity()
H A Dloctest.cpp5462 Locale result4 = Locale::createCanonical(locid4); in TestBug20410() local
5464 assertEquals(locid4, expected4.getName(), result4.getName()); in TestBug20410()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberRangeFormatterTest.java693 FormattedNumberRange result4 = lnf.formatRange(Double.NaN, 0); in testNaNInfinity()
700 assertEquals("NaN - 0", "NaN–0", result4.toString()); in testNaNInfinity()

Completed in 14 milliseconds