Lines Matching refs:text
303 text = subprocess.check_output([GNUMAKE_CMD,
314 return text.decode('ascii').replace('\r', '').splitlines()[0]
318 text = subprocess.check_output([GNUMAKE_CMD,
327 return text.decode('ascii').replace('\r', '').splitlines()[0]
330 def output_gdbserver(text): argument
332 print(text)
335 def output_jdb(text): argument
337 print('JDB :: %s' % text)
408 text = subprocess.check_output(fullargs,
413 text = subprocess.check_output(fullargs,
418 text = e.output
420 return retval, text.decode('ascii').replace('\r', '').rstrip()