Searched refs:cpp (Results 1 - 24 of 24) sorted by relevance

/bionic/linker/tests/
H A 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/tests/libs/
H A 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
H A 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
H A 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...]
H A DAndroid.build.pthread_atfork.mk21 libtest_pthread_atfork_src_files := pthread_atfork.cpp
H A 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
H A 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
H A DAndroid.build.linker_namespaces.mk36 libnstest_root_not_isolated_src_files := namespaces_root.cpp
45 libnstest_private_external_src_files := namespaces_private.cpp
H A DAndroid.build.dt_runpath.mk36 empty.cpp
44 empty.cpp
56 empty.cpp
66 dlopen_b.cpp
78 dlopen_b.cpp
93 empty.cpp
H A 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
/bionic/tools/versioner/src/
H A DCompilationType.h28 bool cpp; member in struct:CompilationType
34 return std::tie(arch, cpp, api_level, file_offset_bits);
53 int32_t cpp : 1; member in struct:std::hash::__anon3682
59 packed.cpp = type.cpp;
H A DCompilationType.cpp24 ss << to_string(type.arch) << "-" << type.api_level << " [" << (type.cpp ? "c++" : "c")
H A Dversioner.cpp174 for (bool cpp : { true, false }) {
176 .arch = arch, .cpp = cpp, .api_level = api_level, .file_offset_bits = file_offset_bits
H A DDriver.cpp101 if (type.cpp) {
/bionic/libc/dns/nameser/
H A Dns_name.c529 const u_char **cpp, **lpp, *eob, *msg; local
536 lpp = cpp = NULL;
539 for (cpp = dnptrs; *cpp != NULL; cpp++)
541 lpp = cpp; /* end of list to search */
586 if (lastdnptr != NULL && cpp < lastdnptr - 1 &&
588 *cpp++ = dstp;
589 *cpp = NULL;
938 const u_char * const *cpp; local
995 decode_bitstring(const unsigned char **cpp, char *dn, const char *eom) argument
[all...]
/bionic/libc/bionic/
H A DNetdClient.cpp18 #error NetdClient.cpp should NOT be included in static libc builds.
/bionic/libc/tools/
H A 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")
240 output_path = "seccomp/{}{}_policy.cpp".format(arch, filename_modifier)
/bionic/libc/kernel/tools/
H A Dclean_header.py72 import sys, cpp, kernel, glob, os, re, getopt namespace
102 parser = cpp.BlockParser()
H A Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess, shutil namespace
H A Dkernel.py7 import sys, cpp, re, os.path, string, time namespace
133 list = cpp.BlockParser().parseFile(path)
/bionic/tests/
H A DAndroid.mk81 LOCAL_SRC_FILES := fortify_filecheck_diagnostics_test.cpp
99 LOCAL_SRC_FILES := fortify_filecheck_diagnostics_test.cpp
/bionic/libc/kernel/uapi/drm/
H A Di915_drm.h54 unsigned int cpp; member in struct:_drm_i915_init
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Di915_drm.h54 unsigned int cpp; member in struct:_drm_i915_init
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Di915_drm.h54 unsigned int cpp; member in struct:_drm_i915_init

Completed in 260 milliseconds