Home
last modified time | relevance | path

Searched refs:foo_definition (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Daidl_unittest.cpp3065 const string foo_definition = "package p; parcelable Foo{ p.Enum e = p.Enum.FOO; }"; in TEST_F() local
3067 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()
3069 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()
3088 const string foo_definition = "package p; parcelable Foo{ p.Enum e = p.Enum.FOO; }"; in TEST_F() local
3090 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()
3092 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()