Searched refs:InputFiles (Results 1 – 7 of 7) sorted by relevance
/system/tools/aidl/ |
D | options_unittest.cpp | 124 EXPECT_EQ(expected_input, options->InputFiles()); in TEST() 134 EXPECT_EQ(string{kCompileCommandInput}, options->InputFiles().front()); in TEST() 147 EXPECT_EQ(string{kCompileCommandInput}, options->InputFiles().front()); in TEST() 159 EXPECT_EQ(kCompileCommandInput, options->InputFiles().front()); in TEST() 170 EXPECT_EQ(kCompileCommandInput, options->InputFiles().front()); in TEST() 194 EXPECT_EQ(expected_input, options->InputFiles()); in TEST() 244 EXPECT_EQ(expected_input, options->InputFiles()); in TEST()
|
D | aidl_unittest.cpp | 549 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; interface IFoo {}"); in TEST_F() 567 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; interface IFoo {}"); in TEST_F() 586 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; parcelable Foo;"); in TEST_F() 705 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F() 710 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F() 716 io_delegate_.SetFileContents(options2.InputFiles().front(), in TEST_F() 721 io_delegate_.SetFileContents(options2.InputFiles().front(), in TEST_F() 729 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F() 748 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F() 772 io_delegate_.SetFileContents(options.InputFiles().at(0), in TEST_F() [all …]
|
D | aidl_apicheck.cpp | 180 CHECK(options.InputFiles().size() == 2) << "--checkapi requires two inputs " in check_api() 181 << "but got " << options.InputFiles().size(); in check_api() 185 const string old_dir = options.InputFiles().at(0); in check_api() 204 const string new_dir = options.InputFiles().at(1); in check_api()
|
D | generate_cpp_unittest.cpp | 1379 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface() 1383 ImportResolver import_resolver{io_delegate_, options_.InputFiles().at(0), {"."}, {}}; in ParseSingleInterface() 1385 options_.InputFiles().front(), options_, io_delegate_, &types_, &defined_types, in ParseSingleInterface()
|
D | aidl.cpp | 504 options.InputFiles()}; in load_and_validate_aidl() 716 for (const string& input_file : options.InputFiles()) { in compile_aidl() 788 for (const string& input_file : options.InputFiles()) { in dump_mappings() 817 for (const auto& file : options.InputFiles()) { in preprocess_aidl() 841 for (const auto& file : options.InputFiles()) { in dump_api()
|
D | options.h | 100 const vector<string>& InputFiles() const { return input_files_; } in InputFiles() function
|
/system/tools/aidl/tests/ |
D | end_to_end_tests.cpp | 86 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinition); in TEST_F() 111 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinition); in TEST_F() 136 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinition); in TEST_F() 162 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinitionOutlining); in TEST_F() 189 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinitionOutlining); in TEST_F()
|