Lines Matching refs:Foo
996 srcs: ["dir/a/Foo.aidl", "dir/b/Foo.aidl"],
1017 "src/foo/Foo.aidl",
1032 "foo/src/foo/Foo.aidl": nil,
1034 "foo/aidl_api/foo-iface/current/foo/Foo.aidl": nil,
1035 "foo/aidl_api/foo-iface/1/foo/Foo.aidl": nil,
1037 "foo/aidl_api/foo-iface/2/foo/Foo.aidl": nil,
1044 rule := ctx.ModuleForTests("foo-iface-V1-cpp-source", "").Output("foo/Foo.cpp")
1055 rule := ctx.ModuleForTests("foo-iface-V3-cpp-source", "").Output("foo/Foo.cpp")
1077 "src/foo/Foo.aidl",
1108 "foo/aidl_api/foo-iface/1/foo/Foo.aidl": nil,
1111 "foo/src/foo/Foo.aidl": nil,
1117 rule := ctx.ModuleForTests("foo-iface-V1-cpp-source", "").Output("foo/Foo.cpp")
1128 rule := ctx.ModuleForTests("foo-iface-V2-cpp-source", "").Output("foo/Foo.cpp")
1144 "foo/src/foo/Foo.aidl",
1151 dumpDir + "/foo/Foo.aidl",
1181 srcs: ["a/Foo.aidl", "b/Bar.aidl"],
1187 "myiface-V1-cpp-source": {"a/Foo.h", "b/Bar.h"},
1188 "myiface-V1-java-source": {"a/Foo.java", "b/Bar.java"},
1189 "myiface-V1-ndk-source": {"aidl/a/Foo.h", "aidl/b/Bar.h"},
1190 "myiface-V1-rust-source": {"a/Foo.rs", "b/Bar.rs"},