Searched refs:props (Results 1 – 15 of 15) sorted by relevance
/build/soong/common/ |
D | defaults.go | 35 func (d *DefaultableModule) setProperties(props []interface{}) { 36 d.defaultableProperties = props 48 props ...interface{}) (blueprint.Module, []interface{}) { 50 d.setProperties(props) 52 props = append(props, d.defaults()) 54 return module, props 75 func (d *DefaultsModule) setProperties(props []interface{}) { 76 d.defaultProperties = props 79 func InitDefaultsModule(module AndroidModule, d Defaults, props ...interface{}) (blueprint.Module, … 80 d.setProperties(props) [all …]
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 203 func getByName(name string, prefix string, props *[]PropertyDocs) *PropertyDocs { 204 for i := range *props { 205 if prefix+(*props)[i].Name == name { 206 return &(*props)[i] 207 } else if strings.HasPrefix(name, prefix+(*props)[i].Name+".") { 208 return getByName(name, prefix+(*props)[i].Name+".", &(*props)[i].Properties) 241 func structProperties(structType *ast.StructType) (props []PropertyDocs, err error) { 282 props = append(props, PropertyDocs{ 292 return props, nil 303 func filterPropsByTag(props *[]PropertyDocs, key, value string, exclude bool) { [all …]
|
/build/soong/cc/ |
D | cc.go | 438 props() []interface{} methodSpec 452 props() []interface{} methodSpec 485 props := []interface{}{&c.Properties, &c.unused} 487 props = append(props, c.customizer.Properties()...) 490 props = append(props, c.compiler.props()...) 493 props = append(props, c.linker.props()...) 496 props = append(props, c.installer.props()...) 499 props = append(props, feature.props()...) 502 _, props = common.InitAndroidArchModule(c, c.hod, c.multilib, props...) 504 return common.InitDefaultableModule(c, c, props...) [all …]
|
D | stl.go | 37 func (stl *stlFeature) props() []interface{} { func
|
/build/soong/genrule/ |
D | genrule.go | 130 func generatorFactory(tasks taskFunc, props ...interface{}) (blueprint.Module, []interface{}) { 135 props = append(props, &module.properties) 137 return common.InitAndroidModule(module, props...)
|
/build/tools/ |
D | post_process_props.py | 80 props = {} 86 props[key] = value 87 return props
|
/build/target/board/generic/sepolicy/ |
D | qemu_props.te | 1 # qemu-props service: Sets system properties on boot.
|
D | file_contexts | 19 /system/bin/qemu-props u:object_r:qemu_props_exec:s0
|
/build/core/ |
D | product-graph.mk | 60 define emit-product-node-props
|
/build/soong/java/ |
D | java.go | 161 props ...interface{}) (blueprint.Module, []interface{}) { 165 props = append(props, &base.properties) 167 return common.InitAndroidArchModule(base, hod, common.MultilibCommon, props...)
|
/build/target/product/ |
D | emulator.mk | 38 qemu-props \
|
/build/blueprint/ |
D | context.go | 931 props := []interface{}{ 936 newProperties = append(props, newProperties...) 1052 props := []interface{}{ 1055 properties = append(props, properties...)
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 12 ….nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName… 19 …props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey curre… 29 …=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k]…
|
D | jquery-1.6.2.min.js | 17 …props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey curre…
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | global-libraries-combined.js | 4 …props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget … property
|