/build/soong/ui/build/ |
D | build.go | 174 if inList("help", config.Arguments()) { 177 } else if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) { 211 if inList("installclean", config.Arguments()) || 212 inList("install-clean", config.Arguments()) { 216 } else if inList("dataclean", config.Arguments()) || 217 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 | 337 if inList("GET-INSTALL-PATH", configArgs) { 491 if inList("", newTargets) { 597 if inList("C.UTF-8", locales) { 599 } else if inList("C.utf8", locales) { 602 } else if inList("en_US.UTF-8", locales) { 604 } else if inList("en_US.utf8", locales) { 1028 if sanitize := strings.Fields(v); inList("address", sanitize) {
|
D | kati.go | 186 if !inList(path, headers) { 203 if sanitize := strings.Fields(v); inList("address", sanitize) {
|
D | util.go | 44 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) { 147 if inList(ctx.ModuleName(), global.SystemServerJars) && !d.isSDKLibrary {
|
D | android_manifest.go | 83 if inList(usesLib, optionalUsesLibs) {
|
D | java_test.go | 769 if !inList(fooRes.Output.String(), foo.Inputs.Strings()) { 814 if g, w := fooSrcJar.Output.String(), foo.Inputs.Strings(); !inList(g, w) { 828 if g, w := barSrcJar.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) { 832 if g, w := barRes.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) { 836 if g, w := barResCombined.Output.String(), bar.Inputs.Strings(); !inList(g, w) { 1000 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 | linker.go | 289 if inList("libdl", deps.SharedLibs) { 292 if inList("libc", systemSharedLibs) { 293 if !inList("libdl", systemSharedLibs) { 301 if inList("libc_scudo", deps.SharedLibs) { 314 if inList("libdl", systemSharedLibs) && inList("libc", systemSharedLibs) &&
|
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 | library_test.go | 186 if !inList("-DGOOGLE_PROTOBUF_NO_RTTI", libfoo.flags.Local.CFlags) { 209 if !inList(expectedVariant, variants) {
|
D | cc.go | 868 return inList(c.Name(), ndkMigratedLibs) 1058 return inList("hwaddress", config.SanitizeDevice()) 1133 if inList(vndkVer, ctx.ctx.Config().PlatformVersionActiveCodenames()) { 1517 flags.AssemblerWithCpp = inList("-xassembler-with-cpp", flags.Local.AsFlags) 1674 if !inList(lib, deps.SharedLibs) { 1680 if !inList(lib, deps.StaticLibs) { 1686 if !inList(lib, deps.HeaderLibs) { 1692 if !inList(gen, deps.GeneratedHeaders) { 1783 if ctx.useSdk() && inList(name, ndkPrebuiltSharedLibraries) { 1784 if !inList(name, ndkMigratedLibs) { [all …]
|
D | compiler.go | 506 if inList("-Wno-error", flags.Local.CFlags) || inList("-Wno-error", flags.Local.CppFlags) { 508 } else if !inList("-Werror", flags.Local.CFlags) && !inList("-Werror", flags.Local.CppFlags) {
|
D | util.go | 41 var inList = android.InList var
|
D | makevars.go | 109 if inList(baseName, *vendorPublicLibraries) && module.ExportedToMake() { 110 if !inList(baseName, exportedVendorPublicLibraries) {
|
D | lto.go | 85 if inList("-fsanitize=fuzzer-no-link", flags.Local.CFlags) {
|
/build/soong/androidmk/androidmk/ |
D | android.go | 480 inList := func(s string) bool { 497 if inList("windows") { 501 if !inList("linux") && err == nil { 505 if !inList("darwin") && err == nil {
|
/build/soong/cc/config/ |
D | x86_darwin_host.go | 155 if !inList(selected, darwinSupportedSdkVersions) {
|
D | toolchain.go | 241 var inList = android.InList var
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 113 func inList(str string, list []string) bool { func 257 if inList(product, allProducts) {
|