Searched refs:Print (Results 1 – 11 of 11) sorted by relevance
/u-boot/tools/buildman/ |
A D | builder.py | 25 from patman.terminal import Print 479 Print(line, newline=False, limit_to_line=True) 961 Print(msg, colour=color) 991 Print() 1102 Print() 1274 Print('\n'.join(out_list)) 1458 Print('%s:' % arch) 1496 Print(msg, colour=self.col.BLUE) 1689 Print('\rStarting build...', newline=False) 1715 Print() [all …]
|
A D | control.py | 19 from patman.terminal import Print 357 Print(GetActionSummary(options.summary, commits, board_selected,
|
/u-boot/tools/patman/ |
A D | status.py | 341 terminal.Print(indent + '%s %s: ' % ('+' if is_new else ' ', tag), 343 terminal.Print(who, colour=col.WHITE, bright=is_new) 458 terminal.Print('%3d %s' % (patch.seq, patch.subject[:50]), 469 terminal.Print('Review: %s' % review.meta, colour=col.RED) 473 terminal.Print(' %s' % line, 475 terminal.Print() 477 terminal.Print("%d new response%s available in patchwork%s" % 485 terminal.Print(
|
A D | terminal.py | 133 def Print(text='', newline=True, colour=None, limit_to_line=False, bright=True): function
|
A D | main.py | 189 terminal.Print('patman: %s: %s' % (type(e).__name__, e),
|
A D | patman | 189 terminal.Print('patman: %s: %s' % (type(e).__name__, e),
|
/u-boot/doc/usage/ |
A D | partitions.rst | 77 Print the partition UUID of the SATA device ``$bootdevice``, hardware partition
|
/u-boot/doc/ |
A D | README.nand | 13 Print a list of all of the bad blocks in the current device. 16 Print information about the current NAND device. 41 Print information about all of the NAND devices found.
|
/u-boot/cmd/ |
A D | Kconfig | 111 Print board info 118 Print ".config" contents. 129 Print console devices and information. 135 Print information about available CPUs. This normally shows the 144 Print GPL license text 351 Print header information for application image. 503 Print environment information: 1049 Print list of available block device drivers, and for each, the list 1250 bool "sdram - Print SDRAM configuration information" 1766 Print bytes from the hardware random number generator.
|
/u-boot/examples/standalone/ |
A D | README.smc91111_eeprom | 177 - P : Print the MAC
|
/u-boot/doc/imx/mkimage/ |
A D | imximage.txt | 154 3. Print card info:
|
Completed in 16 milliseconds