Home
last modified time | relevance | path

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

12

/build/soong/java/
Dkotlin_test.go76 if !inList(fooKotlincClasses.String(), fooJar.Inputs.Strings()) {
81 if !inList(kotlinStdlib.String(), fooJar.Inputs.Strings()) {
86 if !inList(kotlinStdlibJdk7.String(), fooJar.Inputs.Strings()) {
91 if !inList(kotlinStdlibJdk8.String(), fooJar.Inputs.Strings()) {
96 if !inList(kotlinAnnotations.String(), fooJar.Inputs.Strings()) {
101 if !inList(fooKotlincHeaderClasses.String(), fooHeaderJar.Inputs.Strings()) {
113 if !inList(fooHeaderJar.Output.String(), barKotlinc.Implicits.Strings()) {
118 if !inList(bazHeaderJar.Output.String(), barKotlinc.Implicits.Strings()) {
183 if !inList(kaptStubs.Output.String(), turbineApt.Implicits.Strings()) {
188 if !inList(turbineApt.Output.String(), kotlinc.Implicits.Strings()) {
[all …]
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.go71 if !inList(bar, javac.Implicits.Strings()) {
111 if !inList(bar, javac.Implicits.Strings()) {
Dsdk_library_external.go76 return inList(j.Name(), ctx.Config().InterPartitionJavaLibraryAllowList())
Drro_test.go82 if !inList(staticLibPackage, overlayList) {
179 if inList(unexpectedFlags, aapt2Flags) {
Djava_test.go838 if !inList(fooRes.Output.String(), foo.Inputs.Strings()) {
883 if g, w := fooSrcJar.Output.String(), foo.Inputs.Strings(); !inList(g, w) {
897 if g, w := barSrcJar.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) {
901 if g, w := barRes.Output.String(), barResCombined.Inputs.Strings(); !inList(g, w) {
905 if g, w := barResCombined.Output.String(), bar.Inputs.Strings(); !inList(g, w) {
Djava.go706 if inList(ctx.ModuleName(), ctx.Config().BootJars()) {
716 inList(ctx.ModuleName(), ctx.Config().ModulesLoadedByPrivilegedModules()) {
1520 …defaultUnitTest := !inList("tradefed", j.properties.Libs) && !inList("cts", j.testProperties.Test_…
3174 var inList = android.InList[string] var
/build/soong/ui/build/
Dbuild.go222 if inList("help", config.Arguments()) {
234 if !inList(a, specialTargets) {
243 if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) {
292 if inList("installclean", config.Arguments()) ||
293 inList("install-clean", config.Arguments()) {
300 if inList("dataclean", config.Arguments()) ||
301 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.go297 if !inList(path, headers) {
316 if sanitize := strings.Fields(v); inList("address", sanitize) {
Dutil.go46 func inList(s string, list []string) bool { func
Dconfig.go574 if inList("GET-INSTALL-PATH", configArgs) {
728 if inList("", newTargets) {
930 if inList("C.UTF-8", locales) {
932 } else if inList("C.utf8", locales) {
935 } else if inList("en_US.UTF-8", locales) {
937 } else if inList("en_US.utf8", locales) {
1560 if sanitize := strings.Fields(v); inList("address", sanitize) {
/build/soong/cc/
Dgen_test.go41 if !inList(expected, actual) {
66 …if !inList("-I"+filepath.Dir(aidl.Output.String()), android.StringsRelativeToTop(ctx.Config(), lib…
Dlibrary_stub.go55 if inList("llndk", apiLibrary.properties.Variants) {
62 if inList(targetVariant, apiLibrary.properties.Variants) {
68 if inList(targetVariant, apiLibrary.properties.Variants) {
148 if !inList(name, *ndkKnownLibs) {
348 return inList("llndk", d.properties.Variants)
498 return inList(String(v.properties.Variant), []string{"ndk", "apex"})
Dcheck.go37 } else if inList(flag, config.IllegalFlags) {
132 } else if !inList(flag, allowedLdlibs) {
Dlinker.go441 if inList("libdl", deps.SharedLibs) {
444 if inList("libc", deps.SystemSharedLibs) {
445 if !inList("libdl", deps.SystemSharedLibs) {
455 if inList("libdl", deps.SystemSharedLibs) && inList("libc", deps.SystemSharedLibs) &&
Dlibrary_test.go187 if !inList("-DGOOGLE_PROTOBUF_NO_RTTI", libfoo.flags.Local.CFlags) {
211 if !inList(expectedVariant, variants) {
Dutil.go31 var inList = android.InList[string] var
Dcc.go1313 return inList(c.BaseModuleName(), *getNDKKnownLibs(config))
2052 flags.AssemblerWithCpp = inList("-xassembler-with-cpp", flags.Local.AsFlags)
2240 if !inList(lib, deps.SharedLibs) {
2246 if !inList(lib, deps.StaticLibs) && !inList(lib, deps.WholeStaticLibs) {
2252 if !inList(lib, deps.HeaderLibs) {
2258 if !inList(gen, deps.GeneratedHeaders) {
2389 if c.UseSdk() && inList(name, *getNDKKnownLibs(config)) {
2408 } else if c.UseSdk() && inList(replaceLibName, *getNDKKnownLibs(config)) {
2478 if inList(lib, deps.ReexportHeaderLibHeaders) {
2527 if inList(lib, deps.ReexportStaticLibHeaders) {
[all …]
Dcompiler.go671 if inList("-Wno-error", flags.Local.CFlags) || inList("-Wno-error", flags.Local.CppFlags) {
673 } else if !inList("-Werror", flags.Local.CFlags) && !inList("-Werror", flags.Local.CppFlags) {
Dbinary.go182 if !binary.static() && inList("libc", deps.StaticLibs) {
271 if !inList("-shared", flags.Local.LdFlags) {
Dmakevars.go116 if !inList(baseName, exportedVendorPublicLibraries) {
Dndk_library.go234 if inList("-fvisibility=hidden", flags.Local.CFlags) {
/build/soong/androidmk/androidmk/
Dandroid.go515 inList := func(s string) bool {
528 if inList("windows") {
532 if !inList("linux") && err == nil {
536 if !inList("darwin") && err == nil {
/build/soong/cmd/multiproduct_kati/
Dmain.go137 func inList(str string, list []string) bool { func
337 if inList(product, allProducts) {

12