Lines Matching refs:properties

128 			if t.properties.Language == "inheritance-hierarchy" {
132 additionalInterfaces = append(additionalInterfaces, t.properties.Interfaces...)
163 if t.properties.Language == "lint" {
205 properties hidlGenProperties member
218 for _, input := range g.properties.Inputs {
223 for _, src := range g.properties.Inputs {
229 switch g.properties.Language {
237 for _, output := range g.properties.Outputs {
247 extraOptions = append(extraOptions, t.properties.Full_root_option)
269 if g.properties.Language == "java" {
273 if g.properties.Language == "lint" {
280 "fqName": g.properties.FqName,
288 if g.properties.Language == "inheritance-hierarchy" {
295 "fqInterface": g.properties.FqName + "::" + intf,
311 "fqName": g.properties.FqName,
312 "language": g.properties.Language,
335 ctx.AddDependency(ctx.Module(), nil, g.properties.FqName+hidlInterfaceSuffix)
336 ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Interfaces, hidlInterfaceSuffix)...)
337 ctx.AddDependency(ctx.Module(), nil, g.properties.Root)
344 g.AddProperties(&g.properties)
360 properties prebuiltHidlInterfaceProperties member
371 i.AddProperties(&i.properties)
424 properties hidlInterfaceProperties member
496 if !name.inPackage(i.properties.Root) {
497 mctx.PropertyErrorf("root", i.properties.Root+" must be a prefix of "+name.string()+".")
499 if lookupPackageRoot(i.properties.Root) == nil {
512 i.properties.Root, name, i.properties.Root, i.properties.Root)
515 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
521 dependencies, javaDependencies, _ := processDependencies(mctx, i.properties.Interfaces)
530 shouldGenerateJava := proptools.BoolDefault(i.properties.Gen_java, true)
531 shouldGenerateJavaConstants := i.properties.Gen_java_constants
539 if !proptools.Bool(i.properties.Odm_available) {
546 Srcs: i.properties.Srcs,
554 Root: i.properties.Root,
555 Interfaces: i.properties.Interfaces,
556 Inputs: i.properties.Srcs,
565 Root: i.properties.Root,
566 Interfaces: i.properties.Interfaces,
567 Inputs: i.properties.Srcs,
583 Odm_available: i.properties.Odm_available,
600 Apex_available: i.properties.Apex_available,
611 Root: i.properties.Root,
612 Interfaces: i.properties.Interfaces,
613 Inputs: i.properties.Srcs,
628 Apex_available: i.properties.Apex_available,
648 Root: i.properties.Root,
649 Interfaces: i.properties.Interfaces,
650 Inputs: i.properties.Srcs,
658 Apex_available: i.properties.Apex_available,
668 Root: i.properties.Root,
669 Interfaces: i.properties.Interfaces,
670 Inputs: i.properties.Srcs,
678 Root: i.properties.Root,
679 Interfaces: i.properties.Interfaces,
680 Inputs: i.properties.Srcs,
695 h.properties.Full_root_option = r.getFullPackageRoot()
704 ctx.AddDependency(ctx.Module(), nil, h.properties.Root)
709 i.AddProperties(&i.properties)