Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 24 of 24) sorted by relevance

/build/blueprint/bootstrap/bpdoc/
Dproperties.go37 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 …]
Dbpdoc.go50 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 …]
Dproperties_test.go54 func actualProperties(t *testing.T, props []Property) []string { argument
Dbpdoc_test.go154 func findAllProperties(prefix string, properties []Property) ([]propInfo, []error) { argument
/build/blueprint/proptools/
Dunpack.go41 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 …]
Dextend.go184 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/
Dast.go67 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) {
Dparser_test.go67 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 …]
Dparser.go280 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)
Dprinter.go206 func (p *printer) printProperty(property *Property) {
/build/soong/bpfix/bpfix/
Dbpfix.go335 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/
Dandroidmk.go35 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/
Dbp_test.go87 …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/
Dbpmodify.go175 …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/
Dhooks.go74 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
88 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Ddefaults.go253 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
268 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Dvariable.go462 Property interface{} member
502 Property: property.Interface(),
563 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Dmutator.go554 t.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
568 t.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Doverride_module.go185 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Darch.go1048 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
/build/soong/cmd/soong_build/
Dwritedocs.go37 Properties []bpdoc.Property
62 Properties: make([]bpdoc.Property, 0),
64 props := make([]bpdoc.Property, 0)
/build/soong/partner/bpfix/extensions/
Dheaders.go90 prop := new(parser.Property)
/build/soong/cc/
Dobject.go174 flags, ok := prop.Property.([]string)
/build/soong/java/
Dapp_import.go145 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())