Searched refs:VERBOSE_STATUS (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/ |
D | skdiff_main.cpp | 326 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_R… macro 388 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, baseFiles[i]); in create_diff_images() 406 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, comparisonFiles[j]); in create_diff_images() 435 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images() 439 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]); in create_diff_images() 445 VERBOSE_STATUS("MATCH", ANSI_COLOR_GREEN, baseFiles[i]); in create_diff_images() 451 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()
|
/external/chromium_org/third_party/skia/tools/ |
D | skdiff_main.cpp | 326 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_R… macro 388 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, baseFiles[i]); in create_diff_images() 406 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, comparisonFiles[j]); in create_diff_images() 435 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images() 439 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]); in create_diff_images() 445 VERBOSE_STATUS("MATCH", ANSI_COLOR_GREEN, baseFiles[i]); in create_diff_images() 451 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()
|