Home
last modified time | relevance | path

Searched defs:linenum (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/make/tools/
H A Devent_log_tags.py23 def __init__(self, tagnum, tagname, description, filename, linenum): argument
33 def AddError(self, msg, linenum=None): argument
38 def AddWarning(self, msg, linenum=None): argument
/aosp12/art/tools/dmtracedump/
H A Dcreatetesttrace.cc155 int32_t linenum = 0; in parseInputFile() local