Searched defs:TEST (Results 26 - 50 of 68) sorted by relevance

123

/bionic/tests/
H A Dmath_tanf_test.cpp4451 TEST(math_tanf, tanf_intel) { 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 Dmath_pow_test.cpp3292 TEST(math_pow, pow_intel) { function
H A Dmath_powf_test.cpp2780 TEST(math_powf, powf_intel) { 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_epoll_test.cpp25 TEST(sys_epoll, smoke) { function
43 TEST(sys_epoll, epoll_event_data) { function
H A Dsys_sendfile_test.cpp26 TEST(sys_sendfile, sendfile) { function
45 TEST(sys_sendfile, sendfile64) { function
H A Dsys_stat_test.cpp26 TEST(sys_stat, futimens) { function
48 TEST(sys_stat, futimens_EBADF) { function
58 TEST(sys_stat, mkfifo) { function
77 TEST(sys_stat, stat64_lstat64_fstat64) { function
H A Duchar_test.cpp37 TEST(uchar, sizeof_uchar_t) { function
46 TEST(uchar, start_state) { function
73 TEST(uchar, c16rtomb_null_out) { function
82 TEST(uchar, c16rtomb_null_char) { function
91 TEST(uchar, c16rtomb) { function
122 TEST(uchar, c16rtomb_surrogate) { function
138 TEST(uchar, c16rtomb_invalid) { function
152 TEST(uchar, mbrtoc16_null) { function
160 TEST(uchar, mbrtoc16_zero_len) { function
177 TEST(ucha function
198 TEST(uchar, mbrtoc16_surrogate) { function
212 TEST(uchar, mbrtoc16_reserved_range) { function
222 TEST(uchar, mbrtoc16_beyond_range) { function
265 TEST(uchar, mbrtoc16_incomplete) { function
277 TEST(uchar, c32rtomb) { function
323 TEST(uchar, mbrtoc32) { function
401 TEST(uchar, mbrtoc32_incomplete) { function
[all...]
H A Darpa_inet_test.cpp21 TEST(arpa_inet, inet_addr) { function
25 TEST(arpa_inet, inet_aton) { function
31 TEST(arpa_inet, inet_lnaof) { function
36 TEST(arpa_inet, inet_makeaddr) { function
41 TEST(arpa_inet, inet_netof) { function
46 TEST(arpa_inet, inet_network) { function
50 TEST(arpa_inet, inet_ntoa) { function
55 TEST(arpa_inet, inet_pton__inet_ntop) { function
63 TEST(arpa_inet, inet_ntop_overflow) { function
H A Dlocale_test.cpp23 TEST(locale, localeconv) { function
50 TEST(locale, setlocale) { function
74 TEST(locale, newlocale) { function
88 TEST(locale, duplocale) { function
94 TEST(locale, uselocale) { function
109 TEST(locale, mb_cur_max) { function
H A Dmath_sincos_test.cpp4777 TEST(math_sincos, sincos_intel) { function
H A Dmath_sincosf_test.cpp4647 TEST(math_sincosf, sincosf_intel) { function
H A Dnetdb_test.cpp24 TEST(netdb, getaddrinfo_NULL_hints) { function
30 TEST(netdb, getnameinfo_salen) { function
H A Dstubs_test.cpp62 TEST(getpwnam, system_id_root) { function
66 TEST(getpwnam, system_id_system) { function
70 TEST(getpwnam, app_id_radio) { function
74 TEST(getpwnam, app_id_nobody) { function
78 TEST(getpwnam, app_id_all_a0) { function
82 TEST(getpwnam, app_id_u1_a40000) { function
86 TEST(getpwnam, app_id_u0_a0) { function
90 TEST(getpwnam, app_id_u0_a1234) { function
94 TEST(getpwnam, app_id_u0_a9999) { function
99 TEST(getpwna function
103 TEST(getpwnam, app_id_u1_radio) { function
107 TEST(getpwnam, app_id_u1_a0) { function
111 TEST(getpwnam, app_id_u1_i0) { function
[all...]
H A Dsys_resource_test.cpp32 TEST(sys_resource, smoke) { function
H A Datexit_test.cpp27 TEST(atexit, dlclose) { function
93 TEST(atexit, exit) { 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 Dftw_test.cpp63 TEST(ftw, ftw) { function
69 TEST(ftw, ftw64) { function
75 TEST(ftw, nftw) { function
81 TEST(ftw, nftw64) { function
H A Dlibgen_test.cpp43 TEST(libgen, basename_smoke) { function
56 TEST(libgen, dirname) { function
91 TEST(libgen, basename_r) { function
110 TEST(libgen, dirname_r) { function
H A Dsys_mman_test.cpp25 TEST(sys_mman, mmap_std) { function
31 TEST(sys_mman, mmap64_std) { function
37 TEST(sys_mman, mmap_file_bad_offset) { function
44 TEST(sys_mman, mmap64_file_bad_offset) { function
56 TEST(sys_mman, mmap_file_read) { function
70 TEST(sys_mman, mmap_file_write) { function
97 TEST(sys_mman, mmap_file_read_at_offset) { function
133 TEST(sys_mman, mmap_file_write_at_offset) { function
H A Dsys_select_test.cpp26 TEST(sys_select, fd_set_smoke) { function
74 TEST(sys_select, select_smoke) { function
116 TEST(sys_select, pselect_smoke) { function
H A Ddirent_test.cpp51 TEST(dirent, scandir_scandir64) { function
84 TEST(dirent, fdopendir_invalid) { function
95 TEST(dirent, fdopendir) { function
108 TEST(dirent, opendir_invalid) { function
116 TEST(dirent, opendir) { function
124 TEST(dirent, closedir_invalid) { function
130 TEST(dirent, closedir) { function
136 TEST(dirent, readdir) { function
153 TEST(dirent, readdir64) { function
170 TEST(diren function
188 TEST(dirent, readdir64_r) { function
206 TEST(dirent, rewinddir) { function
[all...]
/bionic/linker/tests/
H A Dlinked_list_test.cpp60 TEST(linked_list, simple) { function
99 TEST(linked_list, push_pop) { function
H A Dlinker_allocator_test.cpp51 TEST(linker_allocator, test_nominal) { function
67 TEST(linker_allocator, test_small) { function
78 TEST(linker_allocator, test_larger) { function
126 TEST(linker_allocator, test_protect) { function

Completed in 197 milliseconds

123