Home
last modified time | relevance | path

Searched refs:InList (Results 1 – 25 of 65) sorted by relevance

123

/build/soong/rust/
Dprotobuf_test.go45 if !android.InList("libprotobuf", librust_proto.Properties.AndroidMkDylibs) {
66 if android.InList("proto.rs", librust_proto_outputs) {
96 if !android.InList("rust_exported_proto", librust_proto.additionalCrates) {
101 if android.InList("std", librust_proto.additionalCrates) {
104 if android.InList("protobuf", librust_proto.additionalCrates) {
109 if android.InList("foo", librust_proto.additionalCrates) {
137 if !android.InList("libgrpcio", librust_grpcio_module.Properties.AndroidMkDylibs) {
142 if !android.InList("libfutures", librust_grpcio_module.Properties.AndroidMkDylibs) {
160 if android.InList("proto_grpc.rs", librust_grpcio_outputs) {
Dlibrary_test.go163 if !android.InList("libstd", libfoo.Module().(*Module).Properties.AndroidMkDylibs) {
200 if !android.InList("libstd", libfoo.Module().(*Module).Properties.AndroidMkRlibs) {
204 if !android.InList("libstd", libfooStatic.Module().(*Module).Properties.AndroidMkRlibs) {
317 if !android.InList("libbar.rlib-std", static.Module().(*Module).Properties.AndroidMkRlibs) {
320 if android.InList("libbar", static.Module().(*Module).Properties.AndroidMkDylibs) {
326 if !android.InList("libbar", dyn.Module().(*Module).Properties.AndroidMkDylibs) {
329 if android.InList("libbar", dyn.Module().(*Module).Properties.AndroidMkRlibs) {
332 if !android.InList("librlib_only", dyn.Module().(*Module).Properties.AndroidMkRlibs) {
403 if !android.InList("libstd", libfooRlibStatic.Properties.AndroidMkRlibs) {
406 if !android.InList("libstd", libfooRlibDynamic.Properties.AndroidMkDylibs) {
[all …]
Dbinary_test.go40 if !android.InList("libfoo.rlib-std", fizzBuzz.Properties.AndroidMkRlibs) {
71 if !android.InList("libfoo.rlib-std", fizzBuzzHost.Properties.AndroidMkRlibs) {
75 if !android.InList("libfoo", fizzBuzzDevice.Properties.AndroidMkDylibs) {
81 if !android.InList("libfoo.rlib-std", rlibLinkDevice.Properties.AndroidMkRlibs) {
105 if !android.InList("libfoo.rlib-std", mod.Properties.AndroidMkRlibs) {
109 if !android.InList("libstd", mod.Properties.AndroidMkRlibs) {
184 if !android.InList("libc", fizzMod.Properties.AndroidMkStaticLibs) {
Dbenchmark_test.go48 if !android.InList("libcriterion.rlib-std", testingModule.Properties.AndroidMkRlibs) {
51 if !android.InList("libstd", testingModule.Properties.AndroidMkRlibs) {
Drust_test.go190 if !android.InList("librlib.rlib-std", module.Properties.AndroidMkRlibs) {
194 if !android.InList("libpm", module.Properties.AndroidMkProcMacroLibs) {
198 if !android.InList("libshared", module.transitiveAndroidMkSharedLibs.ToList()) {
202 if !android.InList("libstatic", module.Properties.AndroidMkStaticLibs) {
302 if !android.InList("libbindings", libfooMod.Properties.AndroidMkRlibs) {
306 if !android.InList("libbindings", fizzBuzzMod.Properties.AndroidMkRlibs) {
310 if !android.InList("libbindings.rlib-std", libprocmacroMod.Properties.AndroidMkRlibs) {
373 if android.InList("libstd", module.Properties.AndroidMkDylibs) {
Dtest_test.go67 if !android.InList("libfoo.rlib-std", testingModule.Properties.AndroidMkRlibs) {
70 if !android.InList("libbar.rlib-std", testingModule.Properties.AndroidMkRlibs) {
73 if !android.InList("libstd", testingModule.Properties.AndroidMkRlibs) {
Dfuzz_test.go45 if !android.InList("liblibfuzzer_sys.rlib-std", fuzz_libtest_mod.Properties.AndroidMkRlibs) {
48 if !android.InList("libtest_fuzzing.rlib-std", fuzz_libtest_mod.Properties.AndroidMkRlibs) {
Dcompiler_test.go290 if !android.InList("libstd", fizz.Properties.AndroidMkDylibs) {
293 if !android.InList("libstd", fooRlib.Properties.AndroidMkDylibs) {
296 if !android.InList("libstd", fooDylib.Properties.AndroidMkDylibs) {
Dimage_test.go55 if !android.InList("libfoo_vendor_static.vendor", vendorBinary.Properties.AndroidMkStaticLibs) {
134 …if !android.InList("libfoo_static_vendor_ramdisk.vendor_ramdisk", vendorRamdiskLibrary.Properties.…
Dcoverage_test.go49 if android.InList("android_arm64_armv8-a_dylib_cov", ctx.ModuleVariantsForTests("libbar_nocov")) {
/build/soong/android/
Ddeptag_test.go98 if g, w := hostFoo.Implicits.Strings(), hostInstallDep.Output.String(); !InList(w, g) {
102 if g, w := hostFoo.Implicits.Strings(), hostTransitive.Output.String(); !InList(w, g) {
106 if g, w := hostInstallDep.Implicits.Strings(), hostTransitive.Output.String(); !InList(w, g) {
110 if g, w := hostFoo.Implicits.Strings(), hostDep.Output.String(); InList(w, g) {
119 if g, w := deviceFoo.OrderOnly.Strings(), deviceInstallDep.Output.String(); !InList(w, g) {
123 if g, w := deviceFoo.OrderOnly.Strings(), deviceTransitive.Output.String(); !InList(w, g) {
127 if g, w := deviceInstallDep.OrderOnly.Strings(), deviceTransitive.Output.String(); !InList(w, g) {
131 if g, w := deviceFoo.OrderOnly.Strings(), deviceDep.Output.String(); InList(w, g) {
Dninja_deps_test.go40 if g, w := result.NinjaDeps, "foo"; !InList(w, g) {
Dbuildinfo_prop.go69 if InList("address", config.SanitizeDevice()) && !strings.Contains(buildFlavor, "_asan") {
83 if InList(knownProp, config.OemProperties()) {
Dtest_asserts.go160 if !InList(s, list) {
169 if InList(s, list) {
Dapex.go406 if !InList(apex.InApexModules[0], v.InApexModules) {
494 return InList(what, apex_available) ||
495 (what != AvailableToPlatform && InList(AvailableToAnyApex, apex_available)) ||
496 (strings.HasPrefix(what, "com.android.gki.") && InList(AvailableToGkiApex, apex_available)) ||
Dconfigured_jars.go61 return InList(jar, l.jars)
149 if InList(jar, jarsToKeep) {
Dneverallow.go364 return !InList(value, m.allowed)
603 …return (len(r.moduleTypes) == 0 || InList(moduleType, r.moduleTypes)) && !InList(moduleType, r.unl…
Dutil.go168 func InList[T comparable](t T, list []T) bool { func
260 if InList(l, filter) {
286 if !InList(l, filter_out) {
Darch.go914 if !InList(target, targets) {
920 if !InList(target, targets) {
926 if !InList(target, targets) {
932 if !InList(target, targets) {
938 if !InList(target, targets) {
1762 if validArchVariants := archVariants[archType]; !InList(a.ArchVariant, validArchVariants) {
1768 if validCpuVariants := cpuVariants[archType]; !InList(a.CpuVariant, validCpuVariants) {
/build/soong/dexpreopt/
Dclass_loader_context.go224 if android.InList(c.Name, excludedLibs) {
296 if android.InList(lib, CompatUsesLibs) || android.InList(lib, OptionalCompatUsesLibs) {
507 if android.InList(clc.Name, usesLibs) {
509 } else if clc.Name == AndroidTestMock && !android.InList("android.test.runner", usesLibs) {
/build/soong/java/
Dgen.go123 baseDirSeen := android.InList(baseDir, baseDirs) || android.InList(baseDir, excludeDirsStrings)
Dgenrule_test.go100 if g, w := jargen.Implicits.Strings(), foo.Output.String(); !android.InList(w, g) {
/build/soong/aconfig/codegen/
Djava_aconfig_library.go135 return android.InList(mode, aconfigSupportedModes)
/build/soong/cc/
Dutil.go31 var inList = android.InList[string]
Dcc_test.go1376 if len(variants) != 1 || !android.InList(arm64, variants) {
1381 if android.InList(arm64, variants) {
2136 if g, w := hostBin.Implicits.Strings(), hostShared.Output.String(); !android.InList(w, g) {
2140 if g, w := hostBin.Implicits.Strings(), hostTransitive.Output.String(); !android.InList(w, g) {
2144 if g, w := hostShared.Implicits.Strings(), hostTransitive.Output.String(); !android.InList(w, g) {
2148 if g, w := hostBin.Implicits.Strings(), hostRuntime.Output.String(); !android.InList(w, g) {
2152 if g, w := hostBin.Implicits.Strings(), hostTool.Output.String(); android.InList(w, g) {
2161 if g, w := deviceBin.OrderOnly.Strings(), deviceShared.Output.String(); !android.InList(w, g) {
2165 if g, w := deviceBin.OrderOnly.Strings(), deviceTransitive.Output.String(); !android.InList(w, g) {
2169 …if g, w := deviceShared.OrderOnly.Strings(), deviceTransitive.Output.String(); !android.InList(w, …
[all …]

123