Home | History | Annotate | Download | only in tools

Lines Matching full:line

36   for line in f:
37 yield line.rstrip()
59 for line in ipc_message_lines:
61 if line.strip() == '};':
63 msgstart_index = line.find('MsgStart')
64 msg_type = line[:msgstart_index] + 'MsgStart'
67 elif line.strip() == 'enum IPCMessageStart {':
82 """Construct the meessage id given the msg_start and the line number."""
97 for line in f:
99 match = re.match(msg_start_re, line)
103 match = re.match(msg_def_re, line)
124 for line in f:
125 line = line.rstrip()
126 match = re.search(unknown_msg_re, line)
128 line = re.sub(unknown_msg_re,
130 line)
131 print line
152 command line.