Home
last modified time | relevance | path

Searched refs:COLOR_CYAN (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_debug.c44 #define COLOR_CYAN "\033[1;36m" macro
185 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in radv_dump_buffer_descriptor()
195 fprintf(f, COLOR_CYAN " Image:" COLOR_RESET "\n"); in radv_dump_image_descriptor()
200 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in radv_dump_image_descriptor()
210 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in radv_dump_sampler_descriptor()
453 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET in radv_dump_annotated_shaders()
476 fprintf(f, COLOR_CYAN in radv_dump_annotated_shaders()
/external/libcxx/utils/google-benchmark/src/
Dcolorprint.cc55 case COLOR_CYAN: in GetPlatformColorCode()
73 case COLOR_CYAN: in GetPlatformColorCode()
Dcolorprint.h16 COLOR_CYAN, enumerator
Dconsole_reporter.cc153 printer(Out, COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
/external/google-benchmark/src/
Dcolorprint.cc55 case COLOR_CYAN: in GetPlatformColorCode()
73 case COLOR_CYAN: in GetPlatformColorCode()
Dcolorprint.h16 COLOR_CYAN, enumerator
Dconsole_reporter.cc152 printer(Out, COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
/external/mesa3d/src/gallium/drivers/r600/
Deg_debug.c41 #define COLOR_CYAN "\033[1;36m" macro
166 fprintf(f, COLOR_CYAN "%s%s%s" COLOR_CYAN ":\n", in ac_parse_packet3()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c223 #define COLOR_CYAN "\033[1;36m" macro
610 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print()
622 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print()
628 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print()
634 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print()
926 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET in si_dump_annotated_shaders()
943 fprintf(f, COLOR_CYAN in si_dump_annotated_shaders()
/external/python/cpython2/Demo/curses/
Drain.py34 curses.init_pair(2, curses.COLOR_CYAN, bg)
/external/mesa3d/src/amd/common/
Dac_debug.c52 #define COLOR_CYAN "\033[1;36m" macro
237 fprintf(f, COLOR_CYAN "%s%s" COLOR_CYAN ":\n", in ac_parse_packet3()
/external/python/cpython3/Tools/demo/
Dlife.py176 curses.init_pair(2, curses.COLOR_CYAN, 0)
/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared.py41 COLOR_CYAN = "cyan" variable
Dstepper_cli.py75 STATE_IS_PLACEHOLDER: cli_shared.COLOR_CYAN,
Dcurses_ui.py244 cli_shared.COLOR_CYAN: curses.COLOR_CYAN,
Dprofile_analyzer_cli.py594 _LINE_COST_ATTR = cli_shared.COLOR_CYAN
/external/toybox/kconfig/lxdialog/
Dutil.c68 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
/external/u-boot/tools/
Dmoveconfig.py341 COLOR_CYAN = '0;36' variable
/external/python/cpython2/Modules/
D_cursesmodule.c2878 SetDictInt("COLOR_CYAN", COLOR_CYAN); in init_curses()
/external/python/cpython3/Modules/
D_cursesmodule.c3428 SetDictInt("COLOR_CYAN", COLOR_CYAN); in PyInit__curses()
/external/python/cpython2/Doc/library/
Dcurses.rst1638 | ``COLOR_CYAN`` | Cyan (light greenish blue) |
/external/python/cpython3/Doc/library/
Dcurses.rst1688 | ``COLOR_CYAN`` | Cyan (light greenish blue) |