/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
D | arpa_inet_test.cpp | 172 int result3 = inet_aton("0ax.0.0.9", &addr); variable 210 int result3 = inet_aton("0.2.333.9", &addr); variable 230 int result3 = inet_aton("0.0.0x10000", &addr); variable 310 const char* result3 = inet_ntop(AF_INET6, &ss1, s1, 2 * INET6_ADDRSTRLEN); variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/parameter_list/ |
D | parameter_list_1.ts | 31 let result3 = fun1("Bob", "Adams"); variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/leading_middle_rest_elements_in_tuple_types/ |
D | leading_middle_rest_elements_in_tuple_types4.ts | 37 let result3 = func2('a', 10); variable
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_openat64_chk_test.cpp | 23 int result3 = __openat64_chk(0, "openat_test", O_WRONLY); variable
|
D | fortify_openat_chk_test.cpp | 23 int result3 = __openat_chk(0, "openat_test", O_WRONLY); variable
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
D | fcntl_posix_fadvise64_test.cpp | 31 int result3 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_RANDOM); variable
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayFrom.js | 21 const result3: B[] = Array.from(inputA.values()); // expect error constant 49 var result3 = Array.from(inputA.values()); // expect error variable
|
D | overloadresolutionWithConstraintCheckingDeferred.js | 19 var result3: string = foo(x => { // x has type D variable
|
D | conditionalOperatorWithoutIdenticalBCT.js | 17 var result3: B = true ? a : b; variable
|
D | conditionalOperatorWithIdenticalBCT.js | 20 var result3 = true ? { a: 1 } : { a: 2, b: 'string' }; variable
|
D | indexingTypesWithNever.js | 124 var result3 = genericFn1({ c: "ctest", d: "dtest" }); variable
|
/third_party/typescript/tests/cases/compiler/ |
D | arrayFrom.ts | 22 const result3: B[] = Array.from(inputA.values()); // expect error constant
|
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/ |
D | conditionalOperatorWithoutIdenticalBCT.ts | 16 var result3: B = true ? a : b; variable
|
D | conditionalOperatorWithIdenticalBCT.ts | 19 var result3 = true ? { a: 1 } : { a: 2, b: 'string' }; variable
|
/third_party/skia/tests/graphite/ |
D | UniformCacheTest.cpp | 79 sk_sp<UniformData> result3 = cache->findOrCreate(ud3); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
|
/third_party/node/test/parallel/ |
D | test-stream-iterator-helpers-test262-tests.mjs | 91 const result3 = await iterator3[Symbol.asyncIterator]().next(); constant
|
D | test-vm-basic.js | 342 const result3 = vm.compileFunction('console.log("wrong source")', [], { constant
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatAPI.java | 126 Date result3 = new Date(); in TestAPI() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDateFormatAPI.java | 129 Date result3 = new Date(); in TestAPI() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmapts.cpp | 190 UDate result2, result3; in testAPI() local
|
D | nmfmapts.cpp | 161 Formattable result1, result2, result3; in testAPI() local
|
D | numbertest_range.cpp | 678 auto result3 = lnf.formatFormattableRange(-uprv_getInfinity(), uprv_getInfinity(), status); in testNaNInfinity() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/test/ |
D | testLockFreeQueue.cpp | 67 int result3; member in TestLockFreeQueue
|
/third_party/python/Modules/ |
D | _testinternalcapi.c | 319 Py_ssize_t result3 = _Py_UTF8_Edit_Cost(a_obj, b_obj, result * 2 + 1); in check_edit_cost() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 692 …FormattedNumberRange result3 = lnf.formatRange(Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY); in testNaNInfinity() local
|