Lines Matching full:line
81 line = subprocess.get(timeout=1)
82 line = line.replace('\r', '')
83 if line:
86 builder.output.insert(END, line)
202 for line in setting:
203 line = line.replace('\n', '')
204 line = line.replace('\r', '')
205 if line.find('=') != -1:
206 items = line.split('=')
273 # line = '%s=%s\n' % ('compiler', self.compilers.get()))
274 line = '%s=%s\n' % ('compiler', 'iar')
275 setting.write(line)
279 line = '%s=%s\n' % ('RTTRoot', self.RTTRoot.get_path())
280 setting.write(line)
284 line = '%s=%s\n' % ('BSPRoot', self.BSPRoot.get_path())
285 setting.write(line)
289 line = '%s=%s\n' % (compiler, path.get_path())
290 setting.write(line)