/build/soong/ui/build/ |
D | sandbox_linux.go | 28 Enabled bool member 37 Enabled: true, 44 Enabled: true, 64 if !c.Sandbox.Enabled {
|
/build/soong/rust/ |
D | doc.go | 33 if !module.Enabled() {
|
D | library.go | 47 Enabled *bool `android:"arch_variant"` member 167 return library.MutatedProperties.BuildRlib && BoolDefault(library.Properties.Rlib.Enabled, true) 171 return library.MutatedProperties.BuildDylib && BoolDefault(library.Properties.Dylib.Enabled, true) 175 …return library.MutatedProperties.BuildShared && BoolDefault(library.Properties.Shared.Enabled, tru… 179 …return library.MutatedProperties.BuildStatic && BoolDefault(library.Properties.Static.Enabled, tru… 639 if !v.Enabled() {
|
D | fuzz.go | 146 if !rustModule.Enabled() || rustModule.Properties.PreventInstall ||
|
D | sanitize.go | 132 if !mod.Enabled() {
|
/build/soong/apex/ |
D | key.go | 133 if m, ok := module.(*apexBundle); ok && m.Enabled() && m.installable() { 149 if m, ok := module.(*Prebuilt); ok && m.Enabled() && m.installable() && 162 if m, ok := module.(*ApexSet); ok && m.Enabled() {
|
D | apex.go | 942 if !mctx.Module().Enabled() { 956 if !mctx.Module().Enabled() { 968 if !mctx.Module().Enabled() { 983 if !mctx.Module().Enabled() { 1048 if !mctx.Module().Enabled() { 1107 if !mctx.Module().Enabled() { 1175 if !mctx.Module().Enabled() {
|
/build/soong/java/ |
D | boot_jars.go | 25 if !module.Enabled() {
|
D | dexpreopt.go | 56 Enabled *bool 92 if !BoolDefault(d.dexpreoptProperties.Dex_preopt.Enabled, true) {
|
D | dex.go | 38 Enabled *bool 84 return BoolDefault(d.dexProperties.Optimize.Enabled, d.dexProperties.Optimize.EnabledByDefault)
|
D | jdeps.go | 56 if !module.Enabled() {
|
D | app_import_test.go | 392 if variant.Module().Enabled() { 431 if !a.Enabled() {
|
D | platform_compat_config.go | 241 if !module.Enabled() {
|
D | lint.go | 38 Enabled *bool 178 return BoolDefault(l.properties.Lint.Enabled, true)
|
/build/soong/android/ |
D | prebuilt.go | 209 if !module.Enabled() { 299 if p := GetEmbeddedPrebuilt(m); p != nil && m.Enabled() && !p.properties.PrebuiltRenamedToSource { 372 return source == nil || !source.Enabled()
|
D | variable.go | 48 Enabled *bool `android:"arch_variant"` 120 Enabled *bool 125 Enabled *bool `android:"arch_variant"` 144 Enabled *bool
|
D | arch_test.go | 352 if m.Module().Enabled() { 435 if m.Module().Enabled() {
|
D | neverallow_test.go | 333 Enabled *bool
|
D | prebuilt_test.go | 350 moduleIsDisabled := !foo.Module().Enabled()
|
/build/soong/cc/ |
D | fuzz.go | 345 Enabled *bool 348 Enabled *bool 352 disableDarwinAndLinuxBionic.Target.Darwin.Enabled = BoolPtr(false) 353 disableDarwinAndLinuxBionic.Target.Linux_bionic.Enabled = BoolPtr(false) 411 if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
|
D | ndk_sysroot.go | 102 if m, ok := module.(android.Module); ok && !m.Enabled() {
|
D | library.go | 97 Enabled *bool 152 Enabled *bool `android:"arch_variant"` member 802 return Bool(library.Properties.Header_abi_checker.Enabled) 806 return !BoolDefault(library.Properties.Header_abi_checker.Enabled, true) 1592 BoolDefault(library.StaticProperties.Static.Enabled, true) 1598 BoolDefault(library.SharedProperties.Shared.Enabled, true)
|
/build/soong/python/ |
D | binary.go | 87 py3Enabled := proptools.BoolDefault(m.properties.Version.Py3.Enabled, false) 88 py2Enabled := proptools.BoolDefault(m.properties.Version.Py2.Enabled, false)
|
D | python.go | 48 Enabled *bool `android:"arch_variant"` member 116 Enabled *bool `blueprint:"mutated"` member 284 if proptools.BoolDefault(base.properties.Version.Py3.Enabled, true) { 288 if proptools.BoolDefault(base.properties.Version.Py2.Enabled, false) {
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 389 …Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty… member 422 return m.Enabled 428 …Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty… member 461 return m.Enabled 623 Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` member 668 return m.Enabled
|