HomeSort by relevance Sort by last modified time
    Searched refs:io_delegate_ (Results 1 - 7 of 7) sorted by null

  /system/tools/aidl/tests/
end_to_end_tests.cpp 47 io_delegate_.AddStubParcelable(
51 io_delegate_.AddStubInterface(*interfaces);
58 ASSERT_TRUE(io_delegate_.GetWrittenContents(rel_path, &actual_content))
70 FakeIoDelegate io_delegate_; member in class:android::aidl::EndToEndTest
84 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinition);
85 io_delegate_.AddCompoundParcelable("android.test.CompoundParcelable",
90 EXPECT_EQ(android::aidl::compile_aidl_to_java(options, io_delegate_), 0);
107 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinition);
108 io_delegate_.AddCompoundParcelable("android.test.CompoundParcelable",
113 EXPECT_EQ(android::aidl::compile_aidl_to_java(options, io_delegate_), 0)
    [all...]
  /system/tools/aidl/
aidl_unittest.cpp 76 io_delegate_.SetFileContents(path, contents);
84 io_delegate_,
94 FakeIoDelegate io_delegate_; member in class:android::aidl::AidlTest
107 io_delegate_.SetFileContents("bar/IBar.aidl",
186 io_delegate_.SetFileContents("path", simple_content);
188 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &java_types_));
195 io_delegate_.SetFileContents("path", simple_content);
197 EXPECT_TRUE(parse_preprocessed_file(io_delegate_, "path", &java_types_));
203 io_delegate_.SetFileContents("preprocessed", "interface another.IBar;");
204 io_delegate_.SetFileContents("one/IBar.aidl", "package one;
    [all...]
import_resolver.cpp 35 : io_delegate_(io_delegate) {
61 if (io_delegate_.FileIsReadable(path)) {
import_resolver.h 41 const IoDelegate& io_delegate_; member in class:android::aidl::ImportResolver
generate_cpp_unittest.cpp 1326 FakeIoDelegate io_delegate_; member in class:android::aidl::cpp::ASTTest
    [all...]
aidl_language.cpp 158 : io_delegate_(io_delegate) {
263 unique_ptr<string> new_buffer = io_delegate_.GetFileContents(filename);
aidl_language.h 427 const android::aidl::IoDelegate& io_delegate_; member in class:Parser

Completed in 177 milliseconds