/third_party/typescript/tests/baselines/reference/ |
H A D | plusOperatorInvalidOperations.js | 9 var result2 =+;
variable 17 var result2 = +;
variable
|
H A D | overloadresolutionWithConstraintCheckingDeferred.js | 17 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 D | fixingTypeParametersRepeatedly3.js | 18 var result2 = bar(derived, d => d.toBase());
variable 23 var result2 = bar(derived, function (d) { return d.toBase(); });
variable
|
H A D | typeGuardsWithInstanceOf.js | 4 var result2!: I; variable 46 var result2;
variable
|
H A D | nonInferrableTypePropagation1.js | 34 var result2 = createAndUnbox(function () { return thing.pipe(tap(function (v) { return log(v); }), map(function (data) { return box(data); })); });
variable
|
H A D | conditionalOperatorWithoutIdenticalBCT.js | 16 var result2: A = true ? a : b; variable 72 var result2 = true ? a : b;
variable
|
H A D | defaultBestCommonTypesHaveDecls.js | 13 var result2 = concat2(1, ""); // result2 will be number|string variable
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_init_module_test.cpp | 20 int result2 = init_module(nullptr, 0, nullptr); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_openat64_chk_test.cpp | 22 int result2 = __openat64_chk(0, "/dev/null", O_RDONLY); in HWTEST_F() local
|
H A D | fortify_openat_chk_test.cpp | 22 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 D | misc_getpriority_test.cpp | 38 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 D | termios_cfsetspeed_test.cpp | 29 int result2 = tcsetattr(fd, TCSANOW, &tty); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | net_if_test.cpp | 63 char* result2 = if_indextoname(it->if_index, buf); in HWTEST_F() local
|
H A D | arpa_inet_test.cpp | 156 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 D | prng_rand_r_test.cpp | 24 int result2 = rand_r(&seed2); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_fstat64_test.cpp | 29 int result2 = fstat64(fd, &statBuf); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
H A D | unistd_dup2_test.cpp | 28 int result2 = dup2(fd, fileno(fp)); in HWTEST_F() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/test/ |
H A D | testLockFreeQueue.cpp | 66 int result2; member in TestLockFreeQueue
|
/third_party/icu/icu4c/source/samples/citer/ |
H A D | citer.cpp | 70 UnicodeString result1, result2; in TestUChariter() local 135 UnicodeString result1, result2; in TestStringiter() local
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_regalloc.cpp | 54 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 D | ubsan.cc | 41 uint64_t result2 = result1 + (r_mid2 << 32); in __mulodi4() local
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
H A D | fcntl_posix_fadvise64_test.cpp | 30 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 D | citer.cpp | 70 UnicodeString result1, result2; in TestUChariter() local 135 UnicodeString result1, result2; in TestStringiter() local
|
/third_party/skia/tests/ |
H A D | SrcOverTest.cpp | 38 unsigned result2 = test_srcover2(0xFF, i); in DEF_TEST() local
|
/third_party/skia/tests/graphite/ |
H A D | UniformCacheTest.cpp | 66 sk_sp<UniformData> result2 = cache->findOrCreate(ud2); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
|