Home
last modified time | relevance | path

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

12345

/third_party/vk-gl-cts/external/vulkan-docs/src/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
111 return colored(str(self) + ':', 'magenta', attrs=['bold'])
113 return colored(str(self) + ':', 'red', attrs=['bold'])
/third_party/rust/crates/termcolor/
DREADME.md3 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
DREADME.OpenSource9 "Description": "A Rust library that provides support for colored terminal output."
DCargo.toml6 A simple cross platform library for writing colored text to a terminal.
/third_party/rust/crates/syn/examples/dump-syntax/
DCargo.toml9 colored = "2"
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.draw_indirect.txt63 is verified by simply searching for background colored (black) pixels in
65 colored pixels.
Dfunctional.tessellation.txt91 counting background-colored and non-background-colored pixels.
/third_party/node/deps/v8/third_party/colorama/
DREADME.v810 Provides a simple cross-platform API to print colored terminal text from Python
/third_party/skia/third_party/externals/angle2/third_party/colorama/
DREADME.chromium10 Provides a simple cross-platform API to print colored terminal text from Python
/third_party/gn/src/gn/
Dswitches.cc42 "--[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/
DREADME.md37 ![colored glyphs](https://user-images.githubusercontent.com/8225057/106171241-9dc4ba80-6191-11eb-8a…
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.scissors.txt54 scissoring and render a colored fullscreen quad with depth & stencil
/third_party/rust/crates/syn/examples/dump-syntax/src/
Dmain.rs20 use colored::Colorize;
/third_party/node/test/parallel/
Dtest-runner-output.mjs54 name: 'test-runner/output/arbitrary-output-colored.js',
/third_party/skia/third_party/externals/freetype/docs/markdown/stylesheets/
Dextra.css10 pre.colored {
/third_party/skia/site/docs/dev/tools/
Ddebugger.md140 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/
Dnghttpd.1.rst82 Force colored log output.
Dnghttp.1.rst153 Force colored log output.
/third_party/mesa3d/docs/relnotes/
D17.1.4.rst33 Stellaris - colored overlay of sectors doesn't render on i965
/third_party/rust/crates/codespan/
DREADME.md101 To get an idea of what the colored CLI output looks like,
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt71 that the viewport does not contain any background-colored pixels within
/third_party/ffmpeg/doc/
Dlibav-merge.txt81 and it will display colored diffs. Any arguments to murge (like ones to suppress
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dls.js.test.cjs330 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/
Dgstinfo.h465 void gst_debug_set_colored (gboolean colored);
1522 #define gst_debug_set_colored(colored) G_STMT_START{ }G_STMT_END argument

12345