Home
last modified time | relevance | path

Searched refs:tagnum (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/
Dmerge-event-log-tags.py89 tagnum = t.tagnum variable
97 if orig.tagnum is None:
98 orig.tagnum = t.tagnum
99 elif t.tagnum is None:
100 t.tagnum = orig.tagnum
102 if (t.tagnum == orig.tagnum and
108 (t.tagname, t.tagnum, orig.filename, orig.linenum),
113 (t.tagname, orig.tagnum, orig.filename, orig.linenum),
117 if t.tagnum is not None and t.tagnum in by_tagnum:
118 orig = by_tagnum[t.tagnum]
[all …]
Djava-event-log-tags.py70 if t.tagnum is None:
72 t.tagnum = merged_by_name[t.tagname].tagnum
78 t.tagnum = 999999
83 if t.tagnum is None:
116 buffer.write("\n /** %d %s %s */\n" % (t.tagnum, t.tagname, t.description))
118 buffer.write("\n /** %d %s */\n" % (t.tagnum, t.tagname))
121 (t.tagname.upper(), t.tagnum))
Devent_log_tags.py23 def __init__(self, tagnum, tagname, description, filename, linenum): argument
24 self.tagnum = tagnum