Searched refs:newline (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | terminal.py | 31 def __init__(self, text, newline, colour): argument 33 self.newline = newline 37 return 'newline=%s, colour=%s, text=%s' % (self.newline, self.colour, 40 def Print(text='', newline=True, colour=None): argument 52 print_test_list.append(PrintLine(text, newline, colour)) 58 if newline: 89 if line.newline:
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | ini.c | 84 int newline = 1; in memgets() local 91 newline = 0; in memgets() 93 len = min((end - *mem) + newline, num); in memgets() 99 *memsize -= (end - *mem) + newline; in memgets() 100 *mem += (end - *mem) + newline; in memgets()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 368 Print(' ' * (self.last_line_len - length), newline=False) 369 Print('\r', newline=False) 418 Print('\r', newline=False) 446 Print(line + name, newline=False) 889 newline=False) 891 Print(msg, colour=color, newline=False) 999 arch_count[arch]), newline=False) 1001 Print(msg, colour=color, newline=False) 1126 Print(' ' + line, newline=True, colour=col) 1385 newline=False) [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.log | 195 Consider making log() calls emit an automatic newline, perhaps with a logn()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.lex.c_shipped | 242 * each newline.
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 213 * each newline.
|