Home
last modified time | relevance | path

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

/build/soong/java/
Dlint_test.go43 if !strings.Contains(*sboxProto.Commands[0].Command, "--baseline lint-baseline.xml") {
65 if strings.Contains(*sboxProto.Commands[0].Command, "--baseline") {
112 if !strings.Contains(*sboxProto.Commands[0].Command, "--baseline mybaseline.xml") {
116 if !strings.Contains(*sboxProto.Commands[0].Command, "--error_check NewApi") {
120 if !strings.Contains(*sboxProto.Commands[0].Command, "--error_check SomeCheck") {
210 if !strings.Contains(*sboxProto.Commands[0].Command,
217 if !strings.Contains(*sboxProto.Commands[0].Command,
251 if strings.Contains(*sboxProto.Commands[0].Command,
255 if !strings.Contains(*sboxProto.Commands[0].Command,
287 if !strings.Contains(*sboxProto.Commands[0].Command,
[all …]
Ddroidstubs_test.go72 if actual := String(sboxProto.Commands[0].Command); !strings.Contains(actual, expected) {
111 …if g, w := manifest.Commands[0].GetCommand(), "reference __SBOX_SANDBOX_DIR__/out/.intermediates/f…
/build/soong/android/
Drule_builder_test.go61 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
85 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
114 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
142 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
384 AssertDeepEquals(t, "rule.Commands()", wantCommands, rule.Commands())
414 AssertDeepEquals(t, "rule.Commands()", wantCommands, rule.Commands())
444 AssertDeepEquals(t, "rule.Commands()", wantCommands, rule.Commands())
474 AssertDeepEquals(t, "rule.Commands()", wantCommands, rule.Commands())
781 hash := manifest.Commands[0].GetInputHash()
Drule_builder.go452 func (r *RuleBuilder) Commands() []string { func
513 commands := r.Commands()
532 manifest.Commands = append(manifest.Commands, &command)
/build/soong/cc/
Dgen_test.go70 aidlCommand := android.RuleBuilderSboxProtoForTests(t, aidlManifest).Commands[0].GetCommand()
Dcc_test.go3706 aidlCommand := manifest.Commands[0].GetCommand()
/build/soong/cmd/sbox/
Dsbox.go117 if len(manifest.Commands) == 0 {
159 useSubDir := len(manifest.Commands) > 1
162 for i, command := range manifest.Commands {
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go26 Commands []*Command `protobuf:"bytes,1,rep,name=commands" json:"commands,omitempty"` member
62 return m.Commands
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go168 for _, c := range rule.Commands() {
/build/soong/genrule/
Dgenrule_test.go533 hash := manifest.Commands[0].GetInputHash()