Searched defs:TEST (Results 1 - 25 of 80) sorted by relevance

1234

/bionic/tests/
H A Dcomplex_test.cpp28 TEST(complex, cabs) { function
33 TEST(complex, cabsf) { function
38 TEST(complex, cabsl) { function
43 TEST(complex, cacos) { function
48 TEST(complex, cacosf) { function
53 TEST(complex, cacosh) { function
58 TEST(complex, cacoshf) { function
63 TEST(complex, carg) { function
68 TEST(complex, cargf) { function
73 TEST(comple function
78 TEST(complex, casin) { function
83 TEST(complex, casinf) { function
88 TEST(complex, casinh) { function
93 TEST(complex, casinhf) { function
98 TEST(complex, catan) { function
103 TEST(complex, catanf) { function
108 TEST(complex, catanh) { function
113 TEST(complex, catanhf) { function
118 TEST(complex, ccos) { function
123 TEST(complex, ccosf) { function
128 TEST(complex, ccosh) { function
133 TEST(complex, ccoshf) { function
138 TEST(complex, cexp) { function
143 TEST(complex, cexpf) { function
148 TEST(complex, cimag) { function
153 TEST(complex, cimagf) { function
158 TEST(complex, cimagl) { function
163 TEST(complex, conj) { function
168 TEST(complex, conjf) { function
173 TEST(complex, conjl) { function
178 TEST(complex, cproj) { function
183 TEST(complex, cprojf) { function
188 TEST(complex, cprojl) { function
193 TEST(complex, creal) { function
198 TEST(complex, crealf) { function
203 TEST(complex, creall) { function
208 TEST(complex, csin) { function
213 TEST(complex, csinf) { function
218 TEST(complex, csinh) { function
223 TEST(complex, csinhf) { function
228 TEST(complex, csqrt) { function
233 TEST(complex, csqrtf) { function
238 TEST(complex, csqrtl) { function
243 TEST(complex, ctan) { function
248 TEST(complex, ctanf) { function
253 TEST(complex, ctanh) { function
258 TEST(complex, ctanhf) { function
[all...]
H A Dctype_test.cpp21 TEST(ctype, isalnum) { function
29 TEST(ctype, isalpha) { function
37 TEST(ctype, isascii) { function
42 TEST(ctype, isblank) { function
48 TEST(ctype, iscntrl) { function
53 TEST(ctype, isdigit) { function
59 TEST(ctype, isgraph) { function
67 TEST(ctype, islower) { function
73 TEST(ctype, isprint) { function
79 TEST(ctyp function
86 TEST(ctype, isspace) { function
97 TEST(ctype, isupper) { function
103 TEST(ctype, isxdigit) { function
113 TEST(ctype, toascii) { function
118 TEST(ctype, tolower) { function
124 TEST(ctype, _tolower) { function
129 TEST(ctype, toupper) { function
135 TEST(ctype, _toupper) { function
[all...]
H A Dlibdl_test.cpp24 TEST(libdl, application_sdk_versions_smoke) { function
H A Dstdint_test.cpp21 TEST(stdint_types, type_sizes) { function
H A Dsys_syscall_test.cpp21 TEST(unistd, syscall) { function
H A Dsys_types_test.cpp21 TEST(sys_types, type_sizes) { function
H A Dsys_uio_test.cpp21 TEST(sys_uio, process_vm_readv_ESRCH) { function
25 TEST(sys_uio, process_vm_writev_ESRCH) { function
H A Dutmp_test.cpp21 TEST(utmp, login_tty) { function
H A Dgetauxval_test.cpp37 TEST(getauxval, expected_values) { function
55 TEST(getauxval, unexpected_values) { function
H A Dstrings_test.cpp23 TEST(strings, ffs) { function
35 TEST(strings, strcasecmp) { function
41 TEST(strings, strcasecmp_l) { function
49 TEST(strings, strncasecmp) { function
56 TEST(strings, strncasecmp_l) { function
H A Dsys_personality_test.cpp21 TEST(sys_personality, current_persona) { function
H A Ddl_test.cpp53 TEST(dl, main_preempts_global_default) { function
59 TEST(dl, main_does_not_preempt_global_protected) { function
64 TEST(dl, lib_preempts_global_default) { function
68 TEST(dl, lib_does_not_preempt_global_protected) { function
H A Derror_test.cpp41 TEST(error, smoke) { function
58 TEST(error_DeathTest, error_exit) { function
62 TEST(error_DeathTest, error_exit_with_errno) { function
66 TEST(error_DeathTest, error_at_line_exit) { function
70 TEST(error_DeathTest, error_at_line_exit_with_errno) { function
H A Dinttypes_test.cpp23 TEST(inttypes, misc) { function
43 TEST(inttypes, wcstoimax) { function
47 TEST(inttypes, wcstoumax) { function
51 TEST(inttypes, strtoimax_EINVAL) { function
63 TEST(inttypes, strtoumax_EINVAL) { function
75 TEST(inttypes, wcstoimax_EINVAL) { function
87 TEST(inttypes, wcstoumax_EINVAL) { function
H A Dlibc_logging_test.cpp24 TEST(libc_logging, smoke) { function
112 TEST(libc_logging, d_INT_MAX) { function
122 TEST(libc_logging, d_INT_MIN) { function
132 TEST(libc_logging, ld_LONG_MAX) { function
146 TEST(libc_logging, ld_LONG_MIN) { function
160 TEST(libc_logging, lld_LLONG_MAX) { function
170 TEST(libc_logging, lld_LLONG_MIN) { function
180 TEST(libc_logging, buffer_overrun) { function
H A Dregex_test.cpp22 TEST(regex, smoke) { function
H A Dstdio_ext_test.cpp34 TEST(stdio_ext, __fbufsize) { function
54 TEST(stdio_ext, __flbf) { function
67 TEST(stdio_ext, __fpending) { function
79 TEST(stdio_ext, __fpurge) { function
101 TEST(stdio_ext, _flushlbf) { function
117 TEST(stdio_ext, __freadable__fwritable) { function
134 TEST(stdio_ext, __fsetlocking) { function
H A Dstring_posix_strerror_r_test.cpp40 TEST(string, posix_strerror_r) { function
H A Deventfd_test.cpp37 TEST(eventfd, smoke) { function
H A Dgetcwd_test.cpp23 TEST(getcwd, auto_full) { function
33 TEST(getcwd, auto_reasonable) { function
43 TEST(getcwd, auto_too_small) { function
51 TEST(getcwd, auto_too_large) { function
59 TEST(getcwd, manual_too_small) { function
68 TEST(getcwd, manual_zero) { function
77 TEST(getcwd, manual_path_max) { function
H A Dmntent_test.cpp21 TEST(mntent, mntent_smoke) { function
H A Dsys_statvfs_test.cpp40 TEST(sys_statvfs, statvfs) { function
46 TEST(sys_statvfs, statvfs64) { function
52 TEST(sys_statvfs, fstatvfs) { function
60 TEST(sys_statvfs, fstatvfs64) { function
H A Dsys_sysinfo_test.cpp21 TEST(sys_sysinfo, smoke) { function
H A Dsys_time_test.cpp25 TEST(sys_time, utimes) { function
46 TEST(sys_time, utimes_NULL) { function
51 TEST(sys_time, gettimeofday) { function
H A Dsys_vfs_test.cpp41 TEST(sys_vfs, statfs) { function
47 TEST(sys_vfs, statfs64) { function
53 TEST(sys_vfs, fstatfs) { function
61 TEST(sys_vfs, fstatfs64) { function

Completed in 113 milliseconds

1234