| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| H A D | pthread_barrierattr_setpshared.c | 30 int result = -1; in pthread_barrierattr_setpshared_0100() local
|
| H A D | pthread_join.c | 41 int result = pthread_join(pid, NULL); in pthread_join_0100() local 58 int result = pthread_join(t, NULL); in pthread_join_0200() local
|
| H A D | pthread_self.c | 24 pthread_t result = pthread_self(); in threadfunc() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/time/ |
| H A D | clock_getres.c | 29 int result = clock_getres(CLOCK_REALTIME, &ts); in clock_getres_0100() local 41 int result = clock_getres(CLOCK_TAI, &ts); in clock_getres_0200() local 53 int result = clock_getres(CLOCK_MONOTONIC, &ts); in clock_getres_0300() local 65 int result = clock_getres(CLOCK_BOOTTIME, &ts); in clock_getres_0400() local 77 int result = clock_getres(100, &ts); in clock_getres_0500() local 89 int result = __clock_getres_time64(CLOCK_REALTIME, &ts); clock_getres_time64_0100() local [all...] |
| H A D | clock_getcpuclockid.c | 30 int result = clock_getcpuclockid(pid, &clk); in clock_getcpuclockid_0100() local 47 int result = clock_getcpuclockid(65536, &clk); in clock_getcpuclockid_0200() local
|
| H A D | timespec_get.c | 32 int result = timespec_get(&ts, 0); in timespec_get_0100() local 46 int result = timespec_get(&ts, TIME_UTC); in timespec_get_0200() local 63 int result = __timespec_get_time64(&ts, TIME_UTC); in timespec_get_time64_0200() local [all...] |
| H A D | wcsftime.c | 34 size_t result = wcsftime(buffer, 80, L"%I:%M%p", timeinfo); in wcsftime_0100() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | getcwd.c | 35 char *result; in getcwd_0100() local 51 char *result; in getcwd_0200() local 65 char *result; getcwd_0300() local [all...] |
| H A D | fsync.c | 32 int result = fsync(fd); in fsync_0100() local 54 int result = fsync(fd); in fsync_0200() local 67 int result = fsync(-1); in fsync_0300() local
|
| H A D | fchdir.c | 35 int result = fchdir(fd); in fchdir_0100() local
|
| H A D | linkat.c | 38 int result = linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW); in linkat_0100() local 61 int result = linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW); in linkat_0200() local 76 int result = linkat(-1, NULL, -1, NULL, -1); in linkat_0300() local
|
| H A D | setdomainname.c | 33 int result = getdomainname(cbuf, sizeof(cbuf)); in setdomainname_0100() local 72 int result = getdomainname(cbuf, sizeof(cbuf)); setdomainname_0200() local 109 int result = setdomainname(NULL, -1); setdomainname_0300() local [all...] |
| H A D | sethostname.c | 33 int result = gethostname(cbuf, sizeof(cbuf)); in sethostname_0100() local 72 int result = gethostname(cbuf, sizeof(cbuf)); sethostname_0200() local 109 int result = sethostname(NULL, -1); sethostname_0300() local [all...] |
| H A D | setegid.c | 30 int result = setegid(segid); in setegid_0100() local 56 int result = setegid(segid); in setegid_0200() local [all...] |
| H A D | symlink.c | 32 int result = symlink(file_name, link_name); in symlink_0100() local 52 int result = symlink(file_name, link_name); in symlink_0200() local
|
| H A D | sleep.c | 30 int result = sleep(2); in sleep_0100() local
|
| H A D | ttyname_r.c | 34 int result = ttyname_r(fd, buf, sizeof(buf)); in ttyname_r_0100() local 51 int result = ttyname_r(fd, buf, sizeof(buf)); in ttyname_r_0200() local
|
| H A D | writev.c | 39 ssize_t result = writev(STDOUT_FILENO, iov, 2); in writev_0100() local 61 ssize_t result = writev(STDOUT_FILENO, iov, 2); in writev_0200() local 74 ssize_t result = writev(-1, NULL, -1); in writev_0300() local
|
| H A D | unlink.c | 38 int result = unlink(path); in unlink_0100() local 53 int result = unlink(path); in unlink_0200() local [all...] |
| H A D | unlinkat.c | 32 int result = unlinkat(fd, path, 0); in unlinkat_0100() local 50 int result = unlinkat(AT_FDCWD, path, AT_REMOVEDIR); in unlinkat_0200() local
|
| H A D | usleep.c | 30 int result = usleep(2000000); in usleep_0100() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
| H A D | unistd_dup2_test.cpp | 42 int result = dup2(-1, -1); in HWTEST_F() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
| H A D | unit_test.h | 37 struct test_result result; member
|
| /third_party/qrcodegen/rust/examples/ |
| H A D | qrcodegen-demo.rs | 171 let mut result = String::new(); in to_svg_string() variables [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | HandleAllocator_unittest.cpp | 75 GLuint result = limitedAllocator.allocate(); in TEST() local
|