Home
last modified time | relevance | path

Searched refs:colored (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsole_printer.py12 from .shared import (colored, getHighlightedRange, getInterestedRange,
138 print(spaces + colored('^' + tildes, 'green'))
140 print(spaces + colored(replacement, 'green'))
215 fileAndLine = colored('{}:'.format(
240 … msg=colored(line, attrs=['bold']), arg=msg.message_id.enable_arg(), loc=scriptloc))
243 print(colored(indent + line, attrs=['bold']))
Dshared.py20 from termcolor import colored as colored_impl
26 from termcolor import colored as colored_impl
37 def colored(s, color=None, attrs=None): function
107 return colored(str(self) + ':', 'magenta', attrs=['bold'])
109 return colored(str(self) + ':', 'red', attrs=['bold'])
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs8033 …gullet.macros.set("\\current@color", color); // Parse out the implicit body that should be colored.