/bionic/tests/ |
D | Android.bp | 74 srcs: ["sys_ioctl_diag_test.cpp"], 81 "__aeabi_read_tp_test.cpp", 82 "__cxa_atexit_test.cpp", 83 "alloca_test.cpp", 84 "android_get_device_api_level.cpp", 85 "arpa_inet_test.cpp", 86 "async_safe_test.cpp", 87 "assert_test.cpp", 88 "buffer_tests.cpp", 89 "bug_26110743_test.cpp", [all …]
|
D | make_fortify_compile_test.mk | 16 LOCAL_SRC_FILES := clang_fortify_tests.cpp
|
/bionic/tests/libs/ |
D | Android.bp | 48 srcs: ["elftls_shared_var.cpp"], 55 srcs: ["elftls_shared_var_ie.cpp"], 63 srcs: ["elftls_tprel.cpp"], 70 srcs: ["elftls_dlopen_ie_error_helper.cpp"], 77 srcs: ["elftls_dynamic.cpp"], 85 srcs: ["elftls_dynamic_filler.cpp"], 95 srcs: ["elftls_dynamic_filler.cpp"], 105 srcs: ["elftls_dynamic_filler.cpp"], 118 srcs: ["dlext_test_library.cpp"], 128 srcs: ["dlext_test_library.cpp"], [all …]
|
/bionic/benchmarks/ |
D | Android.bp | 29 "bionic_benchmarks.cpp", 30 "atomic_benchmark.cpp", 31 "ctype_benchmark.cpp", 32 "dlfcn_benchmark.cpp", 33 "get_heap_size_benchmark.cpp", 34 "inttypes_benchmark.cpp", 35 "malloc_benchmark.cpp", 36 "malloc_sql_benchmark.cpp", 37 "malloc_map_benchmark.cpp", 38 "math_benchmark.cpp", [all …]
|
/bionic/tools/versioner/src/ |
D | Android.bp | 7 "versioner.cpp", 8 "Arch.cpp", 9 "CompilationType.cpp", 10 "DeclarationDatabase.cpp", 11 "Driver.cpp", 12 "Preprocessor.cpp", 13 "SymbolDatabase.cpp", 14 "SymbolFileParser.cpp", 15 "Utils.cpp", 16 "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 | 10 "backtrace.cpp", 11 "MapData.cpp", 56 "Config.cpp", 57 "DebugData.cpp", 58 "debug_disable.cpp", 59 "GuardData.cpp", 60 "malloc_debug.cpp", 61 "PointerData.cpp", 62 "RecordData.cpp", 63 "UnwindBacktrace.cpp", [all …]
|
/bionic/libc/ |
D | Android.bp | 4 "async_safe/async_safe_log.cpp", 13 "stdio/fmemopen.cpp", 16 "stdio/stdio.cpp", 17 "stdio/stdio_ext.cpp", 18 "stdio/vfscanf.cpp", 26 "bionic/legacy_32_bit_support.cpp", 127 srcs: ["bionic/jemalloc_wrapper.cpp"], 147 "bionic/__libc_init_main_thread.cpp", 148 "bionic/__stack_chk_fail.cpp", 149 "bionic/bionic_call_ifunc_resolver.cpp", [all …]
|
/bionic/linker/ |
D | Android.bp | 39 "linker_wrapper.cpp", 128 srcs: ["linker_main.cpp"], 137 srcs: ["linker_memory.cpp"], 143 srcs: ["linker_debuggerd_stub.cpp"], 153 "dlfcn.cpp", 154 "linker.cpp", 155 "linker_block_allocator.cpp", 156 "linker_dlwarning.cpp", 157 "linker_cfi.cpp", 158 "linker_config.cpp", [all …]
|
/bionic/libc/system_properties/ |
D | Android.bp | 6 "context_node.cpp", 7 "contexts_split.cpp", 8 "contexts_serialized.cpp", 9 "prop_area.cpp", 10 "prop_info.cpp", 11 "system_properties.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 | 49 srcs: ["spawn_benchmark.cpp"], 62 srcs: ["spawn_benchmarks.cpp"], 95 srcs: ["noop.cpp"], 112 srcs: ["noop.cpp"], 119 srcs: ["noop.cpp"],
|
/bionic/libfdtrack/ |
D | Android.bp | 3 srcs: ["fdtrack.cpp"], 22 srcs: ["fdtrack_test.cpp"],
|
/bionic/libc/malloc_hooks/ |
D | Android.bp | 8 "malloc_hooks.cpp", 54 "tests/malloc_hooks_tests.cpp",
|
/bionic/ |
D | PREUPLOAD.cfg | 8 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 102 parser = cpp.BlockParser()
|
D | kernel.py | 7 import sys, cpp, re, os.path, string, time 133 list = cpp.BlockParser().parseFile(path)
|
/bionic/libdl/ |
D | Android.bp | 12 "libdl.cpp", 13 "libdl_cfi.cpp", 88 srcs: ["libdl_static.cpp"], 164 srcs: [ "libdl_android.cpp" ],
|
/bionic/docs/ |
D | fdsan.md | 11 ```cpp 28 ```cpp 70 ```cpp 121 ```cpp 139 --- a/fdsan_test.cpp 140 +++ b/fdsan_test.cpp 188 --- a/tmp/fdsan_test.cpp 189 +++ b/tmp/fdsan_test.cpp 233 ```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/async_safe/ |
D | Android.bp | 7 "async_safe_log.cpp",
|
/bionic/libc/bionic/ |
D | NetdClient.cpp | 18 #error NetdClient.cpp should NOT be included in static libc builds.
|
/bionic/libc/bionic/scudo/ |
D | Android.bp | 20 srcs: ["scudo.cpp"],
|