| /bionic/tests/ |
| D | Android.bp | 373 srcs: ["sys_ioctl_diag_test.cpp"], 383 "__aeabi_read_tp_test.cpp", 384 "__cxa_atexit_test.cpp", 385 "__cxa_demangle_test.cpp", 386 "alloca_test.cpp", 387 "android_get_device_api_level.cpp", 388 "android_set_abort_message_test.cpp", 389 "arpa_inet_test.cpp", 390 "async_safe_test.cpp", 391 "assert_test.cpp", [all …]
|
| /bionic/linker/ |
| D | Android.bp | 52 "linker_wrapper.cpp", 131 srcs: ["linker_main.cpp"], 146 srcs: ["linker_memory.cpp"], 158 srcs: ["linker_debuggerd_stub.cpp"], 168 "dlfcn.cpp", 169 "linker.cpp", 170 "linker_auxv.cpp", 171 "linker_block_allocator.cpp", 172 "linker_dlwarning.cpp", 173 "linker_cfi.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 | 66 srcs: ["elftls_shared_var.cpp"], 72 srcs: ["elftls_shared_var_ie.cpp"], 79 srcs: ["elftls_tprel.cpp"], 85 srcs: ["elftls_dlopen_ie_error_helper.cpp"], 92 srcs: ["elftls_dynamic.cpp"], 99 srcs: ["thread_exit_cb_helper.cpp"], 105 srcs: ["tls_properties_helper.cpp"], 112 srcs: ["elftls_dynamic_filler.cpp"], 121 srcs: ["elftls_dynamic_filler.cpp"], 130 srcs: ["elftls_dynamic_filler.cpp"], [all …]
|
| /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 | 200 srcs: ["bionic/jemalloc_wrapper.cpp"], 220 "bionic/__libc_init_main_thread.cpp", 221 "bionic/__stack_chk_fail.cpp", 222 "bionic/bionic_call_ifunc_resolver.cpp", 223 "bionic/getauxval.cpp", 228 "arch-x86/bionic/__libc_init_sysinfo.cpp", 230 "arch-x86/bionic/__set_tls.cpp", 245 srcs: ["bionic/elf_note.cpp"], 248 // libc_init_static.cpp and libc_init_dynamic.cpp need to be built without stack protector. 249 // libc_init_static.cpp sets up TLS for static executables, and libc_init_dynamic.cpp initializes [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/docs/ |
| D | mte.md | 163 This is done in [tombstone\_proto.cpp]. The information is converted to a text 164 proto in [tombstone\_proto\_to\_text.cpp]. 210 …ore/jni/com_android_internal_os_Zygote.cpp?q=f:frameworks%2Fbase%2Fcore%2Fjni%2Fcom_android_intern… 217 …android/platform/superproject/main/+/main:bionic/libc/bionic/libc_init_mte.cpp?q=symbol:__get_tagg… 219 …/llvm-project/blob/ff2e619dfcd77328812a42d2ba2b11c3ff96f410/clang/lib/Driver/SanitizerArgs.cpp#L719 220 …ject/blob/ff2e619dfcd77328812a42d2ba2b11c3ff96f410/clang/lib/Driver/ToolChains/CommonArgs.cpp#L1595 221 …github.com/llvm/llvm-project/blob/435cb0dc5eca08cdd8d9ed0d887fa1693cc2bf33/lld/ELF/Driver.cpp#L1258 223 …llvm/llvm-project/blob/7022498ac2f236e411e8a0f9a48669e754000a4b/lld/ELF/SyntheticSections.cpp#L1473 227 …ng]: https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/AArch64/AArch64StackTagging.cpp 231 …roid/platform/superproject/main/+/main:bionic/libc/bionic/pthread_internal.cpp?q=__pthread_interna… [all …]
|
| D | fdsan.md | 15 ```cpp 32 ```cpp 76 ```cpp 127 ```cpp 145 --- a/fdsan_test.cpp 146 +++ b/fdsan_test.cpp 194 --- a/tmp/fdsan_test.cpp 195 +++ b/tmp/fdsan_test.cpp 239 ```cpp
|
| D | elf-tls.md | 18 ```cpp 77 ```cpp 86 ```cpp 129 ```cpp 139 ```cpp 165 ```cpp 174 ```cpp 191 ```cpp 240 ```cpp 249 ```cpp [all …]
|
| D | native_allocator.md | 53 tests for this funcion in `bionic/tests/malloc_itearte_test.cpp`. 406 system/extras/memory_replay/NativeInfo.cpp 414 frameworks/base/core/jni/android_os_Debug.cpp
|
| /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/libdl/ |
| D | Android.bp | 28 "libdl.cpp", 29 "libdl_cfi.cpp", 91 srcs: ["libdl_static.cpp"], 141 srcs: ["libdl_android.cpp"],
|
| /bionic/libc/malloc_hooks/ |
| D | Android.bp | 18 "malloc_hooks.cpp", 64 "tests/malloc_hooks_tests.cpp",
|
| /bionic/ |
| D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,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/cpu_target_features/ |
| D | Android.bp | 8 "main.cpp",
|
| /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"],
|
| /bionic/libm/ |
| D | Android.bp | 202 "builtins.cpp", 203 "signbit.cpp",
|