Searched refs:TEST (Results 1 - 25 of 91) 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 Dutmp_test.cpp21 TEST(utmp, login_tty) { function
27 TEST(utmp, setutent_getutent_endutent) { 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 Dsys_sysmacros_test.cpp21 TEST(sys_sysmacros, makedev) { function
25 TEST(sys_sysmacros, major) { function
29 TEST(sys_sysmacros, minor) { function
H A Dmath_test.cpp99 TEST(math, fpclassify) { function
122 TEST(math, isfinite) { function
131 TEST(math, isinf) { function
140 TEST(math, isnan) { function
149 TEST(math, isnormal) { function
159 TEST(math, signbit) { function
173 TEST(math, __fpclassifyd) { function
184 TEST(math, __fpclassifyf) { function
192 TEST(math, __fpclassifyl) { function
200 TEST(mat function
205 TEST(math, __isfinite) { function
213 TEST(math, __isfinitef) { function
221 TEST(math, __isfinitel) { function
229 TEST(math, finite) { function
234 TEST(math, isinf_function) { function
240 TEST(math, __isinff) { function
245 TEST(math, __isinfl) { function
250 TEST(math, isnan_function) { function
256 TEST(math, __isnanf) { function
261 TEST(math, __isnanl) { function
266 TEST(math, isnanf) { function
271 TEST(math, __isnormal) { function
280 TEST(math, __isnormalf) { function
289 TEST(math, __isnormall) { function
298 TEST(math, __signbit) { function
304 TEST(math, __signbitf) { function
310 TEST(math, __signbitl) { function
316 TEST(math, acos) { function
320 TEST(math, acosf) { function
324 TEST(math, acosl) { function
328 TEST(math, asin) { function
332 TEST(math, asinf) { function
336 TEST(math, asinl) { function
340 TEST(math, atan) { function
344 TEST(math, atanf) { function
348 TEST(math, atanl) { function
352 TEST(math, atan2) { function
356 TEST(math, atan2f) { function
360 TEST(math, atan2l) { function
364 TEST(math, cos) { function
368 TEST(math, cosf) { function
372 TEST(math, cosl) { function
376 TEST(math, sin) { function
380 TEST(math, sinf) { function
384 TEST(math, sinl) { function
388 TEST(math, tan) { function
392 TEST(math, tanf) { function
396 TEST(math, tanl) { function
400 TEST(math, acosh) { function
404 TEST(math, acoshf) { function
408 TEST(math, acoshl) { function
412 TEST(math, asinh) { function
416 TEST(math, asinhf) { function
420 TEST(math, asinhl) { function
424 TEST(math, atanh) { function
428 TEST(math, atanhf) { function
432 TEST(math, atanhl) { function
436 TEST(math, cosh) { function
440 TEST(math, coshf) { function
444 TEST(math, coshl) { function
448 TEST(math, sinh) { function
452 TEST(math, sinhf) { function
456 TEST(math, sinhl) { function
460 TEST(math, tanh) { function
464 TEST(math, tanhf) { function
468 TEST(math, tanhl) { function
472 TEST(math, log) { function
476 TEST(math, logf) { function
480 TEST(math, logl) { function
484 TEST(math, log2) { function
488 TEST(math, log2f) { function
492 TEST(math, log2l) { function
496 TEST(math, log10) { function
500 TEST(math, log10f) { function
504 TEST(math, log10l) { function
508 TEST(math, cbrt) { function
512 TEST(math, cbrtf) { function
516 TEST(math, cbrtl) { function
520 TEST(math, sqrt) { function
524 TEST(math, sqrtf) { function
528 TEST(math, sqrtl) { function
532 TEST(math, exp) { function
537 TEST(math, expf) { function
542 TEST(math, expl) { function
547 TEST(math, exp2) { function
551 TEST(math, exp2f) { function
555 TEST(math, exp2l) { function
559 TEST(math, expm1) { function
563 TEST(math, expm1f) { function
567 TEST(math, expm1l) { function
571 TEST(math, pow) { function
578 TEST(math, powf) { function
585 TEST(math, powl) { function
592 TEST(math, ceil) { function
596 TEST(math, ceilf) { function
600 TEST(math, ceill) { function
604 TEST(math, floor) { function
608 TEST(math, floorf) { function
612 TEST(math, floorl) { function
616 TEST(math, fabs) { function
620 TEST(math, fabsf) { function
624 TEST(math, fabsl) { function
628 TEST(math, ldexp) { function
632 TEST(math, ldexpf) { function
636 TEST(math, ldexpl) { function
640 TEST(math, fmod) { function
644 TEST(math, fmodf) { function
648 TEST(math, fmodl) { function
652 TEST(math, remainder) { function
656 TEST(math, remainderf) { function
660 TEST(math, remainderl) { function
664 TEST(math, drem) { function
668 TEST(math, dremf) { function
672 TEST(math, fmax) { function
678 TEST(math, fmaxf) { function
684 TEST(math, fmaxl) { function
690 TEST(math, fmin) { function
696 TEST(math, fminf) { function
702 TEST(math, fminl) { function
708 TEST(math, fma) { function
712 TEST(math, fmaf) { function
716 TEST(math, fmal) { function
720 TEST(math, hypot) { function
724 TEST(math, hypotf) { function
728 TEST(math, hypotl) { function
732 TEST(math, erf) { function
736 TEST(math, erff) { function
740 TEST(math, erfl) { function
744 TEST(math, erfc) { function
748 TEST(math, erfcf) { function
752 TEST(math, erfcl) { function
756 TEST(math, lrint) { function
780 TEST(math, rint) { function
810 TEST(math, nearbyint) { function
839 TEST(math, lround) { function
849 TEST(math, llround) { function
859 TEST(math, ilogb) { function
867 TEST(math, ilogbf) { function
875 TEST(math, ilogbl) { function
883 TEST(math, logb) { function
891 TEST(math, logbf) { function
899 TEST(math, logbl) { function
907 TEST(math, log1p) { function
914 TEST(math, log1pf) { function
921 TEST(math, log1pl) { function
928 TEST(math, fdim) { function
934 TEST(math, fdimf) { function
940 TEST(math, fdiml) { function
946 TEST(math, round) { function
959 TEST(math, roundf) { function
972 TEST(math, roundl) { function
985 TEST(math, trunc) { function
998 TEST(math, truncf) { function
1011 TEST(math, truncl) { function
1024 TEST(math, nextafter) { function
1030 TEST(math, nextafterf) { function
1036 TEST(math, nextafterl) { function
1045 TEST(math, nexttoward) { function
1051 TEST(math, nexttowardf) { function
1057 TEST(math, nexttowardl) { function
1066 TEST(math, copysign) { function
1073 TEST(math, copysignf) { function
1080 TEST(math, copysignl) { function
1087 TEST(math, significand) { function
1093 TEST(math, significandf) { function
1099 TEST(math, significandl) { function
1105 TEST(math, scalb) { function
1109 TEST(math, scalbf) { function
1113 TEST(math, scalbln) { function
1117 TEST(math, scalblnf) { function
1121 TEST(math, scalblnl) { function
1125 TEST(math, scalbn) { function
1129 TEST(math, scalbnf) { function
1133 TEST(math, scalbnl) { function
1137 TEST(math, gamma) { function
1141 TEST(math, gammaf) { function
1145 TEST(math, gamma_r) { function
1155 TEST(math, gammaf_r) { function
1165 TEST(math, lgamma) { function
1169 TEST(math, lgammaf) { function
1173 TEST(math, lgammal) { function
1177 TEST(math, lgamma_r) { function
1183 TEST(math, lgamma_r_17471883) { function
1194 TEST(math, lgammaf_r) { function
1200 TEST(math, lgammaf_r_17471883) { function
1211 TEST(math, lgammal_r) { function
1217 TEST(math, lgammal_r_17471883) { function
1228 TEST(math, tgamma) { function
1232 TEST(math, tgammaf) { function
1236 TEST(math, tgammal) { function
1240 TEST(math, j0) { function
1245 TEST(math, j0f) { function
1250 TEST(math, j1) { function
1255 TEST(math, j1f) { function
1260 TEST(math, jn) { function
1265 TEST(math, jnf) { function
1270 TEST(math, y0) { function
1275 TEST(math, y0f) { function
1280 TEST(math, y1) { function
1285 TEST(math, y1f) { function
1290 TEST(math, yn) { function
1295 TEST(math, ynf) { function
1300 TEST(math, frexp) { function
1306 TEST(math, frexpf) { function
1312 TEST(math, frexpl) { function
1318 TEST(math, modf) { function
1325 TEST(math, modff) { function
1332 TEST(math, modfl) { function
1339 TEST(math, remquo) { function
1346 TEST(math, remquof) { function
1353 TEST(math, remquol) { function
1361 TEST(math, frexpf_public_bug_6697) { function
1367 TEST(math, exp2_STRICT_ALIGN_OpenBSD_bug) { function
1375 TEST(math, nextafterl_OpenBSD_bug) { 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 Dnetinet_in_test.cpp23 TEST(netinet_in, bindresvport) { function
28 TEST(netinet_in, in6addr_any) { function
33 TEST(netinet_in, in6addr_loopback) { function
H A Dsys_syscall_test.cpp21 TEST(unistd, syscall) { function
H A Dsys_timex_test.cpp23 TEST(sys_timex, adjtimex_smoke) { function
30 TEST(sys_timex, adjtimex_EFAULT) { function
36 TEST(sys_timex, clock_adjtime_smoke) { function
43 TEST(sys_timex, clock_adjtime_EFAULT) { 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 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 Dstubs_test.cpp113 TEST(getpwnam, system_id_root) { function
117 TEST(getpwnam, system_id_system) { function
121 TEST(getpwnam, app_id_radio) { function
125 TEST(getpwnam, oem_id_0) { function
129 TEST(getpwnam, oem_id_999) { function
133 TEST(getpwnam, app_id_nobody) { function
137 TEST(getpwnam, app_id_u0_a0) { function
141 TEST(getpwnam, app_id_u0_a1234) { function
146 TEST(getpwnam, app_id_u0_a49999) { function
150 TEST(getpwna function
154 TEST(getpwnam, app_id_u1_root) { function
158 TEST(getpwnam, app_id_u1_radio) { function
162 TEST(getpwnam, app_id_u1_a0) { function
166 TEST(getpwnam, app_id_u1_a40000) { function
170 TEST(getpwnam, app_id_u1_i0) { function
246 TEST(getgrnam, system_id_root) { function
250 TEST(getgrnam, system_id_system) { function
254 TEST(getgrnam, app_id_radio) { function
258 TEST(getgrnam, oem_id_0) { function
262 TEST(getgrnam, oem_id_999) { function
266 TEST(getgrnam, app_id_nobody) { function
270 TEST(getgrnam, app_id_u0_a0) { function
274 TEST(getgrnam, app_id_u0_a1234) { function
278 TEST(getgrnam, app_id_u0_a9999) { function
283 TEST(getgrnam, app_id_all_a9999) { function
287 TEST(getgrnam, app_id_u0_i1) { function
291 TEST(getgrnam, app_id_u1_root) { function
295 TEST(getgrnam, app_id_u1_radio) { function
299 TEST(getgrnam, app_id_u1_a0) { function
303 TEST(getgrnam, app_id_u1_a40000) { function
307 TEST(getgrnam, app_id_u1_i0) { function
311 TEST(getgrnam_r, reentrancy) { function
331 TEST(getgrgid_r, reentrancy) { function
351 TEST(getgrnam_r, large_enough_suggested_buffer_size) { function
[all...]
H A Dfenv_test.cpp38 TEST(fenv, fesetround_fegetround_FE_TONEAREST) { function
44 TEST(fenv, fesetround_fegetround_FE_TOWARDZERO) { function
50 TEST(fenv, fesetround_fegetround_FE_UPWARD) { function
56 TEST(fenv, fesetround_fegetround_FE_DOWNWARD) { function
62 TEST(fenv, feclearexcept_fetestexcept) { function
83 TEST(fenv, FE_DFL_ENV_macro) { function
H A Dstdlib_test.cpp38 TEST(stdlib, drand48) { function
52 TEST(stdlib, erand48) { function
68 TEST(stdlib, lcong48) { function
83 TEST(stdlib, lrand48) { function
97 TEST(stdlib, random) { function
111 TEST(stdlib, rand) { function
125 TEST(stdlib, mrand48) { function
139 TEST(stdlib, posix_memalign) { function
150 TEST(stdlib, realpath__NULL_filename) { function
157 TEST(stdli function
164 TEST(stdlib, realpath__ENOENT) { function
171 TEST(stdlib, realpath__component_after_non_directory) { function
183 TEST(stdlib, realpath) { function
199 TEST(stdlib, qsort) { function
248 TEST(stdlib, mkostemp64) { function
255 TEST(stdlib, mkostemp) { function
262 TEST(stdlib, mkstemp64) { function
269 TEST(stdlib, mkstemp) { function
275 TEST(stdlib, system) { function
287 TEST(stdlib, atof) { function
291 TEST(stdlib, strtod) { function
295 TEST(stdlib, strtof) { function
299 TEST(stdlib, strtold) { function
303 TEST(stdlib, strtof_2206701) { function
308 TEST(stdlib, strtod_largest_subnormal) { function
320 TEST(stdlib, quick_exit) { function
346 TEST(stdlib, at_quick_exit) { function
360 TEST(unistd, _Exit) { function
371 TEST(stdlib, pty_smoke) { function
388 TEST(stdlib, posix_openpt) { function
394 TEST(stdlib, ptsname_r_ENOTTY) { function
401 TEST(stdlib, ptsname_r_EINVAL) { function
411 TEST(stdlib, ptsname_r_ERANGE) { function
421 TEST(stdlib, ttyname_r) { function
433 TEST(stdlib, ttyname_r_ENOTTY) { function
442 TEST(stdlib, ttyname_r_EINVAL) { function
452 TEST(stdlib, ttyname_r_ERANGE) { function
462 TEST(stdlib, unlockpt_ENOTTY) { function
470 TEST(stdlib, strtol_EINVAL) { function
482 TEST(stdlib, strtoll_EINVAL) { function
494 TEST(stdlib, strtoul_EINVAL) { function
506 TEST(stdlib, strtoull_EINVAL) { function
[all...]
H A Dstrings_test.cpp29 TEST(STRINGS_TEST, ffs) { function
41 TEST(STRINGS_TEST, strcasecmp) { function
47 TEST(STRINGS_TEST, strcasecmp_l) { function
55 TEST(STRINGS_TEST, strncasecmp) { function
62 TEST(STRINGS_TEST, strncasecmp_l) { function
H A Dsys_uio_test.cpp23 TEST(sys_uio, readv_writev) { function
63 TEST(sys_uio, preadv_pwritev) { function
67 TEST(sys_uio, preadv64_pwritev64) { function
71 TEST(sys_uio, process_vm_readv) { function
75 TEST(sys_uio, process_vm_writev) { function
H A Dregex_test.cpp22 TEST(regex, smoke) { function
40 TEST(regex, match_offsets) { function
50 TEST(regex, regerror_NULL_0) { function
H A Darpa_inet_test.cpp21 TEST(arpa_inet, inet_addr) { function
25 TEST(arpa_inet, inet_aton) { function
68 TEST(arpa_inet, inet_aton_nullptr) { function
73 TEST(arpa_inet, inet_aton_invalid) { function
108 TEST(arpa_inet, inet_lnaof) { function
113 TEST(arpa_inet, inet_makeaddr) { function
118 TEST(arpa_inet, inet_netof) { function
123 TEST(arpa_inet, inet_network) { function
129 TEST(arpa_inet, inet_ntoa) { function
134 TEST(arpa_ine function
142 TEST(arpa_inet, inet_ntop_overflow) { function
[all...]
H A Dsys_stat_test.cpp26 TEST(sys_stat, futimens) { function
48 TEST(sys_stat, futimens_EBADF) { function
58 TEST(sys_stat, mkfifo_failure) { function
64 TEST(sys_stat, mkfifoat_failure) { function
70 TEST(sys_stat, mkfifo) { function
90 TEST(sys_stat, stat64_lstat64_fstat64) { function
99 TEST(sys_stat, fchmodat_EFAULT_file) { function
104 TEST(sys_stat, fchmodat_AT_SYMLINK_NOFOLLOW_EFAULT_file) { function
115 TEST(sys_stat, fchmodat_bad_flags) { function
120 TEST(sys_sta function
125 TEST(sys_stat, fchmodat_nonexistant_file) { function
130 TEST(sys_stat, fchmodat_AT_SYMLINK_NOFOLLOW_nonexistant_file) { function
148 TEST(sys_stat, fchmodat_file) { function
155 TEST(sys_stat, fchmodat_AT_SYMLINK_NOFOLLOW_file) { function
172 TEST(sys_stat, fchmodat_symlink) { function
184 TEST(sys_stat, fchmodat_dangling_symlink) { function
205 TEST(sys_stat, fchmodat_AT_SYMLINK_NOFOLLOW_with_symlink) { function
228 TEST(sys_stat, fchmodat_AT_SYMLINK_NOFOLLOW_with_dangling_symlink) { function
249 TEST(sys_stat, faccessat_EINVAL) { function
262 TEST(sys_stat, faccessat_AT_SYMLINK_NOFOLLOW_EINVAL) { function
272 TEST(sys_stat, faccessat_dev_null) { function
279 TEST(sys_stat, faccessat_nonexistant) { function
[all...]
H A Dlibdl_test.cpp24 TEST(libdl, application_sdk_versions_smoke) { function
H A Dnet_if_test.cpp24 TEST(net_if, if_nametoindex_if_indextoname) { function
34 TEST(net_if, if_nametoindex_fail) { function
39 TEST(net_if, if_nameindex) { function
69 TEST(net_if, if_freenameindex_nullptr) { function
H A Dsstream_test.cpp37 TEST(sstream, __get_integer_overflow_8) { function
42 TEST(sstream, __get_integer_overflow_16) { function
52 TEST(sstream, __get_integer_overflow_32) { function
62 TEST(sstream, __get_integer_overflow_64) { function
H A Dsys_personality_test.cpp21 TEST(sys_personality, current_persona) { 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
/bionic/linker/tests/
H A Dlinker_utils_test.cpp25 TEST(linker_utils, normalize_path_smoke) { function
47 TEST(linker_utils, file_is_in_dir_smoke) { function
57 TEST(linker_utils, file_is_under_dir_smoke) { function
69 TEST(linker_utils, parse_zip_path_smoke) { function
84 TEST(linker_utils, page_start) { function
90 TEST(linker_utils, page_offset) { function
96 TEST(linker_utils, safe_add) { function

Completed in 254 milliseconds

1234