/bionic/tests/ |
D | Android.bp | 367 srcs: ["sys_ioctl_diag_test.cpp"], 377 "malloc_test.cpp", // timed out with clang-tidy, and too many warnings 380 "__aeabi_read_tp_test.cpp", 381 "__cxa_atexit_test.cpp", 382 "__cxa_demangle_test.cpp", 383 "alloca_test.cpp", 384 "android_get_device_api_level.cpp", 385 "android_set_abort_message_test.cpp", 386 "arpa_inet_test.cpp", 387 "async_safe_test.cpp", [all …]
|
/bionic/benchmarks/ |
D | Android.bp | 46 "bionic_benchmarks.cpp", 47 "atomic_benchmark.cpp", 48 "ctype_benchmark.cpp", 49 "get_heap_size_benchmark.cpp", 50 "inttypes_benchmark.cpp", 51 "malloc_benchmark.cpp", 52 "malloc_sql_benchmark.cpp", 53 "malloc_map_benchmark.cpp", 54 "math_benchmark.cpp", 55 "property_benchmark.cpp", [all …]
|
/bionic/tests/libs/ |
D | Android.bp | 56 srcs: ["elftls_shared_var.cpp"], 62 srcs: ["elftls_shared_var_ie.cpp"], 69 srcs: ["elftls_tprel.cpp"], 75 srcs: ["elftls_dlopen_ie_error_helper.cpp"], 82 srcs: ["elftls_dynamic.cpp"], 89 srcs: ["thread_exit_cb_helper.cpp"], 95 srcs: ["tls_properties_helper.cpp"], 102 srcs: ["elftls_dynamic_filler.cpp"], 111 srcs: ["elftls_dynamic_filler.cpp"], 120 srcs: ["elftls_dynamic_filler.cpp"], [all …]
|
/bionic/tools/versioner/src/ |
D | Android.bp | 11 "versioner.cpp", 12 "Arch.cpp", 13 "CompilationType.cpp", 14 "DeclarationDatabase.cpp", 15 "Driver.cpp", 16 "Preprocessor.cpp", 17 "SymbolDatabase.cpp", 18 "SymbolFileParser.cpp", 19 "Utils.cpp", 20 "VFS.cpp",
|
D | CompilationType.h | 28 bool cpp; member 34 return std::tie(arch, cpp, api_level, file_offset_bits); in tie() 53 int32_t cpp : 1; 59 packed.cpp = type.cpp;
|
D | CompilationType.cpp | 24 ss << to_string(type.arch) << "-" << type.api_level << " [" << (type.cpp ? "c++" : "c") in to_string()
|
D | versioner.cpp | 173 for (bool cpp : { true, false }) { in generateCompilationTypes() 175 .arch = arch, .cpp = cpp, .api_level = api_level, .file_offset_bits = file_offset_bits in generateCompilationTypes()
|
/bionic/libc/malloc_debug/ |
D | Android.bp | 21 "backtrace.cpp", 22 "MapData.cpp", 61 "Config.cpp", 62 "DebugData.cpp", 63 "debug_disable.cpp", 64 "GuardData.cpp", 65 "LogAllocatorStats.cpp", 66 "malloc_debug.cpp", 67 "PointerData.cpp", 68 "RecordData.cpp", [all …]
|
/bionic/libc/ |
D | Android.bp | 149 srcs: ["bionic/jemalloc_wrapper.cpp"], 169 "bionic/__libc_init_main_thread.cpp", 170 "bionic/__stack_chk_fail.cpp", 171 "bionic/bionic_call_ifunc_resolver.cpp", 172 "bionic/getauxval.cpp", 183 "arch-x86/bionic/__libc_init_sysinfo.cpp", 185 "arch-x86/bionic/__set_tls.cpp", 203 srcs: ["bionic/elf_note.cpp"], 206 // libc_init_static.cpp and libc_init_dynamic.cpp need to be built without stack protector. 207 // libc_init_static.cpp sets up TLS for static executables, and libc_init_dynamic.cpp initializes [all …]
|
/bionic/linker/ |
D | Android.bp | 50 "linker_wrapper.cpp", 149 srcs: ["linker_main.cpp"], 164 srcs: ["linker_memory.cpp"], 176 srcs: ["linker_debuggerd_stub.cpp"], 186 "dlfcn.cpp", 187 "linker.cpp", 188 "linker_auxv.cpp", 189 "linker_block_allocator.cpp", 190 "linker_dlwarning.cpp", 191 "linker_cfi.cpp", [all …]
|
/bionic/libc/system_properties/ |
D | Android.bp | 20 "context_node.cpp", 21 "contexts_split.cpp", 22 "contexts_serialized.cpp", 23 "prop_area.cpp", 24 "prop_info.cpp", 25 "system_properties.cpp", 47 "context_lookup_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/benchmarks/spawn/ |
D | Android.bp | 57 srcs: ["spawn_benchmark.cpp"], 70 srcs: ["spawn_benchmarks.cpp"], 121 srcs: ["bench_cxa_atexit.cpp"], 127 srcs: ["noop.cpp"], 133 srcs: ["noop.cpp"], 140 srcs: ["noop.cpp"],
|
/bionic/libfdtrack/ |
D | Android.bp | 19 srcs: ["fdtrack.cpp"], 45 srcs: ["fdtrack_test.cpp"],
|
/bionic/libc/malloc_hooks/ |
D | Android.bp | 18 "malloc_hooks.cpp", 69 "tests/malloc_hooks_tests.cpp",
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 72 import sys, cpp, kernel, glob, os, re, getopt, textwrap 102 parser = cpp.BlockParser()
|
D | kernel.py | 7 import sys, cpp, re, os.path, time 133 list = cpp.BlockParser().parseFile(path)
|
D | update_all.py | 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, shutil
|
/bionic/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/bionic/libdl/ |
D | Android.bp | 28 "libdl.cpp", 29 "libdl_cfi.cpp", 114 srcs: ["libdl_static.cpp"], 196 srcs: ["libdl_android.cpp"],
|
/bionic/docs/ |
D | fdsan.md | 15 ```cpp 32 ```cpp 74 ```cpp 125 ```cpp 143 --- a/fdsan_test.cpp 144 +++ b/fdsan_test.cpp 192 --- a/tmp/fdsan_test.cpp 193 +++ b/tmp/fdsan_test.cpp 237 ```cpp
|
D | elf-tls.md | 17 ```cpp 76 ```cpp 85 ```cpp 128 ```cpp 138 ```cpp 164 ```cpp 173 ```cpp 190 ```cpp 239 ```cpp 248 ```cpp [all …]
|
/bionic/libc/bionic/ |
D | NetdClient.cpp | 18 #error NetdClient.cpp should NOT be included in static libc builds.
|
/bionic/libc/async_safe/ |
D | Android.bp | 16 "async_safe_log.cpp",
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 54 srcs: ["linker_reloc_bench.cpp"],
|