Lines Matching refs:properties
87 properties xsdConfigProperties member
144 android.ExtractSourcesDeps(ctx, module.properties.Srcs)
174 FlagWithArg("-p ", *module.properties.Package_name).
209 FlagWithArg("-p ", *module.properties.Package_name).
223 if len(module.properties.Srcs) != 1 {
238 srcFiles := ctx.ExpandSources(module.properties.Srcs, nil)
240 module.xsdIncludeConfigPaths = android.PathsForModuleSrc(ctx, module.properties.Include_files)
242 pkgName := *module.properties.Package_name
246 if proptools.Bool(module.properties.Gen_writer) {
250 if proptools.Bool(module.properties.Nullability) {
254 if proptools.Bool(module.properties.Gen_has) {
258 if proptools.Bool(module.properties.Enums_only) {
262 if proptools.Bool(module.properties.Parser_only) {
266 if proptools.Bool(module.properties.Boolean_getter) {
270 if proptools.Bool(module.properties.Tinyxml) {
274 for _, elem := range module.properties.Root_elements {
282 if proptools.Bool(module.properties.Enums_only) {
287 } else if proptools.Bool(module.properties.Parser_only) {
326 args := " --stub-packages " + *module.properties.Package_name +
331 api_dir := proptools.StringDefault(module.properties.Api_dir, "api")
361 module.AddProperties(&module.properties)