Searched refs:tagfile (Results 1 - 2 of 2) sorted by relevance

/build/tools/
H A Djava-event-log-tags.py60 tagfile = event_log_tags.TagFile(fn) variable
68 for t in tagfile.tags:
79 if "java_package" not in tagfile.options:
80 tagfile.AddError("java_package option not specified", linenum=0)
83 if "javadoc_hide" in tagfile.options:
84 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0])
86 if tagfile.errors:
87 for fn, ln, msg in tagfile.errors:
96 buffer.write("package %s;\n\n" % (tagfile.options["java_package"][0],))
107 for t in tagfile
[all...]
H A Dmerge-event-log-tags.py86 tagfile = event_log_tags.TagFile(fn) variable
88 for t in tagfile.tags:
107 tagfile.AddWarning("tag \"%s\" (%s) duplicated in %s:%d" %
111 tagfile.AddError(
121 tagfile.AddError(
131 errors.extend(tagfile.errors)
132 warnings.extend(tagfile.warnings)

Completed in 58 milliseconds