Home
last modified time | relevance | path

Searched refs:inList (Results 1 – 25 of 34) sorted by relevance

12

/build/soong/ui/build/
Dbuild.go190 if inList("help", config.Arguments()) {
199 if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) {
256 if inList("installclean", config.Arguments()) ||
257 inList("install-clean", config.Arguments()) {
263 if inList("dataclean", config.Arguments()) ||
264 inList("data-clean", config.Arguments()) {
Denvironment.go83 if key, _, ok := decodeKeyValue(envVar); ok && inList(key, keys) {
109 if key, _, ok := decodeKeyValue(envVar); ok && inList(key, keys) {
Dkati.go271 if !inList(path, headers) {
290 if sanitize := strings.Fields(v); inList("address", sanitize) {
Dconfig.go386 if inList("GET-INSTALL-PATH", configArgs) {
540 if inList("", newTargets) {
659 if inList("C.UTF-8", locales) {
661 } else if inList("C.utf8", locales) {
664 } else if inList("en_US.UTF-8", locales) {
666 } else if inList("en_US.utf8", locales) {
1134 if sanitize := strings.Fields(v); inList("address", sanitize) {
Dutil.go46 func inList(s string, list []string) bool { func
/build/soong/cc/
Dgen_test.go41 if !inList(expected, actual) {
66 …if !inList("-I"+filepath.Dir(aidl.Output.String()), android.StringsRelativeToTop(ctx.Config(), lib…
Dcheck.go37 } else if inList(flag, config.IllegalFlags) {
119 } else if !inList(flag, allowedLdlibs) {
Dcflag_artifacts.go152 if inList(flag, cflags) || inList(flag, cppflags) {
Dlibrary_test.go186 if !inList("-DGOOGLE_PROTOBUF_NO_RTTI", libfoo.flags.Local.CFlags) {
209 if !inList(expectedVariant, variants) {
Dlinker.go357 if inList("libdl", deps.SharedLibs) {
360 if inList("libc", deps.SystemSharedLibs) {
361 if !inList("libdl", deps.SystemSharedLibs) {
371 if inList("libdl", deps.SystemSharedLibs) && inList("libc", deps.SystemSharedLibs) &&
Dcompiler.go566 if inList("-Wno-error", flags.Local.CFlags) || inList("-Wno-error", flags.Local.CppFlags) {
568 } else if !inList("-Werror", flags.Local.CFlags) && !inList("-Werror", flags.Local.CppFlags) {
Dlto.go97 if inList("-fsanitize=fuzzer-no-link", flags.Local.CFlags) {
Dutil.go41 var inList = android.InList var
/build/soong/java/
Dkotlin_test.go62 if !inList(fooKotlinc.Output.String(), fooJar.Inputs.Strings()) {
75 if !inList(fooHeaderJar.Output.String(), barKotlinc.Implicits.Strings()) {
80 if !inList(bazHeaderJar.Output.String(), barKotlinc.Implicits.Strings()) {
140 if !inList(kapt.Output.String(), kotlinc.Implicits.Strings()) {
143 if !inList(kapt.Output.String(), javac.Implicits.Strings()) {
Ddroiddoc_test.go84 …d.PathsRelativeToTop(javaDoc.Implicits), android.PathRelativeToTop(barStubsOutput); !inList(w, g) {
94 …roid.PathsRelativeToTop(javaDoc.Implicits), android.PathRelativeToTop(aidl.Output); !inList(w, g) {
Dplugin_test.go72 if !inList(bar, javac.Implicits.Strings()) {
112 if !inList(bar, javac.Implicits.Strings()) {
Dsdk_library_external.go75 return inList(j.Name(), ctx.Config().InterPartitionJavaLibraryAllowList())
Drro_test.go81 if !inList(staticLibPackage, overlayList) {
174 if inList(unexpectedFlags, aapt2Flags) {
Dandroid_manifest.go75 if inList(usesLib, dexpreopt.OptionalCompatUsesLibs) {
Djava_test.go825 if !inList(fooRes.Output.String(), foo.Inputs.Strings()) {
870 if g, w := fooSrcJar.Output.String(), foo.Inputs.Strings(); !inList(g, w) {
884 if g, w := barSrcJar.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) {
888 if g, w := barRes.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) {
892 if g, w := barResCombined.Output.String(), bar.Inputs.Strings(); !inList(g, w) {
Ddexpreopt.go84 if inList(ctx.ModuleName(), global.DisablePreoptModules) {
/build/soong/cc/config/
Dx86_darwin_host.go157 if !inList(selected, darwinSupportedSdkVersions) {
Dtoolchain.go267 var inList = android.InList var
/build/soong/androidmk/androidmk/
Dandroid.go494 inList := func(s string) bool {
507 if inList("windows") {
511 if !inList("linux") && err == nil {
515 if !inList("darwin") && err == nil {
/build/soong/cmd/multiproduct_kati/
Dmain.go131 func inList(str string, list []string) bool { func
274 if inList(product, allProducts) {

12