Searched refs:colored (Results 1 – 25 of 110) sorted by relevance
12345
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | console_printer.py | 12 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']))
|
D | shared.py | 20 from termcolor import colored as colored_impl 26 from termcolor import colored as colored_impl 37 def colored(s, color=None, attrs=None): function 111 return colored(str(self) + ':', 'magenta', attrs=['bold']) 113 return colored(str(self) + ':', 'red', attrs=['bold'])
|
/third_party/rust/crates/termcolor/ |
D | README.md | 3 A simple cross platform library for writing colored text to a terminal. This 4 library writes colored text either using standard ANSI escape sequences or 36 `Buffer` is an in memory buffer that supports colored text. In a parallel
|
D | README.OpenSource | 9 "Description": "A Rust library that provides support for colored terminal output."
|
D | Cargo.toml | 6 A simple cross platform library for writing colored text to a terminal.
|
/third_party/rust/crates/syn/examples/dump-syntax/ |
D | Cargo.toml | 9 colored = "2"
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.draw_indirect.txt | 63 is verified by simply searching for background colored (black) pixels in 65 colored pixels.
|
D | functional.tessellation.txt | 91 counting background-colored and non-background-colored pixels.
|
/third_party/node/deps/v8/third_party/colorama/ |
D | README.v8 | 10 Provides a simple cross-platform API to print colored terminal text from Python
|
/third_party/skia/third_party/externals/angle2/third_party/colorama/ |
D | README.chromium | 10 Provides a simple cross-platform API to print colored terminal text from Python
|
/third_party/gn/src/gn/ |
D | switches.cc | 42 "--[no]color: Forces colored output on or off.\n" \ 54 const char kColor_HelpShort[] = "--color: Force colored output.";
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | README.md | 37 ![colored glyphs](https://user-images.githubusercontent.com/8225057/106171241-9dc4ba80-6191-11eb-8a…
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 54 scissoring and render a colored fullscreen quad with depth & stencil
|
/third_party/rust/crates/syn/examples/dump-syntax/src/ |
D | main.rs | 20 use colored::Colorize;
|
/third_party/node/test/parallel/ |
D | test-runner-output.mjs | 54 name: 'test-runner/output/arbitrary-output-colored.js',
|
/third_party/skia/third_party/externals/freetype/docs/markdown/stylesheets/ |
D | extra.css | 10 pre.colored {
|
/third_party/skia/site/docs/dev/tools/ |
D | debugger.md | 140 Each of the filtered commands from above has a colored number to its right 147 Turning this on will show a colored rectangle to represent the bounds of the GPU
|
/third_party/nghttp2/doc/ |
D | nghttpd.1.rst | 82 Force colored log output.
|
D | nghttp.1.rst | 153 Force colored log output.
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.4.rst | 33 Stellaris - colored overlay of sectors doesn't render on i965
|
/third_party/rust/crates/codespan/ |
D | README.md | 101 To get an idea of what the colored CLI output looks like,
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 71 that the viewport does not contain any background-colored pixels within
|
/third_party/ffmpeg/doc/ |
D | libav-merge.txt | 81 and it will display colored diffs. Any arguments to murge (like ones to suppress
|
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | ls.js.test.cjs | 330 exports[`test/lib/commands/ls.js TAP ls colored output > should output tree containing color info 1… 650 …g > should output tree contaning only occurrences of filtered by package and colored output 1`] = ` 656 …g > should output tree contaning only occurrences of filtered by package and colored output 1`] = `
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 465 void gst_debug_set_colored (gboolean colored); 1522 #define gst_debug_set_colored(colored) G_STMT_START{ }G_STMT_END argument
|
12345