Home
last modified time | relevance | path

Searched refs:boolPtr (Results 1 – 8 of 8) sorted by relevance

/build/soong/rust/
Dsanitize.go97 func boolPtr(v bool) *bool { func
217 s.Never = boolPtr(true)
321 sanitize.Properties.Sanitize.Fuzzer = boolPtr(b)
324 sanitize.Properties.Sanitize.Address = boolPtr(b)
327 sanitize.Properties.Sanitize.Hwaddress = boolPtr(b)
330 sanitize.Properties.Sanitize.Memtag_heap = boolPtr(b)
/build/soong/android/
Dvariable.go575 func boolPtr(v bool) *bool { func
595 Platform_sdk_final: boolPtr(false),
612 DeviceNoBionicPageSizeMacro: boolPtr(false),
619 Malloc_low_memory: boolPtr(false),
620 Malloc_zero_contents: boolPtr(true),
621 Malloc_pattern_fill_contents: boolPtr(false),
622 Safestack: boolPtr(false),
623 TrimmedApex: boolPtr(false),
624 Build_from_text_stub: boolPtr(false),
Dtest_config.go52 UncompressPrivAppDex: boolPtr(true),
113 config.productVariables.HostMusl = boolPtr(true)
Dvariable_test.go293 variables.Eng = boolPtr(true)
Dmodule.go2124 m.commonProperties.Vendor = boolPtr(false)
2125 m.commonProperties.Proprietary = boolPtr(false)
2126 m.commonProperties.Soc_specific = boolPtr(false)
2127 m.commonProperties.Product_specific = boolPtr(false)
2128 m.commonProperties.System_ext_specific = boolPtr(false)
2132 m.commonProperties.Vendor = boolPtr(false)
2133 m.commonProperties.Proprietary = boolPtr(false)
2134 m.commonProperties.Soc_specific = boolPtr(false)
2135 m.commonProperties.Product_specific = boolPtr(false)
2136 m.commonProperties.System_ext_specific = boolPtr(true)
Dmodule_test.go885 Unit_test: boolPtr(true),
894 Unit_test: boolPtr(false),
1002 config.TestProductVariables.Allow_missing_dependencies = boolPtr(true)
Dconfig.go610 config.productVariables.Build_from_text_stub = boolPtr(config.BuildFromTextStub())
1980 c.productVariables.Build_from_text_stub = boolPtr(b)
/build/soong/bazel/
Dproperties.go529 getLabelList := func(boolPtr *bool) LabelList {
530 if boolPtr == nil {
532 } else if *boolPtr {
553 for config, boolPtr := range configToBools {
554 val := getLabelList(&boolPtr)
569 func (ba *BoolAttribute) ToStringListAttribute(valueFunc func(boolPtr *bool, axis ConfigurationAxis…
584 for config, boolPtr := range configToBools {
585 val := valueFunc(&boolPtr, axis, config)