Searched refs:boolPtr (Results 1 – 8 of 8) sorted by relevance
/build/soong/rust/ |
D | sanitize.go | 97 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/ |
D | variable.go | 575 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),
|
D | test_config.go | 52 UncompressPrivAppDex: boolPtr(true), 113 config.productVariables.HostMusl = boolPtr(true)
|
D | variable_test.go | 293 variables.Eng = boolPtr(true)
|
D | module.go | 2124 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)
|
D | module_test.go | 885 Unit_test: boolPtr(true), 894 Unit_test: boolPtr(false), 1002 config.TestProductVariables.Allow_missing_dependencies = boolPtr(true)
|
D | config.go | 610 config.productVariables.Build_from_text_stub = boolPtr(config.BuildFromTextStub()) 1980 c.productVariables.Build_from_text_stub = boolPtr(b)
|
/build/soong/bazel/ |
D | properties.go | 529 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)
|