/build/soong/cc/ |
D | vndk.go | 210 if !inList(name, llndkLibraries) { 215 if !inList(name, vndkPrivateLibraries) { 228 …if mctx.DeviceConfig().VndkUseCoreVariant() && !inList(name, config.VndkMustUseVendorVariantList) { 229 if !inList(name, vndkUsingCoreVariantLibraries) { 235 if !inList(name, vndkSpLibraries) { 240 if !inList(name, vndkCoreLibraries) { 246 if !inList(name, vndkPrivateLibraries) {
|
D | gen_test.go | 35 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) { 58 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
|
D | cc.go | 508 return inList(c.Name(), ndkMigratedLibs) 513 return inList(c.Name(), llndkLibraries) 523 return inList(c.Name(), vndkPrivateLibraries) 562 return c.isVndkSp() || inList(c.Name(), config.VndkMustUseVendorVariantList) 668 if inList(platform_vndk_ver, ctx.ctx.Config().PlatformVersionCombinedCodenames()) { 1109 if !inList(lib, deps.SharedLibs) { 1115 if !inList(lib, deps.StaticLibs) { 1121 if !inList(lib, deps.HeaderLibs) { 1127 if !inList(gen, deps.GeneratedHeaders) { 1193 if ctx.useSdk() && inList(name, ndkPrebuiltSharedLibraries) { [all …]
|
D | linker.go | 246 if inList("libdl", deps.SharedLibs) { 249 if inList("libc", systemSharedLibs) { 250 if !inList("libdl", systemSharedLibs) { 258 if inList("libc_scudo", deps.SharedLibs) { 271 if inList("libdl", systemSharedLibs) && inList("libc", systemSharedLibs) &&
|
D | check.go | 37 } else if inList(flag, config.IllegalFlags) { 112 } else if !inList(flag, allowed_ldlibs) {
|
D | sabi.go | 81 ((c.isVndk() && c.useVndk()) || inList(c.Name(), llndkLibraries) ||
|
D | compiler.go | 504 if inList("-Wno-error", flags.CFlags) || inList("-Wno-error", flags.CppFlags) { 506 } else if !inList("-Werror", flags.CFlags) && !inList("-Werror", flags.CppFlags) {
|
D | util.go | 45 var inList = android.InList var
|
D | library_test.go | 181 if !inList("-DGOOGLE_PROTOBUF_NO_RTTI", libfoo.flags.CFlags) {
|
D | makevars.go | 107 if inList(baseName, vendorPublicLibraries) && module.ExportedToMake() { 108 if !inList(baseName, exportedVendorPublicLibraries) {
|
D | binary.go | 171 if !binary.static() && inList("libc", deps.StaticLibs) { 240 if !inList("-shared", flags.LdFlags) {
|
/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()) { 123 if !inList(kapt.Output.String(), kotlinc.Implicits.Strings()) { 126 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 | 65 if inList(ctx.ModuleName(), global.DisablePreoptModules) { 115 if inList(ctx.ModuleName(), global.SystemServerJars) && !d.isSDKLibrary {
|
D | hiddenapi.go | 76 if inList(bootJarName, ctx.Config().BootJars()) {
|
D | app_test.go | 1037 if !inList("APP_NOTICE", noticeInputs) { 1040 if !inList("LIB_NOTICE", noticeInputs) { 1043 if !inList("GENRULE_NOTICE", noticeInputs) {
|
/build/soong/ui/build/ |
D | build.go | 137 if inList("help", config.Arguments()) { 140 } else if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) { 169 if inList("installclean", config.Arguments()) { 173 } else if inList("dataclean", config.Arguments()) {
|
D | environment.go | 58 if key, _, ok := decodeKeyValue(env); ok && inList(key, keys) { 82 if key, _, ok := decodeKeyValue(env); ok && inList(key, keys) {
|
D | config.go | 313 if inList("C.UTF-8", locales) { 315 } else if inList("C.utf8", locales) { 318 } else if inList("en_US.UTF-8", locales) { 320 } else if inList("en_US.utf8", locales) { 600 if sanitize := strings.Fields(v); inList("address", sanitize) {
|
D | util.go | 43 func inList(s string, list []string) bool { func
|
/build/soong/androidmk/cmd/androidmk/ |
D | android.go | 477 inList := func(s string) bool { 494 if inList("windows") { 498 if !inList("linux") && err == nil { 502 if !inList("darwin") && err == nil {
|
/build/soong/cmd/soong_ui/ |
D | main.go | 45 func inList(s string, list []string) bool { func 64 if len(os.Args) < 2 || !(inList("--make-mode", os.Args) ||
|
/build/soong/cc/config/ |
D | toolchain.go | 234 var inList = android.InList var
|
D | x86_darwin_host.go | 140 if !inList(selected, darwinSupportedSdkVersions) {
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 121 func inList(str string, list []string) bool { func 249 if inList(product, allProducts) {
|