Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 34) sorted by relevance

12

/bionic/tests/
DAndroid.bp366 srcs: ["sys_ioctl_diag_test.cpp"],
373 "malloc_test.cpp", // timed out with clang-tidy, and too many warnings
376 "__aeabi_read_tp_test.cpp",
377 "__cxa_atexit_test.cpp",
378 "__cxa_demangle_test.cpp",
379 "alloca_test.cpp",
380 "android_get_device_api_level.cpp",
381 "android_set_abort_message_test.cpp",
382 "arpa_inet_test.cpp",
383 "async_safe_test.cpp",
[all …]
Dmake_fortify_compile_test.mk20 LOCAL_SRC_FILES := clang_fortify_tests.cpp
/bionic/benchmarks/
DAndroid.bp45 "bionic_benchmarks.cpp",
46 "atomic_benchmark.cpp",
47 "ctype_benchmark.cpp",
48 "get_heap_size_benchmark.cpp",
49 "inttypes_benchmark.cpp",
50 "malloc_benchmark.cpp",
51 "malloc_sql_benchmark.cpp",
52 "malloc_map_benchmark.cpp",
53 "math_benchmark.cpp",
54 "property_benchmark.cpp",
[all …]
/bionic/tools/versioner/src/
DAndroid.bp11 "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",
DCompilationType.h28 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;
DCompilationType.cpp24 ss << to_string(type.arch) << "-" << type.api_level << " [" << (type.cpp ? "c++" : "c") in to_string()
Dversioner.cpp173 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/tests/libs/
DAndroid.bp55 srcs: ["elftls_shared_var.cpp"],
62 srcs: ["elftls_shared_var_ie.cpp"],
70 srcs: ["elftls_tprel.cpp"],
77 srcs: ["elftls_dlopen_ie_error_helper.cpp"],
84 srcs: ["elftls_dynamic.cpp"],
92 srcs: ["thread_exit_cb_helper.cpp"],
99 srcs: ["tls_properties_helper.cpp"],
108 srcs: ["elftls_dynamic_filler.cpp"],
118 srcs: ["elftls_dynamic_filler.cpp"],
128 srcs: ["elftls_dynamic_filler.cpp"],
[all …]
/bionic/libc/malloc_debug/
DAndroid.bp20 "backtrace.cpp",
21 "MapData.cpp",
60 "Config.cpp",
61 "DebugData.cpp",
62 "debug_disable.cpp",
63 "GuardData.cpp",
64 "malloc_debug.cpp",
65 "PointerData.cpp",
66 "RecordData.cpp",
67 "Unreachable.cpp",
[all …]
/bionic/libc/
DAndroid.bp26 "bionic/exit.cpp",
31 "bionic/sysprop_helpers.cpp",
32 "stdio/fmemopen.cpp",
35 "stdio/stdio.cpp",
36 "stdio/stdio_ext.cpp",
37 "stdio/vfscanf.cpp",
38 "stdio/vfwscanf.cpp",
44 "bionic/legacy_32_bit_support.cpp",
171 srcs: ["bionic/jemalloc_wrapper.cpp"],
191 "bionic/__libc_init_main_thread.cpp",
[all …]
/bionic/linker/
DAndroid.bp49 "linker_wrapper.cpp",
145 srcs: ["linker_main.cpp"],
154 srcs: ["linker_memory.cpp"],
160 srcs: ["linker_debuggerd_stub.cpp"],
170 "dlfcn.cpp",
171 "linker.cpp",
172 "linker_block_allocator.cpp",
173 "linker_dlwarning.cpp",
174 "linker_cfi.cpp",
175 "linker_config.cpp",
[all …]
/bionic/libc/system_properties/
DAndroid.bp16 "context_node.cpp",
17 "contexts_split.cpp",
18 "contexts_serialized.cpp",
19 "prop_area.cpp",
20 "prop_info.cpp",
21 "system_properties.cpp",
40 "context_lookup_benchmark.cpp",
/bionic/libc/dns/nameser/
Dns_name.c529 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/
DAndroid.bp56 srcs: ["spawn_benchmark.cpp"],
69 srcs: ["spawn_benchmarks.cpp"],
120 srcs: ["bench_cxa_atexit.cpp"],
126 srcs: ["noop.cpp"],
132 srcs: ["noop.cpp"],
139 srcs: ["noop.cpp"],
/bionic/libfdtrack/
DAndroid.bp18 srcs: ["fdtrack.cpp"],
37 srcs: ["fdtrack_test.cpp"],
/bionic/libc/malloc_hooks/
DAndroid.bp17 "malloc_hooks.cpp",
68 "tests/malloc_hooks_tests.cpp",
/bionic/libc/kernel/tools/
Dclean_header.py72 import sys, cpp, kernel, glob, os, re, getopt
102 parser = cpp.BlockParser()
Dkernel.py7 import sys, cpp, re, os.path, time
133 list = cpp.BlockParser().parseFile(path)
Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, shutil
/bionic/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/bionic/libdl/
DAndroid.bp28 "libdl.cpp",
29 "libdl_cfi.cpp",
111 srcs: ["libdl_static.cpp"],
197 srcs: [ "libdl_android.cpp" ],
/bionic/docs/
Dfdsan.md15 ```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
Delf-tls.md17 ```cpp
76 ```cpp
85 ```cpp
128 ```cpp
138 ```cpp
164 ```cpp
173 ```cpp
190 ```cpp
239 ```cpp
248 ```cpp
[all …]
/bionic/libc/bionic/
DNetdClient.cpp18 #error NetdClient.cpp should NOT be included in static libc builds.
/bionic/libc/async_safe/
DAndroid.bp16 "async_safe_log.cpp",

12