Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_test.go954 testAidlError(t, `module "foo_interface": stability: must be empty when "unstable" is true`, `
970 …testAidlError(t, `module "foo_interface": versions: cannot have versions for an unstable interface…
2219 …fooFreezeApiRule := ctx.ModuleForTests(t, "foo_interface", "").Output("update_or_freeze_api_3.time…
/system/tools/aidl/
Daidl_unittest.cpp773 string foo_interface = in TEST_P() local
787 auto parse_result = Parse("a/IFoo.aidl", foo_interface, typenames_, GetLanguage()); in TEST_P()