• Home
  • Raw
  • Download

Lines Matching refs:ParseFiles

36   void ParseFiles(std::vector<std::pair<std::string, std::string>>&& files) {  in ParseFiles()  function
72 ParseFiles({{"Foo.aidl", "enum Foo { foo }"}}); in TEST_F()
77 ParseFiles({{"IFoo.aidl", "interface IFoo { const int foo = 1; }"}}); in TEST_F()
82 ParseFiles({{"Foo.aidl", "interface Foo { }"}}); in TEST_F()
87 ParseFiles({{"Foo.aidl", "parcelable Foo { E e; }"}, {"E.aidl", "enum E { A }"}}); in TEST_F()
92 ParseFiles({{"IFoo.aidl", "interface IFoo { void foo(inout Bar bar); }"}, in TEST_F()
99 ParseFiles({ in TEST_F()
109 ParseFiles({ in TEST_F()
118 ParseFiles({ in TEST_F()
125 ParseFiles({ in TEST_F()
134 ParseFiles({ in TEST_F()
142 ParseFiles({ in TEST_F()
155 ParseFiles({ in TEST_F()
162 ParseFiles({ in TEST_F()
169 ParseFiles({{"IFoo.aidl", in TEST_F()
177 ParseFiles({{"IFoo.aidl", in TEST_F()
186 ParseFiles({{"IFoo.aidl", in TEST_F()
195 ParseFiles({{"IFoo.aidl", in TEST_F()
204 ParseFiles({{"p/IFoo.aidl", in TEST_F()
213 ParseFiles({{"p/IFoo.aidl", in TEST_F()
225 ParseFiles({{"p/IFoo.aidl", in TEST_F()
233 ParseFiles({{"p/IFoo.aidl", in TEST_F()
243 ParseFiles({{"IFoo.aidl", "interface IFoo { void foo(in Map m); }"}}); in TEST_F()
248 ParseFiles({{"Foo.aidl", "parcelable Foo { Map m; }"}}); in TEST_F()
253 ParseFiles({{"Foo.aidl", "union Foo { List l; }"}}); in TEST_F()
258 ParseFiles({{"IFoo.aidl", "interface IFoo { void foo(in Bar<Map> m); }"}, in TEST_F()
264 ParseFiles({{"IFoo.aidl", "interface IFoo { void food(); }"}}); in TEST_F()
270 ParseFiles({{"IFoo.aidl", "interface IFoo { @EnforcePermission(\"INTERNET\") void food(); }"}}); in TEST_F()
275 ParseFiles({{"IFoo.aidl", in TEST_F()
282 ParseFiles({{"IFoo.aidl", "@EnforcePermission(\"INTERNET\") interface IFoo { void food(); }"}}); in TEST_F()