/build/soong/rust/ |
D | protobuf_test.go | 45 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) {
|
D | library_test.go | 163 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 …]
|
D | binary_test.go | 40 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) {
|
D | benchmark_test.go | 48 if !android.InList("libcriterion.rlib-std", testingModule.Properties.AndroidMkRlibs) { 51 if !android.InList("libstd", testingModule.Properties.AndroidMkRlibs) {
|
D | rust_test.go | 190 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) {
|
D | test_test.go | 67 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) {
|
D | fuzz_test.go | 45 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) {
|
D | compiler_test.go | 290 if !android.InList("libstd", fizz.Properties.AndroidMkDylibs) { 293 if !android.InList("libstd", fooRlib.Properties.AndroidMkDylibs) { 296 if !android.InList("libstd", fooDylib.Properties.AndroidMkDylibs) {
|
D | image_test.go | 55 if !android.InList("libfoo_vendor_static.vendor", vendorBinary.Properties.AndroidMkStaticLibs) { 134 …if !android.InList("libfoo_static_vendor_ramdisk.vendor_ramdisk", vendorRamdiskLibrary.Properties.…
|
D | coverage_test.go | 49 if android.InList("android_arm64_armv8-a_dylib_cov", ctx.ModuleVariantsForTests("libbar_nocov")) {
|
/build/soong/android/ |
D | deptag_test.go | 98 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) {
|
D | ninja_deps_test.go | 40 if g, w := result.NinjaDeps, "foo"; !InList(w, g) {
|
D | buildinfo_prop.go | 69 if InList("address", config.SanitizeDevice()) && !strings.Contains(buildFlavor, "_asan") { 83 if InList(knownProp, config.OemProperties()) {
|
D | test_asserts.go | 160 if !InList(s, list) { 169 if InList(s, list) {
|
D | apex.go | 406 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)) ||
|
D | configured_jars.go | 61 return InList(jar, l.jars) 149 if InList(jar, jarsToKeep) {
|
D | neverallow.go | 364 return !InList(value, m.allowed) 603 …return (len(r.moduleTypes) == 0 || InList(moduleType, r.moduleTypes)) && !InList(moduleType, r.unl…
|
D | util.go | 168 func InList[T comparable](t T, list []T) bool { func 260 if InList(l, filter) { 286 if !InList(l, filter_out) {
|
D | arch.go | 914 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/ |
D | class_loader_context.go | 224 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/ |
D | gen.go | 123 baseDirSeen := android.InList(baseDir, baseDirs) || android.InList(baseDir, excludeDirsStrings)
|
D | genrule_test.go | 100 if g, w := jargen.Implicits.Strings(), foo.Output.String(); !android.InList(w, g) {
|
/build/soong/aconfig/codegen/ |
D | java_aconfig_library.go | 135 return android.InList(mode, aconfigSupportedModes)
|
/build/soong/cc/ |
D | util.go | 31 var inList = android.InList[string]
|
D | cc_test.go | 1376 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 …]
|