/external/llvm-project/llvm/utils/benchmark/src/ |
D | colorprint.cc | 55 case COLOR_CYAN: in GetPlatformColorCode() 73 case COLOR_CYAN: in GetPlatformColorCode()
|
D | colorprint.h | 16 COLOR_CYAN, enumerator
|
D | console_reporter.cc | 147 printer(Out, COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
|
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 55 case COLOR_CYAN: in GetPlatformColorCode() 73 case COLOR_CYAN: in GetPlatformColorCode()
|
D | colorprint.h | 16 COLOR_CYAN, enumerator
|
D | console_reporter.cc | 153 printer(Out, COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
|
/external/google-benchmark/src/ |
D | colorprint.cc | 55 case COLOR_CYAN: in GetPlatformColorCode() 73 case COLOR_CYAN: in GetPlatformColorCode()
|
D | colorprint.h | 16 COLOR_CYAN, enumerator
|
D | console_reporter.cc | 152 printer(Out, COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 55 case COLOR_CYAN: in GetPlatformColorCode() 73 case COLOR_CYAN: in GetPlatformColorCode()
|
D | colorprint.h | 16 COLOR_CYAN, enumerator
|
D | console_reporter.cc | 153 printer(Out, COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 41 #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/amd/vulkan/ |
D | radv_debug.c | 46 #define COLOR_CYAN "\033[1;36m" macro 146 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in radv_dump_buffer_descriptor() 159 fprintf(f, COLOR_CYAN " Image:" COLOR_RESET "\n"); in radv_dump_image_descriptor() 164 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in radv_dump_image_descriptor() 174 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in radv_dump_sampler_descriptor() 377 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET in radv_dump_annotated_shaders() 396 fprintf(f, COLOR_CYAN in radv_dump_annotated_shaders()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 292 #define COLOR_CYAN "\033[1;36m" macro 691 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 700 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 705 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 710 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 1015 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET "\n\n", num_waves); in si_dump_annotated_shaders() 1031 fprintf(f, COLOR_CYAN "Waves not executing currently-bound shaders:" COLOR_RESET "\n"); in si_dump_annotated_shaders()
|
/external/python/cpython2/Demo/curses/ |
D | rain.py | 34 curses.init_pair(2, curses.COLOR_CYAN, bg)
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.c | 51 #define COLOR_CYAN "\033[1;36m" macro 257 fprintf(f, COLOR_CYAN "%s%s" COLOR_CYAN ":\n", name, predicate); in ac_parse_packet3()
|
/external/python/cpython3/Tools/demo/ |
D | life.py | 176 curses.init_pair(2, curses.COLOR_CYAN, 0)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 41 COLOR_CYAN = "cyan" variable
|
D | curses_ui.py | 244 cli_shared.COLOR_CYAN: curses.COLOR_CYAN,
|
D | profile_analyzer_cli.py | 594 _LINE_COST_ATTR = cli_shared.COLOR_CYAN
|
/external/igt-gpu-tools/tests/ |
D | kms_frontbuffer_tracking.c | 141 COLOR_CYAN, enumerator 548 case COLOR_CYAN: in pick_color() 960 rect.color = pick_color(fb->fb, COLOR_CYAN); in pat1_get_rect() 997 rect.color = pick_color(fb->fb, COLOR_CYAN); in pat2_get_rect()
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 68 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 4327 init_pair(7, COLOR_CYAN, COLOR_BLACK); in Activate() 4336 init_pair(15, COLOR_CYAN, COLOR_BLUE); in Activate()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 4671 SetDictInt("COLOR_CYAN", COLOR_CYAN); in PyInit__curses()
|