Lines Matching refs:raw
15 raw = "(lldb) " + cmd + "\n"
17 raw += res.GetOutput()
19 raw += res.GetError()
20 return raw
24 raw = ""
52 raw += self.raw_transcript_builder(cmd, res)
55 self.assertNotEqual(len(raw), 0)
61 raw += self.raw_transcript_builder(cmd, res)
68 raw += self.raw_transcript_builder(cmd, res)
73 lines = raw.splitlines()[:-1]
87 raw += self.raw_transcript_builder(cmd, res)
94 lines = raw.splitlines()[:-1]
131 raw = ""
154 raw += self.raw_transcript_builder(setting, res)
161 lines = raw.splitlines()[:-1]