Home | History | Annotate | Download | only in android

Lines Matching refs:Command

47 	rule.Command().
51 rule.Command().Text("echo success")
53 // To add the command to the build graph:
73 rule.Command().
77 rule.Command().
100 rule.Command().
104 rule.Command().
130 rule.Command().
149 rule.Command().
155 cmd := rule.Command()
161 cmd = rule.Command().Tool(PathForSource(ctx, "ld"))
168 fmt.Println(NewRuleBuilder().Command().
176 fmt.Println(NewRuleBuilder().Command().
184 fmt.Println(NewRuleBuilder().Command().
193 fmt.Println(NewRuleBuilder().Command().
202 fmt.Println(NewRuleBuilder().Command().
211 fmt.Println(NewRuleBuilder().Command().
220 fmt.Println(NewRuleBuilder().Command().
229 fmt.Println(NewRuleBuilder().Command().
252 cmd := rule.Command().
267 rule.Command().
274 // Test updates to the first command after the second command has been started
276 // Test updating a command when the previous update did not replace the cmd variable
279 // Test a command that uses the output of a previous command as an input
280 rule.Command().
357 rule.Command().Tool(PathForSource(ctx, "cp")).Input(in).Output(out)