/build/soong/ui/build/ |
D | build.go | 173 if inList("help", config.Arguments()) { 176 } else if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) { 210 if inList("installclean", config.Arguments()) || 211 inList("install-clean", config.Arguments()) { 215 } else if inList("dataclean", config.Arguments()) || 216 inList("data-clean", config.Arguments()) {
|
D | environment.go | 70 if key, _, ok := decodeKeyValue(env); ok && inList(key, keys) { 94 if key, _, ok := decodeKeyValue(env); ok && inList(key, keys) {
|
D | config.go | 310 if inList("GET-INSTALL-PATH", configArgs) { 464 if inList("", newTargets) { 573 if inList("C.UTF-8", locales) { 575 } else if inList("C.utf8", locales) { 578 } else if inList("en_US.UTF-8", locales) { 580 } else if inList("en_US.utf8", locales) { 929 if sanitize := strings.Fields(v); inList("address", sanitize) {
|
D | kati.go | 192 if !inList(path, headers) { 209 if sanitize := strings.Fields(v); inList("address", sanitize) {
|
D | util.go | 46 func inList(s string, list []string) bool { func
|
/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()) { 130 if !inList(kapt.Output.String(), kotlinc.Implicits.Strings()) { 133 if !inList(kapt.Output.String(), javac.Implicits.Strings()) {
|
D | plugin_test.go | 72 if !inList(bar, javac.Implicits.Strings()) { 112 if !inList(bar, javac.Implicits.Strings()) {
|
D | dexpreopt.go | 76 if inList(ctx.ModuleName(), global.DisablePreoptModules) { 144 if inList(ctx.ModuleName(), global.SystemServerJars) && !d.isSDKLibrary {
|
D | android_manifest.go | 83 if inList(usesLib, optionalUsesLibs) {
|
D | java_test.go | 892 if !inList(fooRes.Output.String(), foo.Inputs.Strings()) { 937 if g, w := fooSrcJar.Output.String(), foo.Inputs.Strings(); !inList(g, w) { 951 if g, w := barSrcJar.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) { 955 if g, w := barRes.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) { 959 if g, w := barResCombined.Output.String(), bar.Inputs.Strings(); !inList(g, w) { 1128 if g, w := barDoc.Implicits.Strings(), aidl.Output.String(); !inList(w, g) {
|
D | hiddenapi.go | 80 if inList(bootJarName, ctx.Config().BootJars()) {
|
/build/soong/cc/ |
D | gen_test.go | 37 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) { 61 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) {
|
D | check.go | 37 } else if inList(flag, config.IllegalFlags) { 117 } else if !inList(flag, allowed_ldlibs) {
|
D | cflag_artifacts.go | 152 if inList(flag, cflags) || inList(flag, cppflags) {
|
D | linker.go | 289 if inList("libdl", deps.SharedLibs) { 292 if inList("libc", systemSharedLibs) { 293 if !inList("libdl", systemSharedLibs) { 303 if inList("libdl", systemSharedLibs) && inList("libc", systemSharedLibs) &&
|
D | library_test.go | 186 if !inList("-DGOOGLE_PROTOBUF_NO_RTTI", libfoo.flags.Local.CFlags) { 209 if !inList(expectedVariant, variants) {
|
D | compiler.go | 514 if inList("-Wno-error", flags.Local.CFlags) || inList("-Wno-error", flags.Local.CppFlags) { 516 } else if !inList("-Werror", flags.Local.CFlags) && !inList("-Werror", flags.Local.CppFlags) {
|
D | cc.go | 879 return inList(c.Name(), ndkKnownLibs) 1144 if inList(vndkVer, ctx.ctx.Config().PlatformVersionActiveCodenames()) { 1542 flags.AssemblerWithCpp = inList("-xassembler-with-cpp", flags.Local.AsFlags) 1699 if !inList(lib, deps.SharedLibs) { 1705 if !inList(lib, deps.StaticLibs) { 1711 if !inList(lib, deps.HeaderLibs) { 1717 if !inList(gen, deps.GeneratedHeaders) { 1806 if ctx.useSdk() && inList(name, ndkKnownLibs) { 1810 } else if (ctx.Platform() || ctx.ProductSpecific()) && inList(name, *vendorPublicLibraries) { 1863 if inList(lib, deps.ReexportHeaderLibHeaders) { [all …]
|
D | util.go | 41 var inList = android.InList var
|
D | makevars.go | 108 if inList(baseName, *vendorPublicLibraries) && module.ExportedToMake() { 109 if !inList(baseName, exportedVendorPublicLibraries) {
|
D | lto.go | 85 if inList("-fsanitize=fuzzer-no-link", flags.Local.CFlags) {
|
/build/soong/androidmk/androidmk/ |
D | android.go | 490 inList := func(s string) bool { 503 if inList("windows") { 507 if !inList("linux") && err == nil { 511 if !inList("darwin") && err == nil {
|
/build/soong/cc/config/ |
D | toolchain.go | 241 var inList = android.InList var
|
D | x86_darwin_host.go | 156 if !inList(selected, darwinSupportedSdkVersions) {
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 113 func inList(str string, list []string) bool { func 257 if inList(product, allProducts) {
|