Lines Matching refs:properties
128 properties generatorProperties member
179 for _, tool := range g.properties.Tools {
195 if len(g.properties.Export_include_dirs) > 0 {
196 for _, dir := range g.properties.Export_include_dirs {
219 if len(g.properties.Tools) > 0 {
266 for _, tool := range g.properties.Tools {
278 for _, toolFile := range g.properties.Tool_files {
285 for _, in := range g.properties.Srcs {
286 …ps := android.PathsAndMissingDepsForModuleSrcExcludes(ctx, []string{in}, g.properties.Exclude_srcs)
310 for _, task := range g.taskGenerator(ctx, String(g.properties.Cmd), srcFiles) {
328 if len(g.properties.Tools) == 0 && len(g.properties.Tool_files) == 0 {
346 if !Bool(g.properties.Depfile) {
387 if Bool(g.properties.Depfile) && !referencedDepfile {
399 if Bool(g.properties.Depfile) {
422 if Bool(g.properties.Depfile) {
498 if Bool(g.properties.Depfile) {
517 if Bool(g.properties.Depfile) {
528 for _, src := range g.properties.Srcs {
570 module.AddProperties(&module.properties)
598 properties := &genSrcsProperties{}
603 if s := properties.Shard_size; s != nil {
624 outFile := android.GenPathWithExt(ctx, "gensrcs", in, String(properties.Output_extension))
628 … shardFile := android.GenPathWithExt(ctx, strconv.Itoa(i), in, String(properties.Output_extension))
671 g := generatorFactory(taskGenerator, properties)
693 properties := &genRuleProperties{}
696 outs := make(android.WritablePaths, len(properties.Out))
697 sandboxOuts := make([]string, len(properties.Out))
699 for i, out := range properties.Out {
712 return generatorFactory(taskGenerator, properties)