Home
last modified time | relevance | path

Searched defs:result1 (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
Darpa_inet_test.cpp154 int result1 = inet_aton("", nullptr); variable
170 int result1 = inet_aton(" ", nullptr); variable
192 int result1 = inet_aton("9.8.7.6.5", &addr); variable
208 int result1 = inet_aton("333.2.0.9", &addr); variable
228 int result1 = inet_aton("260.0.0", &addr); variable
246 int result1 = inet_aton("260.0", &addr); variable
291 const char* result1 = inet_ntop(AF_INET, &ss0, s0, INET_ADDRSTRLEN); variable
308 const char* result1 = inet_ntop(AF_INET6, &ss1, s1, INET_ADDRSTRLEN); variable
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
Dmisc_getpriority_test.cpp36 int result1 = setpriority(PRIO_PROCESS, getpid(), PRIORITY); variable
51 int result1 = setpriority(PRIO_PGRP, getpgid(getpid()), PRIORITY); variable
66 int result1 = setpriority(PRIO_USER, getuid(), PRIORITY); variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTimerQueriesTest.cpp147 GLuint64 result1 = 0; in TEST_P() local
393 GLuint64 result1 = 0; in TEST_P() local
469 GLuint64 result1 = 0; in TEST_P() local
506 GLint64 result1 = 0; in TEST_P() local
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dtee.any.js502 const result1 = await read1; constant
530 const result1 = await read1; constant
569 const result1 = await read1; constant
628 const result1 = await read1; constant
663 const result1 = await read1; constant
685 const result1 = await read1; constant
718 const result1 = await reader1.read(new Uint8Array([0x11])); constant
751 const result1 = await reader1.read(); constant
788 const result1 = await read1; constant
816 const result1 = await read1; constant
[all …]
/third_party/icu/icu4c/source/samples/citer/
Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
135 UnicodeString result1, result2; in TestStringiter() local
/third_party/skia/third_party/externals/icu/source/samples/citer/
Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
135 UnicodeString result1, result2; in TestStringiter() local
/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/plusOperator/
DplusOperatorInvalidOperations.ts5 var result1 = b+; //expect error variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D1-1.c24 int result1 = -1; in main() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/arrow_function/
Darrow_function_1.ts28 const result1 = addNumbers(5, 10); constant
/third_party/typescript/tests/baselines/reference/
DplusOperatorInvalidOperations.js6 var result1 = b+; //expect error variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/parameter_list/
Dparameter_list_1.ts30 let result1 = fun1("Bob"); variable
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/
DemitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.ts11 var result1 = foo().prop **= foo().prop **= 2; variable
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_init_module_test.cpp19 …int result1 = init_module(reinterpret_cast<void*>(const_cast<char*>("example_module")), 0, nullptr… variable
/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.ts29 let result1 = func1(10); variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
D2-1.c26 int result1; in main() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/function_expression/
Dfunction_expressions_1.ts33 const result1 = myFunction(fn1, 123); constant
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
D1-1.c28 int result1 = -1; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/
Dtermios_cfsetspeed_test.cpp25 int result1 = tcgetattr(fd, &tty); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_in_operator/
Dthe_in_operator.ts44 let result1 = isString({ num: 20 }); variable
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_openat_chk_test.cpp21 int result1 = __openat_chk(0, "/dev/null", O_WRONLY); variable
Dfortify_openat64_chk_test.cpp21 int result1 = __openat64_chk(0, "/dev/null", O_WRONLY); variable
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
Dstat_fstat64_test.cpp23 int result1 = mkdir(dirName, mode); variable
/third_party/icu/icu4c/source/test/cintltst/
Dcformtst.c75 UChar *result1=NULL; in myDateFormat() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
Dunistd_dup2_test.cpp26 int result1 = fprintf(fp, "musl_test"); variable
/third_party/musl/libc-test/src/functionalext/supplement/prng/prng_gtest/
Dprng_rand_r_test.cpp23 int result1 = rand_r(&seed1); variable

1234