Lines Matching refs:property
342 property := "default_applicable_licenses"
343 pkg.AddCommentForProperty(property, `
345 be unnecessary as every module in the sdk already has its own licenses property.
347 pkg.AddProperty(property, []string{"Android-Apache-2.0"})
1792 property := extractorProperty{
1799 e.properties = append(e.properties, property)
1862 for _, property := range e.properties {
1863 fieldGetter := property.getter
1864 filter := property.filter
1888 expectedValue := property.emptyValue.Interface()
1891 … %q is supposed to be ignored for %q but is set to %#v instead of %#v", property, container, actua…
1913 emptyValue := property.emptyValue
1923 if valuesDiffer && !property.archVariant {
1935 …is not tagged as \"arch_variant\" but has arch specific properties:%s", property.String(), details…