Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 21 of 21) 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 {
145 func getByName(name string, prefix string, props *[]Property) *Property { argument
156 func (p *Property) Nest(nested *PropertyStruct) {
181 func structProperties(structType *ast.StructType) (props []Property, err error) {
[all …]
Dbpdoc.go49 Properties []Property
52 type Property struct { struct
59 Properties []Property argument
234 func CollapseDuplicateProperties(to, from *[]Property) { argument
256 func collapseNestedProperties(p *[]Property) { argument
257 var n []Property
288 func combineDuplicateSubProperties(p *[]Property) { argument
289 var n []Property
/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{
307 sliceName string, property *parser.Property, sliceType reflect.Type) (reflect.Value, bool) {
321 var getItemFunc func(*parser.Property, reflect.Type) (reflect.Value, bool)
324 getItemFunc = func(property *parser.Property, t reflect.Type) (reflect.Value, bool) {
333 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.go331 defaults := &parser.Property{
456 prop := &parser.Property{
470 func getStringProperty(prop *parser.Property, fieldName string) string { argument
488 mod.Properties = append(mod.Properties, &parser.Property{
535 m.Properties = append(m.Properties, &parser.Property{
543 …m.Properties = append(m.Properties, &parser.Property{Name: flag, Value: &parser.Bool{Value: true, …
655 prop := &parser.Property{
805 &parser.Property{
816 &parser.Property{Name: srcPropertyName,
1000 func mergeMatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchLis… argument
[all …]
/build/soong/androidmk/androidmk/
Dandroidmk.go35 localAssignments map[string]*bpparser.Property
126 localAssignments: make(map[string]*bpparser.Property),
364 file.localAssignments = make(map[string]*bpparser.Property)
428 prop = &bpparser.Property{
432 Properties: []*bpparser.Property{},
441 prop := &bpparser.Property{
/build/soong/android/
Dhooks.go74 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
88 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Ddefaults.go266 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
281 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Dmutator.go293 t.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
307 t.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Doverride_module.go185 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Dvariable.go455 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Darch.go1167 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
/build/soong/cmd/soong_build/
Dwritedocs.go38 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/blueprint/bpmodify/
Dbpmodify.go151 prop := parser.Property{Name: *parameter, Value: &parser.List{}}
/build/soong/java/
Dapp.go1369 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js2323 …l|Or|OrElse|Overloads|Overridable|Overrides|ParamArray|Preserve|Private|Property|Protected|Public|…