Home
last modified time | relevance | path

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

12

/bionic/libc/seccomp/
DAndroid.bp4 "seccomp_policy.cpp",
5 "arm_app_policy.cpp",
6 "arm_global_policy.cpp",
7 "arm_system_policy.cpp",
8 "arm64_app_policy.cpp",
9 "arm64_global_policy.cpp",
10 "arm64_system_policy.cpp",
11 "x86_app_policy.cpp",
12 "x86_global_policy.cpp",
13 "x86_system_policy.cpp",
[all …]
/bionic/tests/
DAndroid.bp55 "alloca_test.cpp",
56 "arpa_inet_test.cpp",
57 "async_safe_test.cpp",
58 "assert_test.cpp",
59 "buffer_tests.cpp",
60 "bug_26110743_test.cpp",
61 "byteswap_test.cpp",
62 "complex_test.cpp",
63 "complex_force_long_double_test.cpp",
64 "ctype_test.cpp",
[all …]
/bionic/linker/tests/
DAndroid.mk42 linker_block_allocator_test.cpp \
43 linker_config_test.cpp \
44 linker_globals.cpp \
45 linked_list_test.cpp \
46 linker_memory_allocator_test.cpp \
47 linker_sleb128_test.cpp \
48 linker_utils_test.cpp \
49 ../linker_allocator.cpp \
50 ../linker_block_allocator.cpp \
51 ../linker_config.cpp \
[all …]
/bionic/tools/versioner/src/
DAndroid.bp7 "versioner.cpp",
8 "Arch.cpp",
9 "CompilationType.cpp",
10 "DeclarationDatabase.cpp",
11 "Driver.cpp",
12 "Preprocessor.cpp",
13 "SymbolDatabase.cpp",
14 "Utils.cpp",
15 "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()
/bionic/libc/system_properties/
DAndroid.bp5 "context_node.cpp",
6 "contexts_split.cpp",
7 "contexts_serialized.cpp",
8 "prop_area.cpp",
9 "prop_info.cpp",
10 "system_properties.cpp",
/bionic/libc/malloc_debug/
DAndroid.bp10 "backtrace.cpp",
11 "MapData.cpp",
45 "Config.cpp",
46 "DebugData.cpp",
47 "debug_disable.cpp",
48 "GuardData.cpp",
49 "malloc_debug.cpp",
50 "PointerData.cpp",
51 "RecordData.cpp",
103 "tests/backtrace_fake.cpp",
[all …]
/bionic/tests/libs/
DAndroid.build.dlopen_check_order_reloc_siblings.mk26 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 …]
DAndroid.build.dlopen_check_order_dlsym.mk22 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
DAndroid.build.versioned_lib.mk20 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
DAndroid.bp48 srcs: ["elf_tls_test_library.cpp"],
58 srcs: ["dlext_test_library.cpp"],
76 srcs: ["dlext_test_library.cpp"],
91 srcs: ["dlext_test_library.cpp"],
122 srcs: ["dlopen_testlib_simple.cpp"],
131 srcs: ["dlopen_testlib_missing_symbol.cpp"],
153 srcs: ["empty.cpp"],
161 srcs: ["empty.cpp"],
169 srcs: ["dlopen_testlib_missing_symbol.cpp"],
186 srcs: ["dlopen_nodelete_1.cpp"],
[all …]
DAndroid.build.dt_runpath.mk36 empty.cpp
44 empty.cpp
56 empty.cpp
66 dlopen_b.cpp
78 dlopen_b.cpp
93 empty.cpp
DAndroid.build.dlopen_check_order_reloc_main_executable.mk27 empty.cpp
38 dlopen_check_order_reloc_root_answer_impl.cpp
49 dlopen_check_order_reloc_root_answer.cpp
DAndroid.build.dlopen_2_parents_reloc.mk26 dlopen_2_parents_reloc_answer.cpp
35 dlopen_check_order_reloc_answer_impl.cpp
46 dlopen_check_order_reloc_answer_impl.cpp
DAndroid.build.linker_namespaces.mk36 libnstest_root_not_isolated_src_files := namespaces_root.cpp
45 libnstest_private_external_src_files := namespaces_private.cpp
DAndroid.mk40 dlext_test_library.cpp \
57 dlext_test_library.cpp \
75 dlext_test_library.cpp \
86 dlopen_testlib_simple.cpp
96 dlext_test_library.cpp \
158 dlopen_testlib_simple.cpp
DAndroid.build.pthread_atfork.mk21 libtest_pthread_atfork_src_files := pthread_atfork.cpp
/bionic/benchmarks/
DAndroid.bp29 "bionic_benchmarks.cpp",
30 "atomic_benchmark.cpp",
31 "inttypes_benchmark.cpp",
32 "math_benchmark.cpp",
33 "property_benchmark.cpp",
34 "pthread_benchmark.cpp",
35 "semaphore_benchmark.cpp",
36 "stdio_benchmark.cpp",
37 "stdlib_benchmark.cpp",
38 "string_benchmark.cpp",
[all …]
/bionic/libc/
DAndroid.bp4 "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/ndk_cruft.cpp",
30 "bionic/legacy_32_bit_support.cpp",
96 "bionic/__libc_init_main_thread.cpp",
97 "bionic/__stack_chk_fail.cpp",
104 srcs: ["arch-x86/bionic/__set_tls.cpp"],
[all …]
/bionic/linker/
DAndroid.bp6 "linker_allocator.cpp",
7 "linker_memory.cpp",
54 "linker_wrapper.cpp",
71 "dlfcn.cpp",
72 "linker.cpp",
73 "linker_block_allocator.cpp",
74 "linker_dlwarning.cpp",
75 "linker_cfi.cpp",
76 "linker_config.cpp",
77 "linker_gdb_support.cpp",
[all …]
/bionic/libc/malloc_hooks/
DAndroid.bp8 "malloc_hooks.cpp",
52 "tests/malloc_hooks_tests.cpp",
/bionic/libc/async_safe/
DAndroid.bp7 "async_safe_log.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/libc/tools/
Dgenseccomp.py47 cpp = Popen(["../../prebuilts/clang/host/linux-x86/clang-stable/bin/clang",
52 cpp.stdin.write("#include <asm/unistd.h>\n")
57 cpp.stdin.write(prefix + name + ", __NR_" + name + "\n")
59 cpp.stdin.write(prefix + name + ", " + name + "\n")
60 content = cpp.communicate()[0].split("\n")

12