/build/soong/rust/ |
D | library_test.go | 141 if !android.InList("libstd", libfoo.Module().(*Module).Properties.AndroidMkDylibs) { 157 if !android.InList("libstd", libfoo.Module().(*Module).Properties.AndroidMkRlibs) { 191 if !android.InList("libbar.rlib-std", static.Module().(*Module).Properties.AndroidMkRlibs) { 194 if android.InList("libbar", static.Module().(*Module).Properties.AndroidMkDylibs) { 200 if !android.InList("libbar", dyn.Module().(*Module).Properties.AndroidMkDylibs) { 203 if android.InList("libbar.dylib-std", dyn.Module().(*Module).Properties.AndroidMkRlibs) { 273 if !android.InList("libstd", libfooRlibStatic.Properties.AndroidMkRlibs) { 276 if !android.InList("libstd", libfooRlibDynamic.Properties.AndroidMkDylibs) { 279 if !android.InList("libstd", libfooDylib.Properties.AndroidMkDylibs) { 283 if !android.InList("libstd", libbarShared.Properties.AndroidMkDylibs) { [all …]
|
D | protobuf_test.go | 45 if !android.InList("libprotobuf", librust_proto.Properties.AndroidMkDylibs) { 66 if android.InList("proto.rs", librust_proto_outputs) { 87 if !android.InList("libgrpcio", librust_grpcio_module.Properties.AndroidMkDylibs) { 92 if !android.InList("libfutures", librust_grpcio_module.Properties.AndroidMkDylibs) { 110 if android.InList("proto_grpc.rs", librust_grpcio_outputs) {
|
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 | rust_test.go | 211 if !android.InList("libdylib", module.Properties.AndroidMkDylibs) { 215 if !android.InList("librlib.rlib-std", module.Properties.AndroidMkRlibs) { 219 if !android.InList("libpm", module.Properties.AndroidMkProcMacroLibs) { 223 if !android.InList("libshared", module.Properties.AndroidMkSharedLibs) { 227 if !android.InList("libstatic", module.Properties.AndroidMkStaticLibs) { 316 if !android.InList("libbindings.dylib-std", libfooMod.Properties.AndroidMkRlibs) { 320 if !android.InList("libbindings.dylib-std", fizzBuzzMod.Properties.AndroidMkRlibs) { 324 if !android.InList("libbindings.rlib-std", libprocmacroMod.Properties.AndroidMkRlibs) { 388 if android.InList("libstd", module.Properties.AndroidMkDylibs) {
|
D | binary_test.go | 50 if !android.InList("libfoo.rlib-std", fizzBuzzHost.Properties.AndroidMkRlibs) { 54 if !android.InList("libfoo", fizzBuzzDevice.Properties.AndroidMkDylibs) { 78 if !android.InList("libfoo.rlib-std", mod.Properties.AndroidMkRlibs) { 82 if !android.InList("libstd", mod.Properties.AndroidMkRlibs) { 140 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 | fuzz_test.go | 40 if !android.InList("liblibfuzzer_sys.rlib-std", fuzz_libtest_mod.Properties.AndroidMkRlibs) { 43 if !android.InList("libtest_fuzzing.rlib-std", fuzz_libtest_mod.Properties.AndroidMkRlibs) {
|
D | image_test.go | 43 if !android.InList("libfoo_vendor.vendor", vendorBinary.Properties.AndroidMkStaticLibs) { 85 …if !android.InList("libfoo_vendor_ramdisk.vendor_ramdisk", vendorRamdiskLibrary.Properties.Android…
|
D | compiler_test.go | 201 if !android.InList("libstd", fizz.Properties.AndroidMkDylibs) { 204 if !android.InList("libstd", fooRlib.Properties.AndroidMkDylibs) { 207 if !android.InList("libstd", fooDylib.Properties.AndroidMkDylibs) {
|
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 | arch_list.go | 402 if !InList(feature, archFeatures[arch]) {
|
D | ninja_deps_test.go | 69 if g, w := result.NinjaDeps, "test_ninja_deps"; !InList(w, g) {
|
D | util.go | 126 func InList(s string, list []string) bool { func 186 if InList(l, filter) { 212 if !InList(l, filter_out) {
|
D | neverallow.go | 320 return !InList(value, m.allowed) 531 return InList(ctx.ModuleName(), ctx.Config().BootJars()) 549 …return (len(r.moduleTypes) == 0 || InList(moduleType, r.moduleTypes)) && !InList(moduleType, r.unl…
|
D | test_asserts.go | 145 if !InList(s, list) { 154 if InList(s, list) {
|
D | apex.go | 370 if !InList(apex.InApexModules[0], v.InApexModules) { 445 return InList(what, apex_available) || 446 (what != AvailableToPlatform && InList(AvailableToAnyApex, apex_available)) || 447 (strings.HasPrefix(what, "com.android.gki.") && InList(AvailableToGkiApex, apex_available))
|
D | bazel_paths.go | 261 if !InList(l.Label, expandedExcludes) { 278 if !InList(p, expandedExcludes) {
|
D | sdk_version.go | 277 if len(allowedVersions) > 0 && !InList(s.ApiLevel.String(), allowedVersions) {
|
/build/soong/cc/ |
D | sanitize_test.go | 136 if g, w := fromLink.OrderOnly.Strings(), toLink.Output.String(); !android.InList(w, g) { 149 if g, w := fromLink.Implicits.Strings(), toLink.Output.String(); !android.InList(w, g) { 167 if !android.InList(want, got) {
|
D | cc_test.go | 3175 if len(variants) != 1 || !android.InList(arm64, variants) { 3180 if android.InList(arm64, variants) { 3616 if g, w := hostBin.Implicits.Strings(), hostShared.Output.String(); !android.InList(w, g) { 3620 if g, w := hostBin.Implicits.Strings(), hostTransitive.Output.String(); !android.InList(w, g) { 3624 if g, w := hostShared.Implicits.Strings(), hostTransitive.Output.String(); !android.InList(w, g) { 3628 if g, w := hostBin.Implicits.Strings(), hostRuntime.Output.String(); !android.InList(w, g) { 3632 if g, w := hostBin.Implicits.Strings(), hostTool.Output.String(); android.InList(w, g) { 3641 if g, w := deviceBin.OrderOnly.Strings(), deviceShared.Output.String(); !android.InList(w, g) { 3645 if g, w := deviceBin.OrderOnly.Strings(), deviceTransitive.Output.String(); !android.InList(w, g) { 3649 …if g, w := deviceShared.OrderOnly.Strings(), deviceTransitive.Output.String(); !android.InList(w, … [all …]
|
/build/soong/dexpreopt/ |
D | class_loader_context.go | 265 if android.InList(lib, CompatUsesLibs) || android.InList(lib, OptionalCompatUsesLibs) { 381 if android.InList(clc.Name, usesLibs) { 383 } else if clc.Name == AndroidTestMock && !android.InList("android.test.runner", usesLibs) {
|
/build/soong/apex/ |
D | prebuilt.go | 138 …forceDisable = forceDisable || (android.InList("address", ctx.Config().SanitizeDevice()) && !sanit… 139 …forceDisable = forceDisable || (android.InList("hwaddress", ctx.Config().SanitizeDevice()) && !san… 834 if android.InList("address", sanitizers) && e.Sanitized.Address.Set != nil { 836 } else if android.InList("hwaddress", sanitizers) && e.Sanitized.Hwaddress.Set != nil {
|
/build/soong/cc/config/ |
D | toolchain.go | 267 var inList = android.InList
|
/build/soong/java/ |
D | gen.go | 122 if baseDir != "" && !android.InList(baseDir, baseDirs) {
|