Home
last modified time | relevance | path

Searched refs:result4 (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_openat_chk_test.cpp24 int result4 = __openat_chk(0, "openat_test", O_RDONLY); variable
28 EXPECT_EQ(-1, result4);
Dfortify_openat64_chk_test.cpp24 int result4 = __openat64_chk(0, "openat_test", O_RDONLY); variable
28 EXPECT_EQ(-1, result4);
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/leading_middle_rest_elements_in_tuple_types/
Dleading_middle_rest_elements_in_tuple_types4.ts39 let result4 = func2('s', true, 10); variable
40 Assert.equal(JSON.stringify(result4), '{"0":"s","1":true,"2":10}');
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
Dfcntl_posix_fadvise64_test.cpp32 int result4 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_NOREUSE); variable
38 EXPECT_EQ(0, result4);
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
Dhash.t32 my $result4 = 'We will put value of $v (which is "good") here -> good';
34 is $text, $result4;
/third_party/openssl/external/perl/Text-Template-1.56/t/
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/
Darpa_inet_test.cpp173 int result4 = inet_aton("127.0.0.1a", &addr); variable
178 EXPECT_EQ(0, result4);
211 int result4 = inet_aton("0.2.0.333", &addr); variable
215 EXPECT_EQ(0, result4);
/third_party/python/Lib/distutils/tests/
Dtest_text_file.py39 result4 = ["line 3 \\",
85 test_input(4, "default processing", in_file, result4)
/third_party/typescript/tests/baselines/reference/
DarrayFrom.js22 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant
50 var result4 = Array.from(inputB, function (_a) { variable
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; };
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; };
DconditionalOperatorWithoutIdenticalBCT.symbols61 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
62 >result4 : Symbol(result4, Decl(conditionalOperatorWithoutIdenticalBCT.ts, 18, 3))
DindexingTypesWithNever.js25 const result4 = genericFn2({ e: "etest", f: "ftest" });
126 var result4 = genericFn2({ e: "etest", f: "ftest" }); variable
DconditionalOperatorWithIdenticalBCT.symbols65 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA;
66 >result4 : Symbol(result4, Decl(conditionalOperatorWithIdenticalBCT.ts, 22, 3))
DconditionalOperatorWithoutIdenticalBCT.types64 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
65 >result4 : (t: X) => number
DconditionalOperatorWithIdenticalBCT.types90 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA;
91 >result4 : (t: A) => any
DarrayFrom.errors.txt31 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b }));
DindexingTypesWithNever.types49 const result4 = genericFn2({ e: "etest", f: "ftest" });
50 >result4 : never
DarrayFrom.symbols72 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b }));
73 >result4 : Symbol(result4, Decl(arrayFrom.ts, 20, 5))
/third_party/icu/icu4c/source/test/intltest/
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()
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/
DconditionalOperatorWithoutIdenticalBCT.ts19 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
DconditionalOperatorWithIdenticalBCT.ts23 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
/third_party/typescript/tests/cases/compiler/
DarrayFrom.ts23 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant
DindexingTypesWithNever.ts26 const result4 = genericFn2({ e: "etest", f: "ftest" });
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dtee.any.js932 const result4 = await branch2Reads[1]; constant
933 assert_equals(result4.done, true, 'second read() from branch2 should be done');
934 …assert_typed_array_equals(result4.value, new Uint8Array([0]).subarray(0, 0), 'second chunk from br…

12