/build/soong/ui/build/ |
D | build.go | 190 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()) {
|
D | environment.go | 83 if key, _, ok := decodeKeyValue(envVar); ok && inList(key, keys) { 109 if key, _, ok := decodeKeyValue(envVar); ok && inList(key, keys) {
|
D | kati.go | 271 if !inList(path, headers) { 290 if sanitize := strings.Fields(v); inList("address", sanitize) {
|
D | config.go | 386 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) {
|
D | util.go | 46 func inList(s string, list []string) bool { func
|
/build/soong/cc/ |
D | gen_test.go | 41 if !inList(expected, actual) { 66 …if !inList("-I"+filepath.Dir(aidl.Output.String()), android.StringsRelativeToTop(ctx.Config(), lib…
|
D | check.go | 37 } else if inList(flag, config.IllegalFlags) { 119 } else if !inList(flag, allowedLdlibs) {
|
D | cflag_artifacts.go | 152 if inList(flag, cflags) || inList(flag, cppflags) {
|
D | library_test.go | 186 if !inList("-DGOOGLE_PROTOBUF_NO_RTTI", libfoo.flags.Local.CFlags) { 209 if !inList(expectedVariant, variants) {
|
D | linker.go | 357 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) &&
|
D | compiler.go | 566 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) {
|
D | lto.go | 97 if inList("-fsanitize=fuzzer-no-link", flags.Local.CFlags) {
|
D | util.go | 41 var inList = android.InList var
|
/build/soong/java/ |
D | kotlin_test.go | 62 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()) {
|
D | droiddoc_test.go | 84 …d.PathsRelativeToTop(javaDoc.Implicits), android.PathRelativeToTop(barStubsOutput); !inList(w, g) { 94 …roid.PathsRelativeToTop(javaDoc.Implicits), android.PathRelativeToTop(aidl.Output); !inList(w, g) {
|
D | plugin_test.go | 72 if !inList(bar, javac.Implicits.Strings()) { 112 if !inList(bar, javac.Implicits.Strings()) {
|
D | sdk_library_external.go | 75 return inList(j.Name(), ctx.Config().InterPartitionJavaLibraryAllowList())
|
D | rro_test.go | 81 if !inList(staticLibPackage, overlayList) { 174 if inList(unexpectedFlags, aapt2Flags) {
|
D | android_manifest.go | 75 if inList(usesLib, dexpreopt.OptionalCompatUsesLibs) {
|
D | java_test.go | 825 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) {
|
D | dexpreopt.go | 84 if inList(ctx.ModuleName(), global.DisablePreoptModules) {
|
/build/soong/cc/config/ |
D | x86_darwin_host.go | 157 if !inList(selected, darwinSupportedSdkVersions) {
|
D | toolchain.go | 267 var inList = android.InList var
|
/build/soong/androidmk/androidmk/ |
D | android.go | 494 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/ |
D | main.go | 131 func inList(str string, list []string) bool { func 274 if inList(product, allProducts) {
|