Home
last modified time | relevance | path

Searched defs:result2 (Results 1 - 25 of 74) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DplusOperatorInvalidOperations.js9 var result2 =+; variable
17 var result2 = +; variable
H A DoverloadresolutionWithConstraintCheckingDeferred.js17 var result2: number = foo(x => new G<typeof x>(x)); // x has type D, new G(x) fails, so first overload is picked. variable
32 var result2 = foo(function (x) { return new G(x); }); // x has type D, new G(x) fails, so first overload is picked. variable
H A DfixingTypeParametersRepeatedly3.js18 var result2 = bar(derived, d => d.toBase()); variable
23 var result2 = bar(derived, function (d) { return d.toBase(); }); variable
H A DtypeGuardsWithInstanceOf.js4 var result2!: I; variable
46 var result2; variable
H A DnonInferrableTypePropagation1.js34 var result2 = createAndUnbox(function () { return thing.pipe(tap(function (v) { return log(v); }), map(function (data) { return box(data); })); }); variable
H A DconditionalOperatorWithoutIdenticalBCT.js16 var result2: A = true ? a : b; variable
72 var result2 = true ? a : b; variable
H A DdefaultBestCommonTypesHaveDecls.js13 var result2 = concat2(1, ""); // result2 will be number|string variable
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_init_module_test.cpp20 int result2 = init_module(nullptr, 0, nullptr); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_openat64_chk_test.cpp22 int result2 = __openat64_chk(0, "/dev/null", O_RDONLY); in HWTEST_F() local
H A Dfortify_openat_chk_test.cpp22 int result2 = __openat_chk(0, "/dev/null", O_RDONLY); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_getpriority_test.cpp38 int result2 = getpriority(PRIO_PROCESS, getpid()); in HWTEST_F() local
53 int result2 = getpriority(PRIO_PGRP, getpgid(getpid())); in HWTEST_F() local
68 int result2 = getpriority(PRIO_USER, getuid()); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/
H A Dtermios_cfsetspeed_test.cpp29 int result2 = tcsetattr(fd, TCSANOW, &tty); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnet_if_test.cpp63 char* result2 = if_indextoname(it->if_index, buf); in HWTEST_F() local
H A Darpa_inet_test.cpp156 int result2 = inet_aton("127.0.0.1", &addr); in HWTEST_F() local
171 int result2 = inet_aton("a", &addr); in HWTEST_F() local
193 int result2 = inet_aton("9.8.7.6.", &addr); in HWTEST_F() local
209 int result2 = inet_aton("0.333.0.9", &addr); in HWTEST_F() local
229 int result2 = inet_aton("0.260.0", &addr); in HWTEST_F() local
247 int result2 = inet_aton("0.0x1000000", &addr); HWTEST_F() local
292 const char* result2 = inet_ntop(AF_INET, &ss0, s0, 2 * INET_ADDRSTRLEN); HWTEST_F() local
309 const char* result2 = inet_ntop(AF_INET6, &ss1, s1, INET6_ADDRSTRLEN); HWTEST_F() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/prng/prng_gtest/
H A Dprng_rand_r_test.cpp24 int result2 = rand_r(&seed2); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstat64_test.cpp29 int result2 = fstat64(fd, &statBuf); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_dup2_test.cpp28 int result2 = dup2(fd, fileno(fp)); in HWTEST_F() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/test/
H A DtestLockFreeQueue.cpp66 int result2; member in TestLockFreeQueue
/third_party/icu/icu4c/source/samples/citer/
H A Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
135 UnicodeString result1, result2; in TestStringiter() local
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_regalloc.cpp54 auto result2 = bld.vop1(aco_opcode::v_cvt_f32_f16, bld.def(v1), tmp.def(0).getTemp()); variable
/third_party/node/deps/v8/src/base/
H A Dubsan.cc41 uint64_t result2 = result1 + (r_mid2 << 32); in __mulodi4() local
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_posix_fadvise64_test.cpp30 int result2 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_SEQUENTIAL); in HWTEST_F() local
/third_party/skia/third_party/externals/icu/source/samples/citer/
H A Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
135 UnicodeString result1, result2; in TestStringiter() local
/third_party/skia/tests/
H A DSrcOverTest.cpp38 unsigned result2 = test_srcover2(0xFF, i); in DEF_TEST() local
/third_party/skia/tests/graphite/
H A DUniformCacheTest.cpp66 sk_sp<UniformData> result2 = cache->findOrCreate(ud2); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local

Completed in 6 milliseconds

123