Searched defs:property (Results 1 – 9 of 9) sorted by relevance
/build/soong/bp2build/ |
D | bzl_conversion.go | 129 type property struct { struct 130 name string 131 starlarkAttrType string 132 properties []property 139 func (p *property) attributeString() string {
|
/build/soong/android/ |
D | early_module_context.go | 56 PropertyErrorf(property, fmt string, args ...interface{}) argument 59 OtherModulePropertyErrorf(module Module, property, fmt string, args ...interface{}) argument
|
D | makevars.go | 101 OtherModulePropertyErrorf(module Module, property, format string, args ...interface{}) argument
|
D | arch.go | 1906 PropertyErrorf(property, fmt string, args ...interface{}) argument
|
D | paths.go | 63 OtherModulePropertyErrorf(module Module, property, fmt string, args ...interface{}) argument
|
/build/blueprint/proptools/ |
D | unpack.go | 41 property *parser.Property member
|
D | configurable.go | 59 PropertyErrorf(property, fmt string, args ...interface{}) argument
|
/build/blueprint/ |
D | module_ctx.go | 167 PropertyErrorf(property, fmt string, args ...interface{}) argument
|
D | context.go | 239 property string member
|