HomeSort by relevance Sort by last modified time
    Searched refs:TagFile (Results 1 - 3 of 3) sorted by null

  /build/tools/
java-event-log-tags.py 59 tagfile = event_log_tags.TagFile(fn) variable
65 merged_tagfile = event_log_tags.TagFile(merged_fn)
67 for t in tagfile.tags:
78 if "java_package" not in tagfile.options:
79 tagfile.AddError("java_package option not specified", linenum=0)
82 if "javadoc_hide" in tagfile.options:
83 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0])
85 if tagfile.errors:
86 for fn, ln, msg in tagfile.errors
    [all...]
merge-event-log-tags.py 79 for t in event_log_tags.TagFile(pre_merged_file).tags:
83 tagfile = event_log_tags.TagFile(fn) variable
85 for t in tagfile.tags:
104 tagfile.AddWarning("tag \"%s\" (%s) duplicated in %s:%d" %
108 tagfile.AddError(
118 tagfile.AddError(
128 errors.extend(tagfile.errors)
129 warnings.extend(tagfile.warnings)
event_log_tags.py 31 class TagFile(object):

Completed in 216 milliseconds