Searched refs:cpp (Results 1 – 25 of 36) sorted by relevance
12
| /bionic/tests/ |
| D | Android.mk | 46 arpa_inet_test.cpp \ 47 buffer_tests.cpp \ 48 bug_26110743_test.cpp \ 49 complex_test.cpp \ 50 ctype_test.cpp \ 51 dirent_test.cpp \ 52 error_test.cpp \ 53 eventfd_test.cpp \ 54 fcntl_test.cpp \ 55 fenv_test.cpp \ [all …]
|
| /bionic/linker/tests/ |
| D | Android.mk | 30 linker_globals.cpp \ 31 linked_list_test.cpp \ 32 linker_block_allocator_test.cpp \ 33 ../linker_block_allocator.cpp \ 34 linker_memory_allocator_test.cpp \ 35 ../linker_allocator.cpp \ 36 linker_utils_test.cpp \ 37 ../linker_utils.cpp 40 LOCAL_SRC_FILES += ../../libc/bionic/libc_logging.cpp
|
| /bionic/libc/malloc_debug/ |
| D | Android.mk | 4 BacktraceData.cpp \ 5 Config.cpp \ 6 DebugData.cpp \ 7 debug_disable.cpp \ 8 FreeTrackData.cpp \ 9 GuardData.cpp \ 10 malloc_debug.cpp \ 11 TrackData.cpp \ 22 backtrace.cpp \ 23 MapData.cpp \ [all …]
|
| /bionic/libc/ |
| D | Android.mk | 60 stdio/stdio.cpp \ 61 stdio/stdio_ext.cpp \ 67 bionic/__FD_chk.cpp \ 68 bionic/__fgets_chk.cpp \ 69 bionic/__fread_chk.cpp \ 70 bionic/__fwrite_chk.cpp \ 71 bionic/__getcwd_chk.cpp \ 72 bionic/__memchr_chk.cpp \ 73 bionic/__memmove_chk.cpp \ 74 bionic/__memrchr_chk.cpp \ [all …]
|
| D | Android.bp | 22 "stdio/stdio.cpp", 23 "stdio/stdio_ext.cpp", 28 "bionic/__FD_chk.cpp", 29 "bionic/__fgets_chk.cpp", 30 "bionic/__fread_chk.cpp", 31 "bionic/__fwrite_chk.cpp", 32 "bionic/__getcwd_chk.cpp", 33 "bionic/__memchr_chk.cpp", 34 "bionic/__memmove_chk.cpp", 35 "bionic/__memrchr_chk.cpp", [all …]
|
| /bionic/linker/ |
| D | Android.mk | 8 debugger.cpp \ 9 dlfcn.cpp \ 10 linker.cpp \ 11 linker_allocator.cpp \ 12 linker_block_allocator.cpp \ 13 linker_dlwarning.cpp \ 14 linker_gdb_support.cpp \ 16 linker_mapped_file_fragment.cpp \ 17 linker_memory.cpp \ 18 linker_phdr.cpp \ [all …]
|
| /bionic/tests/libs/ |
| D | Android.build.dlopen_check_order_reloc_siblings.mk | 26 empty.cpp 40 dlopen_check_order_reloc_grandchild_answer.cpp 54 dlopen_check_order_reloc_nephew_answer.cpp 67 dlopen_check_order_reloc_answer_impl.cpp 77 dlopen_check_order_reloc_answer_impl.cpp 87 dlopen_check_order_reloc_answer_impl.cpp 101 dlopen_check_order_reloc_answer_impl.cpp 111 dlopen_check_order_reloc_answer_impl.cpp 121 dlopen_check_order_reloc_answer.cpp 130 dlopen_check_order_reloc_grandchild_answer_impl.cpp [all …]
|
| D | Android.build.dlopen_check_order_dlsym.mk | 22 dlopen_check_order_dlsym_answer.cpp 32 dlopen_check_order_dlsym_answer.cpp 42 dlopen_check_order_dlsym_answer.cpp 52 dlopen_check_order_dlsym_answer.cpp 62 dlopen_check_order_dlsym_answer.cpp 73 empty.cpp 84 empty.cpp
|
| D | Android.mk | 40 dlext_test_library.cpp \ 54 dlext_test_library.cpp \ 67 dlext_test_library.cpp \ 102 dlext_test_library.cpp \ 119 dlext_test_library.cpp \ 135 dlext_test_library.cpp \ 147 dlopen_testlib_simple.cpp 160 dlext_test_library.cpp \ 182 dlopen_testlib_simple.cpp 191 dlopen_nodelete_1.cpp [all …]
|
| D | Android.build.versioned_lib.mk | 20 libtest_versioned_uselibv1_src_files := versioned_uselib.cpp 30 versioned_uselib.cpp 43 versioned_uselib.cpp 53 versioned_uselib.cpp 67 versioned_lib_v1.cpp 80 versioned_lib_v2.cpp 95 versioned_lib_v3.cpp 107 libtest_versioned_otherlib_empty_src_files := empty.cpp 114 libtest_versioned_otherlib_src_files := versioned_lib_other.cpp
|
| D | Android.build.linker_namespaces.mk | 36 libnstest_root_src_files := namespaces_root.cpp 42 libnstest_public_src_files := namespaces_public.cpp 47 libnstest_private_src_files := namespaces_private.cpp 52 libnstest_dlopened_src_files := namespaces_dlopened.cpp 72 libnstest_root_not_isolated_src_files := namespaces_root.cpp 81 libnstest_private_external_src_files := namespaces_private.cpp
|
| D | Android.build.dt_runpath.mk | 36 empty.cpp 44 empty.cpp 56 empty.cpp 66 dlopen_b.cpp 75 dlopen_b.cpp 89 empty.cpp
|
| D | Android.build.dlopen_check_order_reloc_main_executable.mk | 27 empty.cpp 38 dlopen_check_order_reloc_root_answer_impl.cpp 49 dlopen_check_order_reloc_root_answer.cpp
|
| D | Android.build.dlopen_2_parents_reloc.mk | 26 dlopen_2_parents_reloc_answer.cpp 35 dlopen_check_order_reloc_answer_impl.cpp 46 dlopen_check_order_reloc_answer_impl.cpp
|
| D | Android.build.pthread_atfork.mk | 21 libtest_pthread_atfork_src_files := pthread_atfork.cpp
|
| /bionic/benchmarks/ |
| D | Android.mk | 30 math_benchmark.cpp \ 31 property_benchmark.cpp \ 32 pthread_benchmark.cpp \ 33 semaphore_benchmark.cpp \ 34 stdio_benchmark.cpp \ 35 string_benchmark.cpp \ 36 time_benchmark.cpp \ 37 unistd_benchmark.cpp \
|
| /bionic/libc/dns/nameser/ |
| D | ns_name.c | 529 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local 536 lpp = cpp = NULL; in ns_name_pack() 539 for (cpp = dnptrs; *cpp != NULL; cpp++) in ns_name_pack() 541 lpp = cpp; /* end of list to search */ in ns_name_pack() 586 if (lastdnptr != NULL && cpp < lastdnptr - 1 && in ns_name_pack() 588 *cpp++ = dstp; in ns_name_pack() 589 *cpp = NULL; in ns_name_pack() 938 const u_char * const *cpp; in dn_find() local 941 for (cpp = dnptrs; cpp < lastdnptr; cpp++) { in dn_find() 942 sp = *cpp; in dn_find() [all …]
|
| /bionic/libc/arch-arm/denver/ |
| D | denver.mk | 12 bionic/__strcat_chk.cpp \ 13 bionic/__strcpy_chk.cpp \
|
| /bionic/libc/arch-arm/cortex-a15/ |
| D | cortex-a15.mk | 12 bionic/__strcat_chk.cpp \ 13 bionic/__strcpy_chk.cpp \
|
| /bionic/libc/arch-arm/krait/ |
| D | krait.mk | 13 bionic/__strcat_chk.cpp \ 14 bionic/__strcpy_chk.cpp \
|
| /bionic/libc/arch-arm/cortex-a7/ |
| D | cortex-a7.mk | 12 bionic/__strcat_chk.cpp \ 13 bionic/__strcpy_chk.cpp \
|
| /bionic/libc/arch-arm/cortex-a53/ |
| D | cortex-a53.mk | 12 bionic/__strcat_chk.cpp \ 13 bionic/__strcpy_chk.cpp \
|
| /bionic/libc/arch-arm/cortex-a53.a57/ |
| D | cortex-a53.a57.mk | 17 bionic/__strcat_chk.cpp \ 18 bionic/__strcpy_chk.cpp \
|
| /bionic/libc/arch-arm/cortex-a9/ |
| D | cortex-a9.mk | 13 bionic/__strcat_chk.cpp \ 14 bionic/__strcpy_chk.cpp \
|
| /bionic/libc/arch-arm/ |
| D | arm.mk | 12 bionic/__memcpy_chk.cpp \ 13 bionic/__memset_chk.cpp \
|
12