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

123

/bionic/tests/
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 Dstdint_test.cpp21 TEST(stdint_types, type_sizes) { function
H A Dstrings_test.cpp22 TEST(strings, ffs) { 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 Dgetauxval_test.cpp37 TEST(getauxval, expected_values) { function
55 TEST(getauxval, unexpected_values) { function
H A Dstack_unwinding_test.cpp29 TEST(stack_unwinding_DeathTest, unwinding_through_signal_frame) { function
H A Dinttypes_test.cpp22 TEST(inttypes, misc) { function
42 TEST(inttypes, wcstoimax) { function
46 TEST(inttypes, wcstoumax) { 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
H A Dmalloc_test.cpp27 TEST(malloc, malloc_std) { function
35 TEST(malloc, malloc_overflow) { function
41 TEST(malloc, calloc_std) { function
53 TEST(malloc, calloc_illegal) { function
59 TEST(malloc, calloc_overflow) { function
74 TEST(malloc, memalign_multiple) { function
88 TEST(malloc, memalign_overflow) { function
92 TEST(malloc, memalign_non_power2) { function
101 TEST(malloc, posix_memalign_non_power2) { function
106 TEST(mallo function
111 TEST(malloc, memalign_realloc) { function
147 TEST(malloc, malloc_realloc_larger) { function
163 TEST(malloc, malloc_realloc_smaller) { function
179 TEST(malloc, malloc_multiple_realloc) { function
217 TEST(malloc, calloc_realloc_larger) { function
232 TEST(malloc, calloc_realloc_smaller) { function
247 TEST(malloc, calloc_multiple_realloc) { function
284 TEST(malloc, realloc_overflow) { function
300 TEST(malloc, pvalloc_std) { function
309 TEST(malloc, pvalloc_overflow) { function
313 TEST(malloc, valloc_std) { function
321 TEST(malloc, valloc_overflow) { function
[all...]
H A Dmntent_test.cpp21 TEST(mntent, mntent_smoke) { function
H A Dregex_test.cpp22 TEST(regex, smoke) { function
H A Dsys_statvfs_test.cpp35 TEST(sys_statvfs, statvfs) { function
41 TEST(sys_statvfs, statvfs64) { function
47 TEST(sys_statvfs, fstatvfs) { function
54 TEST(sys_statvfs, fstatvfs64) { function
H A Dsys_vfs_test.cpp36 TEST(sys_vfs, statfs) { function
42 TEST(sys_vfs, statfs64) { function
48 TEST(sys_vfs, fstatfs) { function
55 TEST(sys_vfs, fstatfs64) { 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 Dmath_cos_test.cpp5635 TEST(math_cos, cos_intel) { function
H A Dmath_cosf_test.cpp4347 TEST(math_cosf, cosf_intel) { function
H A Dmath_exp_test.cpp1967 TEST(math_exp, exp_intel) { function
H A Dmath_expf_test.cpp1431 TEST(math_expf, expf_intel) { function
H A Dmath_log_test.cpp1667 TEST(math_log, log_intel) { function
H A Dmath_logf_test.cpp1319 TEST(math_logf, logf_intel) { function
H A Dmath_sin_test.cpp5787 TEST(math_sin, sin_intel) { function
H A Dmath_sinf_test.cpp4387 TEST(math_sinf, sinf_intel) { function
H A Dmath_tan_test.cpp5195 TEST(math_tan, tan_intel) { function

Completed in 2017 milliseconds

123