Home | History | Annotate | Download | only in misc

Lines Matching refs:strip

223                     ll = l.strip()
382 return output[0].strip()
486 _os = "Android" + self.runAdb("shell", "getprop ro.build.version.release").strip()
645 self.hardware = hw.groups()[0].strip()
699 if output[0] and output[0].strip().endswith("Success"):
931 tests = [s.strip() for s in options.tests.split(",") if s]