Lines Matching refs:cpp
58 "aidl.cpp",
59 "aidl_checkapi.cpp",
60 "aidl_const_expressions.cpp",
61 "aidl_language.cpp",
64 "aidl_typenames.cpp",
65 "aidl_to_cpp.cpp",
66 "aidl_to_java.cpp",
67 "aidl_to_ndk.cpp",
68 "ast_cpp.cpp",
69 "ast_java.cpp",
70 "code_writer.cpp",
71 "generate_cpp.cpp",
72 "aidl_to_cpp_common.cpp",
73 "generate_ndk.cpp",
74 "generate_java.cpp",
75 "generate_java_binder.cpp",
76 "generate_aidl_mappings.cpp",
77 "import_resolver.cpp",
78 "line_reader.cpp",
79 "logging.cpp",
80 "io_delegate.cpp",
81 "options.cpp",
82 "parser.cpp",
94 srcs: ["main.cpp"],
102 // aidl-cpp legacy executable, please use 'aidl' instead
104 name: "aidl-cpp",
106 srcs: ["main.cpp"],
130 "aidl_unittest.cpp",
131 "ast_cpp_unittest.cpp",
132 "ast_java_unittest.cpp",
133 "code_writer_unittest.cpp",
134 "generate_cpp_unittest.cpp",
135 "io_delegate_unittest.cpp",
136 "options_unittest.cpp",
137 "tests/end_to_end_tests.cpp",
138 "tests/fake_io_delegate.cpp",
139 "tests/main.cpp",
140 "tests/test_data_example_interface.cpp",
141 "tests/test_data_ping_responder.cpp",
142 "tests/test_data_string_constants.cpp",
143 "tests/test_util.cpp",
173 "tests/aidl_parser_fuzzer.cpp",
174 "tests/fake_io_delegate.cpp",
175 "tests/test_util.cpp",
270 "tests/simple_parcelable.cpp",
282 "aidl-test-versioned-interface-V1-cpp",
284 srcs: ["tests/aidl_test_service.cpp"],
295 "aidl-test-versioned-interface-cpp",
298 "tests/aidl_test_client.cpp",
299 "tests/aidl_test_client_file_descriptors.cpp",
300 "tests/aidl_test_client_parcelables.cpp",
301 "tests/aidl_test_client_nullables.cpp",
302 "tests/aidl_test_client_primitives.cpp",
303 "tests/aidl_test_client_utf8_strings.cpp",
304 "tests/aidl_test_client_service_exceptions.cpp",
305 "tests/aidl_test_client_defaultimpl.cpp",
306 "tests/aidl_test_client_versioned_interface.cpp",
372 cpp: {