Searched refs:colors (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_app.py | 34 from scons_utils import colors namespace 66 (colors['red'], self.app_name, colors['end'])) 79 (colors['red'], e, colors['end'])) 111 (colors['red'], app_scons, colors['end'])) 115 (colors['red'], self.app_cfg_file, colors['end'])) 149 (colors['re [all...] |
H A D | scons_utils.py | 37 colors = {} variable 38 colors['cyan'] = '\033[96m' 39 colors['purple'] = '\033[95m' 40 colors['blue'] = '\033[94m' 41 colors['green'] = '\033[92m' 42 colors['yellow'] = '\033[93m' 43 colors['red'] = '\033[91m' 44 colors['end'] = '\033[0m' 111 ["%s\n< ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >\n"%colors['purple'], 113 "< ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >\n%s"%colors['en [all...] |
H A D | scons_env_cfg.py | 24 from scons_utils import colors namespace 40 (colors['red'], colors['end'])) 272 (colors['red'], colors['end'])) 287 (colors['red'], colors['end']))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 37 colors = {} variable 38 colors['cyan'] = '\033[96m' 39 colors['purple'] = '\033[95m' 40 colors['blue'] = '\033[94m' 41 colors['green'] = '\033[92m' 42 colors['yellow'] = '\033[93m' 43 colors['red'] = '\033[91m' 44 colors['end'] = '\033[0m' 111 ["%s\n< ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >\n"%colors['purple'], 113 "< ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >\n%s"%colors['en [all...] |
H A D | scons_env_cfg.py | 24 from scons_utils import colors namespace 40 (colors['red'], colors['end'])) 272 (colors['red'], colors['end'])) 287 (colors['red'], colors['end']))
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 501 ncolors=$(tput colors)
|
Completed in 9 milliseconds