Home | History | Annotate | Download | only in java

Lines Matching refs:aidl

40 		aidl          string
47 aidl: "-Iframework/aidl",
55 aidl: "-Iframework/aidl",
64 aidl: "-pprebuilts/sdk/25/public/framework.aidl",
72 aidl: "-p" + buildDir + "/framework.aidl",
80 aidl: "-p" + buildDir + "/framework.aidl",
89 aidl: "-pprebuilts/sdk/25/public/framework.aidl",
97 aidl: "-p" + buildDir + "/framework.aidl",
160 aidl: "-pprebuilts/sdk/25/public/framework.aidl",
170 aidl: "-pprebuilts/sdk/current/public/framework.aidl",
179 aidl: "-pprebuilts/sdk/25/public/framework.aidl",
188 aidl: "-pprebuilts/sdk/25/public/framework.aidl",
197 aidl: "-pprebuilts/sdk/25/public/framework.aidl",
213 srcs: ["bar-doc/IFoo.aidl"],
290 aidl := ctx.ModuleForTests("foo", variant).Rule("aidl")
292 aidlFlags := aidl.Args["aidlFlags"]
296 if g, w := aidlFlags, testcase.aidl; g != w {
297 t.Errorf("want aidl flags %q, got %q", w, g)