/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 | 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 | jdeps.go | 56 if !module.Enabled() {
|
D | dex.go | 38 Enabled *bool 84 return BoolDefault(d.dexProperties.Optimize.Enabled, d.dexProperties.Optimize.EnabledByDefault)
|
D | app_import_test.go | 392 if variant.Module().Enabled() { 431 if !a.Enabled() {
|
D | sdk_library.go | 359 Enabled *bool member 514 Enabled *bool 1071 if scopeProperties.Enabled != nil { 1090 enabled := proptools.BoolDefault(scopeProperties.Enabled, defaultEnabledStatus) 1424 Enabled *bool 1515 if proptools.Bool(module.sdkLibraryProperties.Api_lint.Enabled) { 1517 props.Check_api.Api_lint.Enabled = proptools.BoolPtr(true) 1678 if !module.Enabled() {
|
/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"` 118 Enabled *bool 123 Enabled *bool `android:"arch_variant"` 142 Enabled *bool
|
D | arch_test.go | 352 if m.Module().Enabled() { 435 if m.Module().Enabled() {
|
D | neverallow_test.go | 333 Enabled *bool
|
D | mutator.go | 504 if m := ctx.Module(); m.Enabled() { 510 if m := ctx.Module(); m.Enabled() {
|
D | module.go | 452 Enabled() bool methodSpec 643 Enabled *bool `android:"arch_variant"` member 1447 func (m *ModuleBase) Enabled() bool { func 1451 if m.commonProperties.Enabled == nil { 1454 return *m.commonProperties.Enabled 1816 if m.Enabled() { 2264 if !aModule.Enabled() { 3063 if module.Enabled() {
|
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 | vndk.go | 69 Enabled *bool 110 return Bool(vndk.Properties.Vndk.Enabled) 341 if !m.Enabled() { 736 if !ok || !m.Enabled() { 794 if !ok || !m.Enabled() || m.Name() == vndkUsingCoreVariantLibrariesTxt {
|
D | ndk_sysroot.go | 102 if m, ok := module.(android.Module); ok && !m.Enabled() {
|
/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
|