Home
last modified time | relevance | path

Searched defs:result (Results 651 - 675 of 6955) sorted by relevance

1...<<21222324252627282930>>...279

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_barrierattr_setpshared.c30 int result = -1; in pthread_barrierattr_setpshared_0100() local
H A Dpthread_join.c41 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 Dpthread_self.c24 pthread_t result = pthread_self(); in threadfunc() local
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dclock_getres.c29 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 Dclock_getcpuclockid.c30 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 Dtimespec_get.c32 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 Dwcsftime.c34 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 Dgetcwd.c35 char *result; in getcwd_0100() local
51 char *result; in getcwd_0200() local
65 char *result; getcwd_0300() local
[all...]
H A Dfsync.c32 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 Dfchdir.c35 int result = fchdir(fd); in fchdir_0100() local
H A Dlinkat.c38 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 Dsetdomainname.c33 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 Dsethostname.c33 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 Dsetegid.c30 int result = setegid(segid); in setegid_0100() local
56 int result = setegid(segid); in setegid_0200() local
[all...]
H A Dsymlink.c32 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 Dsleep.c30 int result = sleep(2); in sleep_0100() local
H A Dttyname_r.c34 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 Dwritev.c39 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 Dunlink.c38 int result = unlink(path); in unlink_0100() local
53 int result = unlink(path); in unlink_0200() local
[all...]
H A Dunlinkat.c32 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 Dusleep.c30 int result = usleep(2000000); in usleep_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_dup2_test.cpp42 int result = dup2(-1, -1); in HWTEST_F() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h37 struct test_result result; member
/third_party/qrcodegen/rust/examples/
H A Dqrcodegen-demo.rs171 let mut result = String::new(); in to_svg_string() variables
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator_unittest.cpp75 GLuint result = limitedAllocator.allocate(); in TEST() local

Completed in 7 milliseconds

1...<<21222324252627282930>>...279