Searched refs:TEST (Results 1 - 25 of 28) sorted by relevance

12

/bionic/tests/
H A Dmath_test.cpp44 TEST(math, fpclassify) { function
63 TEST(math, isfinite) {
71 TEST(math, isinf) { function
78 TEST(math, isnan) { function
85 TEST(math, isnormal) { function
95 TEST(math, signbit) {
108 TEST(math, __fpclassifyd) { function
118 TEST(math, __fpclassifyf) { function
128 TEST(math, __fpclassifyl) { function
137 TEST(mat function
143 TEST(math, __isfinite) { function
150 TEST(math, __isfinitef) { function
157 TEST(math, __isfinitel) { function
163 TEST(math, finite) { function
168 TEST(math, __isinff) { function
173 TEST(math, __isinfl) { function
178 TEST(math, __isnanf) { function
183 TEST(math, __isnanl) { function
188 TEST(math, isnanf) { function
194 TEST(math, __isnormal) { function
201 TEST(math, __isnormalf) { function
208 TEST(math, __isnormall) { function
214 TEST(math, __signbit) { function
220 TEST(math, __signbitf) { function
226 TEST(math, __signbitl) { function
232 TEST(math, acos) { function
236 TEST(math, acosf) { function
240 TEST(math, acosl) { function
244 TEST(math, asin) { function
248 TEST(math, asinf) { function
252 TEST(math, asinl) { function
256 TEST(math, atan) { function
260 TEST(math, atanf) { function
264 TEST(math, atanl) { function
268 TEST(math, atan2) { function
272 TEST(math, atan2f) { function
276 TEST(math, atan2l) { function
280 TEST(math, cos) { function
284 TEST(math, cosf) { function
288 TEST(math, cosl) { function
292 TEST(math, sin) { function
296 TEST(math, sinf) { function
300 TEST(math, sinl) { function
304 TEST(math, tan) { function
308 TEST(math, tanf) { function
312 TEST(math, tanl) { function
316 TEST(math, acosh) { function
320 TEST(math, acoshf) { function
324 TEST(math, acoshl) { function
328 TEST(math, asinh) { function
332 TEST(math, asinhf) { function
336 TEST(math, asinhl) { function
340 TEST(math, atanh) { function
344 TEST(math, atanhf) { function
348 TEST(math, atanhl) { function
352 TEST(math, cosh) { function
356 TEST(math, coshf) { function
360 TEST(math, coshl) { function
364 TEST(math, sinh) { function
368 TEST(math, sinhf) { function
372 TEST(math, sinhl) { function
376 TEST(math, tanh) { function
380 TEST(math, tanhf) { function
384 TEST(math, tanhl) { function
388 TEST(math, log) { function
392 TEST(math, logf) { function
396 TEST(math, logl) { function
400 TEST(math, log2) { function
404 TEST(math, log2f) { function
408 TEST(math, log2l) { function
412 TEST(math, log10) { function
416 TEST(math, log10f) { function
420 TEST(math, log10l) { function
424 TEST(math, cbrt) { function
428 TEST(math, cbrtf) { function
432 TEST(math, cbrtl) { function
436 TEST(math, sqrt) { function
440 TEST(math, sqrtf) { function
444 TEST(math, sqrtl) { function
448 TEST(math, exp) { function
453 TEST(math, expf) { function
458 TEST(math, expl) { function
463 TEST(math, exp2) { function
467 TEST(math, exp2f) { function
471 TEST(math, exp2l) { function
475 TEST(math, expm1) { function
479 TEST(math, expm1f) { function
483 TEST(math, expm1l) { function
487 TEST(math, pow) { function
491 TEST(math, powf) { function
495 TEST(math, powl) { function
499 TEST(math, ceil) { function
503 TEST(math, ceilf) { function
507 TEST(math, ceill) { function
511 TEST(math, floor) { function
515 TEST(math, floorf) { function
519 TEST(math, floorl) { function
523 TEST(math, fabs) { function
527 TEST(math, fabsf) { function
531 TEST(math, fabsl) { function
535 TEST(math, ldexp) { function
539 TEST(math, ldexpf) { function
543 TEST(math, ldexpl) { function
547 TEST(math, fmod) { function
551 TEST(math, fmodf) { function
555 TEST(math, fmodl) { function
559 TEST(math, remainder) { function
563 TEST(math, remainderf) { function
567 TEST(math, remainderl) { function
571 TEST(math, drem) { function
575 TEST(math, dremf) { function
579 TEST(math, fmax) { function
585 TEST(math, fmaxf) { function
591 TEST(math, fmaxl) { function
597 TEST(math, fmin) { function
603 TEST(math, fminf) { function
609 TEST(math, fminl) { function
615 TEST(math, fma) { function
619 TEST(math, fmaf) { function
623 TEST(math, fmal) { function
627 TEST(math, hypot) { function
631 TEST(math, hypotf) { function
635 TEST(math, hypotl) { function
639 TEST(math, erf) { function
643 TEST(math, erff) { function
647 TEST(math, erfl) { function
651 TEST(math, erfc) { function
655 TEST(math, erfcf) { function
659 TEST(math, erfcl) { function
663 TEST(math, lrint) { function
683 TEST(math, rint) { function
709 TEST(math, nearbyint) { function
735 TEST(math, lround) { function
742 TEST(math, llround) { function
749 TEST(math, ilogb) { function
757 TEST(math, ilogbf) { function
765 TEST(math, ilogbl) { function
773 TEST(math, logb) { function
781 TEST(math, logbf) { function
789 TEST(math, logbl) { function
797 TEST(math, log1p) { function
804 TEST(math, log1pf) { function
811 TEST(math, log1pl) { function
818 TEST(math, fdim) { function
824 TEST(math, fdimf) { function
830 TEST(math, fdiml) { function
836 TEST(math, round) { function
846 TEST(math, roundf) { function
856 TEST(math, roundl) { function
866 TEST(math, trunc) { function
876 TEST(math, truncf) { function
886 TEST(math, truncl) { function
896 TEST(math, nextafter) { function
902 TEST(math, nextafterf) { function
908 TEST(math, nextafterl) { function
918 TEST(math, copysign) { function
925 TEST(math, copysignf) { function
932 TEST(math, copysignl) { function
939 TEST(math, significand) { function
945 TEST(math, significandf) { function
953 TEST(math, significandl) { function
959 TEST(math, scalb) { function
963 TEST(math, scalbf) { function
967 TEST(math, scalbln) { function
971 TEST(math, scalblnf) { function
975 TEST(math, scalblnl) { function
979 TEST(math, scalbn) { function
983 TEST(math, scalbnf) { function
987 TEST(math, scalbnl) { function
991 TEST(math, gamma) { function
995 TEST(math, gammaf) { function
1000 TEST(math, gamma_r) { function
1008 TEST(math, gammaf_r) { function
1015 TEST(math, lgamma) { function
1019 TEST(math, lgammaf) { function
1023 TEST(math, lgammal) { function
1027 TEST(math, lgamma_r) { function
1033 TEST(math, lgammaf_r) { function
1039 TEST(math, tgamma) { function
1043 TEST(math, tgammaf) { function
1047 TEST(math, tgammal) { function
1051 TEST(math, j0) { function
1056 TEST(math, j0f) { function
1061 TEST(math, j1) { function
1066 TEST(math, j1f) { function
1071 TEST(math, jn) { function
1076 TEST(math, jnf) { function
1081 TEST(math, y0) { function
1086 TEST(math, y0f) { function
1091 TEST(math, y1) { function
1096 TEST(math, y1f) { function
1101 TEST(math, yn) { function
1106 TEST(math, ynf) { function
1111 TEST(math, frexp) { function
1117 TEST(math, frexpf) { function
1123 TEST(math, frexpl) { function
1129 TEST(math, modf) { function
1136 TEST(math, modff) { function
1143 TEST(math, modfl) { function
1150 TEST(math, remquo) { function
1157 TEST(math, remquof) { function
1164 TEST(math, remquol) { function
1172 TEST(math, frexpf_public_bug_6697) { function
[all...]
H A Dstubs_test.cpp55 TEST(getpwnam, system_id_root) { function
59 TEST(getpwnam, system_id_system) { function
63 TEST(getpwnam, app_id_radio) { function
67 TEST(getpwnam, app_id_nobody) { function
71 TEST(getpwnam, app_id_all_a0) { function
75 TEST(getpwnam, app_id_u1_a40000) { function
79 TEST(getpwnam, app_id_u0_a0) { function
83 TEST(getpwnam, app_id_u0_a1234) { function
87 TEST(getpwnam, app_id_u0_a9999) { function
92 TEST(getpwna function
96 TEST(getpwnam, app_id_u1_radio) { function
100 TEST(getpwnam, app_id_u1_a0) { function
104 TEST(getpwnam, app_id_u1_i0) { function
[all...]
H A Dstack_unwinding_test.cpp31 TEST(stack_unwinding_DeathTest, unwinding_through_signal_frame) { function
H A Dunistd_test.cpp22 TEST(unistd, sysconf_SC_MONOTONIC_CLOCK) { function
26 TEST(unistd, sbrk) { 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 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.cpp25 TEST(stdlib, drand48) { function
33 TEST(stdlib, lrand48_random_rand) { function
57 TEST(stdlib, mrand48) { function
65 TEST(stdlib, posix_memalign) { function
76 TEST(stdlib, realpath__NULL_filename) { function
83 TEST(stdlib, realpath__empty_filename) { function
90 TEST(stdlib, realpath__ENOENT) { function
97 TEST(stdlib, realpath) { function
113 TEST(stdlib, qsort) { function
H A Dsignal_test.cpp98 TEST(signal, sigismember_invalid) { function
102 TEST(signal, sigaddset_invalid) { function
106 TEST(signal, sigdelset_invalid) { function
110 TEST(signal, sigemptyset_invalid) { function
114 TEST(signal, sigfillset_invalid) { function
118 TEST(signal, raise_invalid) { function
132 TEST(signal, raise_in_signal_handler) { function
141 TEST(signal, sigwait) { function
H A Dlibc_logging_test.cpp25 TEST(libc_logging, smoke) { function
109 TEST(libc_logging, d_INT_MAX) { function
115 TEST(libc_logging, d_INT_MIN) { function
121 TEST(libc_logging, ld_LONG_MAX) { function
127 TEST(libc_logging, ld_LONG_MIN) { function
133 TEST(libc_logging, lld_LLONG_MAX) { function
139 TEST(libc_logging, lld_LLONG_MIN) { function
H A Dpthread_test.cpp24 TEST(pthread, pthread_key_create) { function
33 TEST(pthread, pthread_key_create_lots) { function
89 TEST(pthread, pthread_create) { function
100 TEST(pthread, pthread_create_EAGAIN) { function
109 TEST(pthread, pthread_no_join_after_detach) { function
122 TEST(pthread, pthread_no_op_detach_after_join) { function
146 TEST(pthread, pthread_join_self) { function
161 TEST(pthread_DeathTest, pthread_bug_37410) { function
174 TEST(pthread, pthread_sigmask) { function
198 TEST(pthrea function
207 TEST(pthread, pthread_setname_np__too_long) { function
213 TEST(pthread, pthread_setname_np__self) { function
219 TEST(pthread, pthread_setname_np__other) { function
238 TEST(pthread, pthread_setname_np__no_such_thread) { function
247 TEST(pthread, pthread_kill__0) { function
252 TEST(pthread, pthread_kill__invalid_signal) { function
265 TEST(pthread, pthread_kill__in_signal_handler) { function
274 TEST(pthread, pthread_detach__no_such_thread) { function
281 TEST(pthread, pthread_getcpuclockid__clock_gettime) { function
291 TEST(pthread, pthread_getcpuclockid__no_such_thread) { function
299 TEST(pthread, pthread_getschedparam__no_such_thread) { function
308 TEST(pthread, pthread_setschedparam__no_such_thread) { function
317 TEST(pthread, pthread_join__no_such_thread) { function
325 TEST(pthread, pthread_kill__no_such_thread) { function
332 TEST(pthread, pthread_join__multijoin) { function
386 TEST(pthread, pthread_attr_setguardsize) { function
412 TEST(pthread, pthread_attr_setstacksize) { function
[all...]
H A Dfortify_test.cpp42 TEST(DEATHTEST, strncpy_fortified2) { function
54 TEST(DEATHTEST, sprintf_fortified2) { function
67 TEST(DEATHTEST, sprintf2_fortified2) { function
89 TEST(DEATHTEST, vsprintf_fortified2) { function
94 TEST(DEATHTEST, vsprintf2_fortified2) { function
115 TEST(DEATHTEST, vsnprintf_fortified2) { function
120 TEST(DEATHTEST, vsnprintf2_fortified2) { function
132 TEST(DEATHTEST, strcpy_fortified2) { function
146 TEST(DEATHTEST, strcpy2_fortified2) { function
160 TEST(DEATHTES function
173 TEST(DEATHTEST, strchr_fortified2) { function
186 TEST(DEATHTEST, strrchr_fortified2) { function
199 TEST(DEATHTEST, strlcpy_fortified2) { function
212 TEST(DEATHTEST, strlcat_fortified2) { function
228 TEST(DEATHTEST, strncat_fortified2) { function
240 TEST(DEATHTEST, strncat2_fortified2) { function
249 TEST(DEATHTEST, strncat3_fortified2) { function
261 TEST(DEATHTEST, strcat_fortified2) { function
271 TEST(DEATHTEST, strcat2_fortified2) { function
279 TEST(DEATHTEST, snprintf_fortified2) { function
287 TEST(DEATHTEST, bzero_fortified2) { function
299 TEST(DEATHTEST, strcpy_fortified) { function
308 TEST(DEATHTEST, strcpy2_fortified) { function
317 TEST(DEATHTEST, strcpy3_fortified) { function
326 TEST(DEATHTEST, strcpy4_fortified) { function
334 TEST(DEATHTEST, strlen_fortified) { function
341 TEST(DEATHTEST, strchr_fortified) { function
348 TEST(DEATHTEST, strrchr_fortified) { function
355 TEST(DEATHTEST, strlcpy_fortified) { function
364 TEST(DEATHTEST, strlcat_fortified) { function
376 TEST(DEATHTEST, sprintf_fortified) { function
384 TEST(DEATHTEST, sprintf2_fortified) { function
401 TEST(DEATHTEST, vsprintf_fortified) { function
406 TEST(DEATHTEST, vsprintf2_fortified) { function
423 TEST(DEATHTEST, vsnprintf_fortified) { function
428 TEST(DEATHTEST, vsnprintf2_fortified) { function
433 TEST(DEATHTEST, strncat_fortified) { function
441 TEST(DEATHTEST, strncat2_fortified) { function
449 TEST(DEATHTEST, strcat_fortified) { function
458 TEST(DEATHTEST, memmove_fortified) { function
466 TEST(DEATHTEST, memcpy_fortified) { function
475 TEST(DEATHTEST, strncpy_fortified) { function
484 TEST(DEATHTEST, snprintf_fortified) { function
493 TEST(DEATHTEST, bzero_fortified) { function
501 TEST(DEATHTEST, umask_fortified) { function
510 TEST(TEST_NAME, strncat) { function
529 TEST(TEST_NAME, strncat2) { function
548 TEST(TEST_NAME, strncat3) { function
566 TEST(TEST_NAME, strncat4) { function
584 TEST(TEST_NAME, strncat5) { function
603 TEST(TEST_NAME, strncat6) { function
623 TEST(TEST_NAME, strcat) { function
642 TEST(TEST_NAME, strcat2) { function
661 TEST(TEST_NAME, strcat_chk_max_int_size) { function
682 TEST(TEST_NAME, strcpy_chk_max_int_size) { function
699 TEST(TEST_NAME, memcpy_chk_max_int_size) { function
[all...]
H A Dgetauxval_test.cpp37 TEST(getauxval, expected_values) { function
51 TEST(getauxval, unexpected_values) { function
H A Dsys_stat_test.cpp23 TEST(sys_stat, futimens) { function
45 TEST(sys_stat, futimens_EBADF) { function
H A Dregex_test.cpp22 TEST(regex, smoke) { function
H A Dstrings_test.cpp22 TEST(strings, ffs) { function
H A Dtime_test.cpp25 TEST(time, mktime_tz) { function
46 TEST(time, gmtime) { function
59 TEST(time, mktime_10310929) { function
H A Ddirent_test.cpp40 TEST(dirent, scandir) { function
67 TEST(dirent, fdopendir_invalid) { function
78 TEST(dirent, fdopendir) { function
91 TEST(dirent, opendir_invalid) { function
99 TEST(dirent, opendir) { function
107 TEST(dirent, closedir_invalid) { function
113 TEST(dirent, closedir) { function
119 TEST(dirent, readdir) { function
136 TEST(dirent, readdir_r) { function
154 TEST(diren function
[all...]
H A Dmalloc_test.cpp22 TEST(malloc, malloc_std) { function
31 TEST(malloc, calloc_std) { function
44 TEST(malloc, memalign_multiple) { function
58 TEST(malloc, memalign_realloc) { function
95 TEST(malloc, malloc_realloc_larger) { function
112 TEST(malloc, malloc_realloc_smaller) { function
129 TEST(malloc, malloc_multiple_realloc) { function
167 TEST(malloc, calloc_realloc_larger) { function
183 TEST(malloc, calloc_realloc_smaller) { function
199 TEST(mallo function
[all...]
H A Dstack_protector_test.cpp75 TEST(stack_protector, same_guard_per_thread) { function
102 TEST(stack_protector, global_guard) { function
120 TEST(stack_protector_DeathTest, modify_stack_protector) { function
H A Deventfd_test.cpp23 TEST(eventfd, smoke) { function
H A Dlibgen_test.cpp41 TEST(libgen, basename) { function
54 TEST(libgen, dirname) { function
89 TEST(libgen, basename_r) { function
104 TEST(libgen, dirname_r) { function
H A Dstdio_test.cpp25 TEST(stdio, tmpfile_fileno_fprintf_rewind_fgets) { function
50 TEST(stdio, getdelim) { function
85 TEST(stdio, getdelim_invalid) { function
108 TEST(stdio, getline) { function
150 TEST(stdio, getline_invalid) { function
173 TEST(stdio, printf_ssize_t) { function
185 TEST(stdio, popen) { function
197 TEST(stdio, getc) { function
208 TEST(stdio, putc) { function
H A Ddlfcn_test.cpp35 TEST(dlfcn, dlsym_in_self) { function
53 TEST(dlfcn, dlopen_failure) { function
68 TEST(dlfcn, dlerror_concurrent) { function
84 TEST(dlfcn, dlsym_failures) { function
117 TEST(dlfcn, dladdr) { function
177 TEST(dlfcn, dladdr_invalid) { function
196 TEST(dlfcn, dlopen_library_with_only_gnu_hash) { function
205 TEST(dlfcn, dlopen_bad_flags) { function
H A Dnetdb_test.cpp24 TEST(netdb, getaddrinfo_NULL_hints) { function
30 TEST(netdb, getnameinfo_salen) { function
H A Dsystem_properties_test.cpp67 TEST(properties, add) { function
87 TEST(properties, update) { function
120 TEST(properties, fill) { function
168 TEST(properties, foreach) { function
181 TEST(properties, find_nth) { function
226 TEST(properties, fill_hierarchical) { function
279 TEST(properties, errors) { function
296 TEST(properties, serial) { function
322 TEST(properties, wait) { function
359 TEST(properties_DeathTes function
[all...]

Completed in 216 milliseconds

12