Lines Matching refs:OUTPUT
42 # Some devices have no serial, then `adb serial` has output such as:
58 CMD_OUTPUT_REGEX = ('(?P<OUTPUT>[\s\S]*)%s:(?P<EXIT_CODE>\d{1,3})' %
536 result.stdout = parse_output.group('OUTPUT')
699 """Return a list of parsed serials from the output.
701 @param devices_output: Output from either an adb or fastboot command.