Home
last modified time | relevance | path

Searched refs:Never (Results 1 – 7 of 7) sorted by relevance

/build/soong/cc/
Dlto.go43 Never *bool `android:"arch_variant"`
70 lto.Properties.Lto.Never = boolPtr(true)
76 if !lto.Never() && !lto.FullLTO() {
141 if lto == nil || lto.Never() {
157 func (lto *lto) Never() bool { func
158 return Bool(lto.Properties.Lto.Never)
186 !dep.lto.Never() {
Dsanitize.go170 Never *bool `android:"arch_variant"` member
257 s.Never = BoolPtr(true)
262 s.Never = BoolPtr(true)
266 if Bool(s.Never) {
936 return Bool(c.sanitize.Properties.Sanitize.Never)
/build/soong/scripts/
Dsystem-clang-format-211 UseTab: Never
Dsystem-clang-format13 UseTab: Never
/build/soong/rust/
Dsanitize.go31 Never *bool `android:"arch_variant"`
214 if Bool(sanitize.Properties.Sanitize.Never) {
299 if !Bool(mod.sanitize.Properties.Sanitize.Never) {
322 return Bool(mod.sanitize.Properties.Sanitize.Never)
/build/soong/docs/
Dbest_practices.md5 Never write to the source directory during the build, always write to
16 Never access the network during the build. We expect to enforce this in the
/build/soong/android/
Dvariable.go112 Never *bool