Lines Matching refs:SetFileContents
90 io_delegate_.SetFileContents(path, contents);
187 io_delegate_.SetFileContents("bar/IBar.aidl", in TEST_P()
431 io_delegate_.SetFileContents( in TEST_F()
450 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
468 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
492 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
523 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
555 io_delegate_.SetFileContents("a/Foo.aidl", in TEST_F()
567 io_delegate_.SetFileContents("a/IFoo.aidl", "package a; @JavaDerive interface IFoo{}"); in TEST_F()
575 io_delegate_.SetFileContents("a/IFoo.aidl", "package a; @JavaDerive enum IFoo { A=1, }"); in TEST_F()
656 io_delegate_.SetFileContents("p/cpp_header.aidl", in TEST_P()
676 io_delegate_.SetFileContents("path", simple_content); in TEST_F()
685 io_delegate_.SetFileContents("path", simple_content); in TEST_F()
694 io_delegate_.SetFileContents("preprocessed", "interface another.IBar;"); in TEST_P()
695 io_delegate_.SetFileContents("one/IBar.aidl", "package one; " in TEST_P()
715 io_delegate_.SetFileContents("preprocessed", "interface another.IBar;\ninterface one.IBar;"); in TEST_P()
716 io_delegate_.SetFileContents("one/IBar.aidl", in TEST_P()
735 io_delegate_.SetFileContents("p/Outer.aidl", in TEST_F()
737 io_delegate_.SetFileContents("one/IBar.aidl", "package one; import p.Outer;" in TEST_F()
762 io_delegate_.SetFileContents(filename, contents); in TEST_P()
905 io_delegate_.SetFileContents("p/Outer.aidl", in TEST_P()
916 io_delegate_.SetFileContents("preprocessed", in TEST_P()
932 io_delegate_.SetFileContents("p/IFoo.aidl", "package p; parcelable IFoo;"); in TEST_F()
950 io_delegate_.SetFileContents("p/IBar.aidl", "package p; parcelable Foo; interface IBar{}"); in TEST_F()
967 io_delegate_.SetFileContents("o/WhoKnowsWhat.aidl", "package o; parcelable WhoKnowsWhat;"); in TEST_P()
1014 io_delegate_.SetFileContents("a/Foo.aidl", "package a; parcelable Foo { const int y = true; }"); in TEST_F()
1166 io_delegate_.SetFileContents( in TEST_P()
1184 io_delegate_.SetFileContents( in TEST_P()
1215 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; interface IFoo {}"); in TEST_F()
1233 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; interface IFoo {}"); in TEST_F()
1252 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; parcelable Foo;"); in TEST_F()
1267 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; parcelable Foo {int a;}"); in TEST_F()
1281 io_delegate_.SetFileContents(options.InputFiles().front(), "package p; parcelable Foo;"); in TEST_F()
1390 io_delegate_.SetFileContents("Foo.aidl", "parcelable Foo { @nullable ParcelableHolder ext; }"); in TEST_P()
1407 io_delegate_.SetFileContents("Foo.aidl", "parcelable Foo { const int BIT = 0x1 << 3; }"); in TEST_P()
1415 io_delegate_.SetFileContents("Foo.aidl", "union Foo { const int BIT = 0x1 << 3; int n; }"); in TEST_P()
1423 io_delegate_.SetFileContents("IFoo.aidl", in TEST_F()
1439 io_delegate_.SetFileContents( in TEST_F()
1459 io_delegate_.SetFileContents("foo/bar/Data.aidl", in TEST_F()
1473 io_delegate_.SetFileContents("api.aidl", ""); in TEST_F()
1514 io_delegate_.SetFileContents( in TEST_F()
1542 io_delegate_.SetFileContents( in TEST_F()
1559 io_delegate_.SetFileContents("foo/bar/IFoo.aidl", in TEST_F()
1583 io_delegate_.SetFileContents("foo/bar/Enum.aidl", in TEST_F()
1606 io_delegate_.SetFileContents("foo/bar/Enum.aidl", in TEST_F()
1611 io_delegate_.SetFileContents("foo/bar/Foo.aidl", in TEST_F()
1633 io_delegate_.SetFileContents("foo/bar/Foo.aidl", in TEST_F()
1658 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1665 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1677 io_delegate_.SetFileContents("p/Bar.aidl", "package p; parcelable Bar { String s; }"); in TEST_F()
1679 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1684 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1691 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1696 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1705 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1715 io_delegate_.SetFileContents("p/Bar.aidl", "package p; parcelable Bar<T, T>;"); in TEST_F()
1722 io_delegate_.SetFileContents("p/Bar.aidl", "package p; parcelable Bar;"); in TEST_F()
1723 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1729 io_delegate_.SetFileContents("p/Bar.aidl", "package p; parcelable Bar<T>;"); in TEST_F()
1734 io_delegate_.SetFileContents("p/Bar.aidl", "package p; parcelable Bar<T, V>;"); in TEST_F()
1736 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1741 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1745 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_F()
1760 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1770 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1779 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1801 io_delegate_.SetFileContents(options.InputFiles().at(0), in TEST_F()
1806 io_delegate_.SetFileContents(options.InputFiles().at(1), in TEST_F()
1826 io_delegate_.SetFileContents(options.InputFiles().at(0), in TEST_F()
1831 io_delegate_.SetFileContents(options.InputFiles().at(1), in TEST_F()
1854 io_delegate_.SetFileContents(options.InputFiles().at(0), in TEST_F()
1859 io_delegate_.SetFileContents(options.InputFiles().at(1), in TEST_F()
1879 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1893 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1906 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1914 io_delegate_.SetFileContents(options.InputFiles().front(), in TEST_F()
1924 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
1926 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
1935 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
1937 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
1945 io_delegate_.SetFileContents("old/p/IFoo.aidl", "package p; interface IFoo{ void foo();}"); in TEST_F()
1946 io_delegate_.SetFileContents("new/p/IFoo.aidl", "package p; interface IFoo{ void foo();}"); in TEST_F()
1955 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()
1956 io_delegate_.SetFileContents("old/p/Enum.aidl", enum_definition); in TEST_F()
1957 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()
1958 io_delegate_.SetFileContents("new/p/Enum.aidl", enum_definition); in TEST_F()
1967 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()
1968 io_delegate_.SetFileContents("old/p/Enum.aidl", enum_definition); in TEST_F()
1969 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()
1970 io_delegate_.SetFileContents("new/p/Enum.aidl", enum_definition); in TEST_F()
1982 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
1987 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
1992 io_delegate_.SetFileContents("new/p/IBar.aidl", in TEST_F()
2001 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2006 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2017 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2022 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2033 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2037 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2046 io_delegate_.SetFileContents("old/p/Enum.aidl", in TEST_F()
2051 io_delegate_.SetFileContents("new/p/Enum.aidl", in TEST_F()
2061 io_delegate_.SetFileContents("old/p/Enum.aidl", in TEST_F()
2067 io_delegate_.SetFileContents("new/p/Enum.aidl", in TEST_F()
2077 io_delegate_.SetFileContents("old/p/Union.aidl", in TEST_F()
2082 io_delegate_.SetFileContents("new/p/Union.aidl", in TEST_F()
2092 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2097 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2102 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2107 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2112 io_delegate_.SetFileContents("new/q/IFoo.aidl", in TEST_F()
2117 io_delegate_.SetFileContents("new/q/Data.aidl", in TEST_F()
2126 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2131 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2140 io_delegate_.SetFileContents("old/p/I.aidl", in TEST_F()
2143 io_delegate_.SetFileContents("new/p/I.aidl", in TEST_F()
2150 io_delegate_.SetFileContents("old/p/I.aidl", in TEST_F()
2153 io_delegate_.SetFileContents("new/p/I.aidl", in TEST_F()
2160 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2165 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2174 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2177 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2185 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2190 io_delegate_.SetFileContents( in TEST_F()
2197 io_delegate_.SetFileContents("new/p/Enum.aidl", in TEST_F()
2207 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2212 io_delegate_.SetFileContents("old/p/Enum.aidl", in TEST_F()
2218 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2223 io_delegate_.SetFileContents("new/p/Enum.aidl", in TEST_F()
2239 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2253 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2259 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2276 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2281 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2299 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2304 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2318 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2324 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2342 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2347 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2362 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2367 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2373 io_delegate_.SetFileContents("new/p/Enum.aidl", in TEST_F()
2387 io_delegate_.SetFileContents("old/p/Enum.aidl", in TEST_F()
2393 io_delegate_.SetFileContents("new/p/Enum.aidl", in TEST_F()
2406 io_delegate_.SetFileContents("old/p/Union.aidl", in TEST_F()
2412 io_delegate_.SetFileContents("new/p/Union.aidl", in TEST_F()
2425 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2431 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2444 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2450 io_delegate_.SetFileContents("new/p/IFoo2.aidl", in TEST_F()
2464 io_delegate_.SetFileContents("old/p/Enum.aidl", in TEST_F()
2470 io_delegate_.SetFileContents("new/p/Enum.aidl", in TEST_F()
2487 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2493 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2508 io_delegate_.SetFileContents("old/p/Data.aidl", in TEST_F()
2514 io_delegate_.SetFileContents("new/p/Data.aidl", in TEST_F()
2527 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2533 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2547 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2553 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2567 io_delegate_.SetFileContents("old/p/IFoo.aidl", in TEST_F()
2573 io_delegate_.SetFileContents("new/p/IFoo.aidl", in TEST_F()
2588 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2594 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2609 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2613 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2626 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2631 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2644 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2649 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2661 io_delegate_.SetFileContents("old/p/IFoo.aidl", "package p; interface IFoo{}"); in TEST_F()
2662 io_delegate_.SetFileContents("old/q/IFoo.aidl", "package q; interface IFoo{}"); in TEST_F()
2663 io_delegate_.SetFileContents("new/p/IFoo.aidl", "package p; interface IFoo{}"); in TEST_F()
2671 io_delegate_.SetFileContents("old/p/D.aidl", "package p; parcelable D { int a = 1; }"); in TEST_F()
2672 io_delegate_.SetFileContents("new/p/D.aidl", "package p; parcelable D { int a = 2; }"); in TEST_F()
2681 io_delegate_.SetFileContents("old/p/I.aidl", in TEST_F()
2684 io_delegate_.SetFileContents("new/p/I.aidl", "package p; interface I { const int A = 1; }"); in TEST_F()
2693 io_delegate_.SetFileContents("old/p/I.aidl", "package p; interface I { const int A = 1; }"); in TEST_F()
2694 io_delegate_.SetFileContents("new/p/I.aidl", "package p; interface I { const int A = 2; }"); in TEST_F()
2704 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2706 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2718 io_delegate_.SetFileContents("old/android/net/UidRangeParcel.aidl", in TEST_F()
2720 io_delegate_.SetFileContents( in TEST_F()
2731 io_delegate_.SetFileContents("old/p/Foo.aidl", in TEST_F()
2733 io_delegate_.SetFileContents("new/p/Foo.aidl", in TEST_F()
2755 io_delegate_.SetFileContents("Foo.aidl", in TEST_P()
2765 io_delegate_.SetFileContents("Bar.aidl", "parcelable Bar { int a; }"); in TEST_P()
2776 io_delegate_.SetFileContents("Foo.aidl", "@FixedSize parcelable Foo { int a; Bar b; }"); in TEST_P()
2777 io_delegate_.SetFileContents("Bar.aidl", "@FixedSize parcelable Bar { Val c; }"); in TEST_P()
2778 io_delegate_.SetFileContents("Val.aidl", "enum Val { A, B, }"); in TEST_P()
2793 io_delegate_.SetFileContents("p/IFoo.aidl", "package p; import q.IBar; interface IFoo{}"); in TEST_F()
2794 io_delegate_.SetFileContents("dir1/q/IBar.aidl", "package q; interface IBar{}"); in TEST_F()
2795 io_delegate_.SetFileContents("dir2/q/IBar.aidl", "package q; interface IBar{}"); in TEST_F()
2807 io_delegate_.SetFileContents("old/p/IFoo.aidl", "package p; interface IFoo{ void foo() = 10;}"); in TEST_F()
2808 io_delegate_.SetFileContents("new/p/IFoo.aidl", "package p; interface IFoo{ void foo() = 10;}"); in TEST_F()
2812 io_delegate_.SetFileContents("new/p/IFoo.aidl", "package p; interface IFoo{ void foo() = 11;}"); in TEST_F()
2823 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_P()
2831 io_delegate_.SetFileContents( in TEST_P()
2839 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_P()
2853 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_P()
2865 io_delegate_.SetFileContents("p/IFoo.aidl", in TEST_P()
2877 io_delegate_.SetFileContents("IFoo.aidl", in TEST_F()
2887 io_delegate_.SetFileContents("IFoo.aidl", in TEST_F()
2899 io_delegate_.SetFileContents("IFoo.aidl", in TEST_F()
2915 io_delegate_.SetFileContents("IFoo.aidl", in TEST_F()
2929 io_delegate_.SetFileContents("IFoo.aidl", in TEST_F()
2941 io_delegate_.SetFileContents("dir/IBar.aidl", "interface IBar{}"); in TEST_F()
2942 io_delegate_.SetFileContents("IFoo.aidl", "import IBar; interface IFoo{}"); in TEST_F()
2954 io_delegate_.SetFileContents("dir/IBar.aidl", "interface IBar{}"); in TEST_F()
2955 io_delegate_.SetFileContents("dir2/IBar.aidl", "interface IBar{}"); in TEST_F()
2956 io_delegate_.SetFileContents("IFoo.aidl", "import IBar; interface IFoo{}"); in TEST_F()
2963 io_delegate_.SetFileContents("a/b/IFoo.aidl", in TEST_F()
2968 io_delegate_.SetFileContents("a/b/IBar.aidl", "package a.b; interface IBar { void foo(); }"); in TEST_F()
2969 io_delegate_.SetFileContents("a/b/IQux.aidl", "package a.b; interface IQux { void foo(); }"); in TEST_F()
2983 io_delegate_.SetFileContents("a/IFoo.aidl", R"--(package a; in TEST_F()
2993 io_delegate_.SetFileContents("a/MyEnum.aidl", R"--(package a; in TEST_F()
3034 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
3062 io_delegate_.SetFileContents("sub/dir/foo/bar/IFoo.aidl", "package foo.bar; interface IFoo {}"); in SetUp()
3202 io_delegate_.SetFileContents("Foo.aidl", in TEST_F()
3205 io_delegate_.SetFileContents("Bar.aidl", "@JavaOnlyImmutable parcelable Bar { String a; }"); in TEST_F()
3206 io_delegate_.SetFileContents("Baz.aidl", in TEST_F()
3213 io_delegate_.SetFileContents("Foo.aidl", "@JavaOnlyImmutable parcelable Foo { Bar bar; }"); in TEST_F()
3214 io_delegate_.SetFileContents("Bar.aidl", "parcelable Bar { String a; }"); in TEST_F()
3225 io_delegate_.SetFileContents("Foo.aidl", "@JavaOnlyImmutable parcelable Foo { Bar bar; }"); in TEST_F()
3226 io_delegate_.SetFileContents("Bar.aidl", "enum Bar { FOO }"); in TEST_F()
3234 io_delegate_.SetFileContents("Foo.aidl", "@JavaOnlyImmutable union Foo { Bar bar; }"); in TEST_F()
3235 io_delegate_.SetFileContents("Bar.aidl", "parcelable Bar { String a; }"); in TEST_F()
3246 io_delegate_.SetFileContents("Foo.aidl", "@JavaOnlyImmutable parcelable Foo { int a; }"); in TEST_F()
3247 io_delegate_.SetFileContents("IBar.aidl", "interface IBar { void my(inout Foo foo); }"); in TEST_F()
3258 io_delegate_.SetFileContents("Foo.aidl", "@JavaOnlyImmutable parcelable Foo { int a; }"); in TEST_F()
3259 io_delegate_.SetFileContents("IBar.aidl", "interface IBar { void my(out Foo foo); }"); in TEST_F()
3270 io_delegate_.SetFileContents("Foo.aidl", "@JavaOnlyImmutable parcelable Foo { int a; int A; }"); in TEST_F()
3282 io_delegate_.SetFileContents("Bar.aidl", "union Bar { int n = 42; long l; }"); in TEST_P()
3307 io_delegate_.SetFileContents("a/Enum.aidl", "package a; enum Enum { FOO, BAR }"); in TEST_P()
3316 io_delegate_.SetFileContents("Foo.aidl", "parcelable Foo<T, U> { int a; int A; }"); in TEST_P()
3325 io_delegate_.SetFileContents("Foo.aidl", in TEST_F()
3344 io_delegate_.SetFileContents("Foo.aidl", in TEST_F()
3361 io_delegate_.SetFileContents("a/Bar.aidl", "package a; parcelable Bar<A> { }"); in TEST_F()
3362 io_delegate_.SetFileContents("a/Baz.aidl", "package a; parcelable Baz<A, B> { }"); in TEST_F()
3364 io_delegate_.SetFileContents("a/Foo.aidl", in TEST_F()
3381 io_delegate_.SetFileContents("a/Bar.aidl", "package a; parcelable Bar { String[][] a; }"); in TEST_F()
3392 io_delegate_.SetFileContents("a/Bar.aidl", in TEST_F()
3404 io_delegate_.SetFileContents("a/Bar.aidl", "package a; parcelable Bar { List[]<String> a; }"); in TEST_F()
3413 io_delegate_.SetFileContents("a/Bar.aidl", in TEST_F()
3423 io_delegate_.SetFileContents("a/Bar.aidl", in TEST_F()
3436 io_delegate_.SetFileContents("Foo.aidl", "parcelable Foo { Bar<Baz<Qux>> x; }"); in Compile()
3437 io_delegate_.SetFileContents("Bar.aidl", "parcelable Bar<T> { }"); in Compile()
3438 io_delegate_.SetFileContents("Baz.aidl", "parcelable Baz<T> { }"); in Compile()
3439 io_delegate_.SetFileContents("Qux.aidl", "parcelable Qux { }"); in Compile()
3467 io_delegate_.SetFileContents("Foo.aidl", "parcelable Foo<T,T> { int a; int A; }"); in TEST_P()
3477 io_delegate_.SetFileContents("Foo.aidl", "parcelable Foo<T,T> { T a; int A; }"); in TEST_P()
3486 io_delegate_.SetFileContents("Foo.aidl", "enum Foo { FOO = (1 << 1) /* comment */ | 0x0 }"); in TEST_P()
3494 io_delegate_.SetFileContents("a/Foo.aidl", "package a; union Foo { List l; Map m; }"); in TEST_F()
3511 io_delegate_.SetFileContents("a/Foo.aidl", "package a; parcelable Foo { List l; Map m; }"); in TEST_F()
3528 io_delegate_.SetFileContents("a/Bar.aidl", "package a; parcelable Bar<T>;"); in TEST_F()
3529 io_delegate_.SetFileContents( in TEST_F()
3547 io_delegate_.SetFileContents("a/p/Enum.aidl", "package p; enum Enum { FOO, BAR }"); in TEST_F()
3548 io_delegate_.SetFileContents("a/p/Foo.aidl", R"( in TEST_F()
3566 io_delegate_.SetFileContents("a/p/Enum.aidl", "package p; enum Enum { FOO, BAR }"); in TEST_F()
3567 io_delegate_.SetFileContents("a/p/Foo.aidl", R"( in TEST_F()
3585 io_delegate_.SetFileContents("a/p/Enum.aidl", "package p; enum Enum { FOO, BAR }"); in TEST_F()
3586 io_delegate_.SetFileContents("a/p/Foo.aidl", R"( in TEST_F()
3604 io_delegate_.SetFileContents("a/p/Enum.aidl", "package p; enum Enum { FOO, BAR }"); in TEST_F()
3605 io_delegate_.SetFileContents("a/p/Foo.aidl", R"( in TEST_F()
3631 io_delegate_.SetFileContents("a/p/Enum.aidl", "package p; enum Enum { FOO = 1, BAR = 2}"); in TEST_P()
3678 io_delegate_.SetFileContents("a/p/Enum.aidl", "package p; enum Enum { FOO = 1, BAR = 2}"); in TEST_F()
3679 io_delegate_.SetFileContents("a/p/Foo.aidl", R"( in TEST_F()
3694 io_delegate_.SetFileContents("a/p/Foo.aidl", "package p; parcelable Foo { p.Bar[] bars = {}; }"); in TEST_P()
3695 io_delegate_.SetFileContents("a/p/Bar.aidl", "package p; parcelable Bar { }"); in TEST_P()
3705 io_delegate_.SetFileContents("a/p/IFoo.aidl", in TEST_P()
3722 io_delegate_.SetFileContents( in TEST_F()
3725 io_delegate_.SetFileContents("a/p/Bar.aidl", "package p; enum Bar { FOO, BAR }"); in TEST_F()
3739 io_delegate_.SetFileContents("a/p/Foo.aidl", "package p; enum Foo { A = B, B }"); in TEST_F()
3751 io_delegate_.SetFileContents("a/p/Foo.aidl", in TEST_F()
3761 io_delegate_.SetFileContents("a/p/Foo.aidl", in TEST_F()
3763 io_delegate_.SetFileContents("a/p/Bar.aidl", in TEST_F()
3765 io_delegate_.SetFileContents("a/p/Baz.aidl", "package p; parcelable Baz { const int A = 1; }"); in TEST_F()
3773 io_delegate_.SetFileContents("Foo.aidl", " parcelable Foo { UnknownType field = UNKNOWN_REF; }"); in TEST_P()
3795 io_delegate_.SetFileContents("p/Foo.aidl", "interface Foo {}"); in TEST_P()
3805 io_delegate_.SetFileContents("p/Foo.aidl", "interface Foo {}"); in TEST_P()
3819 io_delegate_.SetFileContents(input_file, "package " + package + "; interface IFoo {}"); in TEST_F()
3869 io_delegate_.SetFileContents("IFoo.aidl", in TEST_F()
3880 io_delegate_.SetFileContents( in TEST_F()
3999 io.SetFileContents("a/IBar.aidl", "package a; interface IBar { }"); in Run()
4000 io.SetFileContents("a/Enum.aidl", "package a; enum Enum { A }"); in Run()
4001 io.SetFileContents("a/Union.aidl", "package a; union Union { int a; }"); in Run()
4003 io.SetFileContents("a/Foo.aidl", "package a; parcelable Foo { " + decl + " f; }"); in Run()