/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 37 ret.Properties = append([]Property(nil), ret.Properties...) 45 func (p *Property) Clone() Property { 47 ret.Properties = append([]Property(nil), ret.Properties...) 55 func (p *Property) Equal(other Property) bool { argument 67 func setDefaults(properties []Property, defaults reflect.Value) { argument 127 func (p *Property) SameSubProperties(other Property) bool { argument 141 func (ps *PropertyStruct) GetByName(name string) *Property { 149 func getByName(name string, prefix string, props *[]Property) *Property { argument 160 func (p *Property) Nest(nested *PropertyStruct) { 164 func (p *Property) SetAnonymous() { [all …]
|
D | bpdoc.go | 50 Properties []Property 53 type Property struct { struct 60 Properties []Property argument 260 var removeAnonymousProps func(props []Property) []Property 261 removeAnonymousProps = func(props []Property) []Property { 262 newProps := make([]Property, 0, len(props)) 296 func CollapseDuplicateProperties(to, from *[]Property) { argument 318 func collapseNestedProperties(p *[]Property) { argument 319 var n []Property 350 func combineDuplicateSubProperties(p *[]Property) { argument [all …]
|
D | properties_test.go | 54 func actualProperties(t *testing.T, props []Property) []string { argument
|
D | bpdoc_test.go | 154 func findAllProperties(prefix string, properties []Property) ([]propInfo, []error) { argument
|
/build/blueprint/proptools/ |
D | unpack.go | 41 property *parser.Property 69 func UnpackProperties(properties []*parser.Property, objects ...interface{}) (map[string]*parser.Pr… argument 90 result := make(map[string]*parser.Property) 124 func (ctx *unpackContext) buildPropertyMap(prefix string, properties []*parser.Property) bool { 153 itemProperties := make([]*parser.Property, len(propValue.Values), len(propValue.Values)) 155 itemProperties[i] = &parser.Property{ 315 sliceName string, property *parser.Property, sliceType reflect.Type) (reflect.Value, bool) { 332 var getItemFunc func(*parser.Property, reflect.Type) (reflect.Value, bool) 335 getItemFunc = func(property *parser.Property, t reflect.Type) (reflect.Value, bool) { 344 getItemFunc = func(property *parser.Property, t reflect.Type) (reflect.Value, bool) { [all …]
|
D | extend.go | 184 Property string member 188 return fmt.Sprintf("can't extend property %q: %s", e.Property, e.Err) 194 Property: property, 374 Property: propertyName, 390 Property: propertyName,
|
/build/blueprint/parser/ |
D | ast.go | 67 ret.Properties = make([]*Property, len(m.Properties)) 90 type Property struct { struct 97 func (p *Property) Copy() *Property { argument 103 func (p *Property) String() string { argument 107 func (p *Property) Pos() scanner.Position { return p.NamePos } argument 108 func (p *Property) End() scanner.Position { return p.Value.End() } argument 246 Properties []*Property 254 ret.Properties = make([]*Property, len(x.Properties)) 278 func (x *Map) GetProperty(name string) (Property *Property, found bool) { 283 func (x *Map) getPropertyImpl(name string) (Property *Property, found bool, index int) {
|
D | parser_test.go | 67 Properties: []*Property{ 96 Properties: []*Property{ 126 Properties: []*Property{ 157 Properties: []*Property{ 218 Properties: []*Property{ 230 Properties: []*Property{ 255 Properties: []*Property{ 302 Properties: []*Property{ 364 Properties: []*Property{ 372 Properties: []*Property{ [all …]
|
D | parser.go | 280 func (p *parser) parsePropertyList(isModule, compat bool) (properties []*Property) { 296 func (p *parser) parseProperty(isModule, compat bool) (property *Property) { 297 property = new(Property) 390 func (p *parser) addMaps(map1, map2 []*Property, pos scanner.Position) ([]*Property, error) { 391 ret := make([]*Property, 0, len(map1)) 393 inMap1 := make(map[string]*Property) 394 inMap2 := make(map[string]*Property) 395 inBoth := make(map[string]*Property)
|
D | printer.go | 206 func (p *printer) printProperty(property *Property) {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 335 defaults := &parser.Property{ 460 prop := &parser.Property{ 474 func getStringProperty(prop *parser.Property, fieldName string) string { argument 492 mod.Properties = append(mod.Properties, &parser.Property{ 539 m.Properties = append(m.Properties, &parser.Property{ 547 …m.Properties = append(m.Properties, &parser.Property{Name: flag, Value: &parser.Bool{Value: true, … 659 prop := &parser.Property{ 681 prop := &parser.Property{ 829 &parser.Property{ 840 &parser.Property{Name: srcPropertyName, [all …]
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 35 localAssignments map[string]*bpparser.Property 142 localAssignments: make(map[string]*bpparser.Property), 387 file.localAssignments = make(map[string]*bpparser.Property) 451 prop = &bpparser.Property{ 455 Properties: []*bpparser.Property{}, 464 prop := &bpparser.Property{
|
/build/soong/sdk/ |
D | bp_test.go | 87 …android.AssertPanicMessageContains(t, "adding x again should panic", `Property "x" already exists … 89 …android.AssertPanicMessageContains(t, "adding arr again should panic", `Property "arr" already exi… 127 …android.AssertPanicMessageContains(t, "adding x again should panic", `Property "x" already exists …
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 175 …roperty(module *parser.Module, name string, prefixes []string) (prop *parser.Property, err error) { 181 empty parser.Expression) (prop *parser.Property, modified bool, err error) { 187 empty parser.Expression) (prop *parser.Property, modified bool, err error) { 201 m.Properties = append(m.Properties, &parser.Property{Name: prefix, Value: mm}) 214 prop = &parser.Property{Name: name, Value: empty}
|
/build/soong/android/ |
D | hooks.go | 74 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 88 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | defaults.go | 253 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 268 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | variable.go | 462 Property interface{} member 502 Property: property.Interface(), 563 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | mutator.go | 554 t.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 568 t.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | override_module.go | 185 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | arch.go | 1048 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 37 Properties []bpdoc.Property 62 Properties: make([]bpdoc.Property, 0), 64 props := make([]bpdoc.Property, 0)
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 90 prop := new(parser.Property)
|
/build/soong/cc/ |
D | object.go | 174 flags, ok := prop.Property.([]string)
|
/build/soong/java/ |
D | app_import.go | 145 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|