HomeSort by relevance Sort by last modified time
    Searched refs:raw_contents (Results 1 - 2 of 2) sorted by null

  /external/toolchain-utils/cros_utils/
perf_diff.py 108 self.raw_contents = contents
112 matches = re.findall(r'Events: (\w+)\s+(.*)', self.raw_contents)
121 for line in self.raw_contents.splitlines():
  /external/autotest/scheduler/
drone_manager.py 381 def _parse_pidfile(self, drone, raw_contents):
385 @param raw_contents: The raw contents of a pidfile, eg:
389 if not raw_contents:
391 lines = raw_contents.splitlines()
    [all...]

Completed in 126 milliseconds