Home
last modified time | relevance | path

Searched refs:FlagForEachArg (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Dlint.go232 cmd.FlagForEachArg("--classpath ", l.classpath.Strings())
235 cmd.FlagForEachArg("--extra_checks_jar ", l.extraLintCheckJars.Strings())
247 cmd.FlagForEachArg("--disable_check ", l.properties.Lint.Disabled_checks)
248 cmd.FlagForEachArg("--warning_check ", l.properties.Lint.Warning_checks)
249 cmd.FlagForEachArg("--error_check ", l.properties.Lint.Error_checks)
250 cmd.FlagForEachArg("--fatal_check ", l.properties.Lint.Fatal_checks)
Ddexpreopt_bootjars.go425 FlagForEachArg("--dex-location=", image.dexLocations).
540 FlagForEachArg("--dex-location=", image.getAnyAndroidVariant().dexLocationsDeps).
591 FlagForEachArg("--dex-location=", image.getAnyAndroidVariant().dexLocationsDeps).
Ddroiddoc.go845 cmd.FlagForEachArg("-hdf ", d.properties.Hdf)
/build/soong/android/
Drule_builder_test.go197 FlagForEachArg("--sort=", []string{"time", "size"}))
Drule_builder.go580 func (c *RuleBuilderCommand) FlagForEachArg(flag string, args []string) *RuleBuilderCommand { func