Lines Matching refs:properties
71 properties PrebuiltProperties member
82 p.properties.Prefer = proptools.BoolPtr(true)
86 return proptools.Bool(p.properties.Prefer)
119 return p.properties.UsePrebuilt
141 module.AddProperties(&p.properties)
220 m.Prebuilt().properties.PrebuiltRenamedToSource = true
230 if !p.properties.PrebuiltRenamedToSource {
234 p.properties.SourceExists = true
248 if !p.properties.SourceExists {
249 p.properties.UsePrebuilt = p.usePrebuilt(ctx, nil)
255 p.properties.UsePrebuilt = true
271 if p.properties.UsePrebuilt {
272 if p.properties.SourceExists {
295 if Bool(p.properties.Prefer) {
303 return p.properties.SourceExists