Searched refs:COL_RED (Results 1 – 11 of 11) sorted by relevance
/external/vboot_reference/tests/ |
D | test_common.c | 26 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_EQ() 39 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_NEQ() 53 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_PTR_EQ() 67 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_PTR_NEQ() 79 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_STR_EQ() 87 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_STR_EQ() 100 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_SUCC() 111 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_TRUE() 122 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); in TEST_FALSE()
|
D | run_vbutil_kernel_arg_tests.sh | 57 echo -e "${COL_RED}FAILED${COL_STOP}" 74 echo -e "${COL_RED}FAILED${COL_STOP}" 84 echo -e "${COL_RED}FAILED${COL_STOP}" 113 echo -e "${COL_RED}FAILED${COL_STOP}" 126 echo -e "${COL_RED}FAILED${COL_STOP}" 149 echo -e "${COL_RED}FAILED${COL_STOP}" 166 echo -e "${COL_RED}FAILED${COL_STOP}" 178 echo -e "${COL_RED}FAILED${COL_STOP}" 188 echo -e "${COL_RED}FAILED${COL_STOP}" 197 echo -e "${COL_RED}${ME}: ${errs}/${tests} tests failed${COL_STOP}"
|
D | run_vbutil_tests.sh | 84 echo -e "${COL_RED}Wrap vbprivk${COL_STOP}" 95 echo -e "${COL_RED}Wrap vbpubk${COL_STOP}" 107 echo -e "${COL_RED}Pack${COL_STOP}" 119 echo -e "${COL_RED}Unpack${COL_STOP}" 128 echo -e "${COL_RED}Check${COL_STOP}" 147 echo -e "${COL_RED}Pack${COL_STOP}" 159 echo -e "${COL_RED}Unpack${COL_STOP}" 168 echo -e "${COL_RED}Check${COL_STOP}"
|
D | run_preamble_tests.sh | 49 echo -e "${COL_RED}FAILED${COL_STOP}" 76 echo -e "${COL_RED}FAILED${COL_STOP}" 94 echo -e "${COL_RED}FAILED${COL_STOP}" 106 echo -e "${COL_RED}${ME}: ${errs}/${tests} tests failed${COL_STOP}"
|
D | common.sh | 24 COL_RED='\E[31;1m' 59 echo -e "${COL_RED}ERROR at ${cfunc}, line ${cline}${spacer}${args}" \
|
D | cgptlib_test.h | 24 printf(COL_RED " fail " COL_STOP "in expression %s in %s() line %d\n",\
|
D | test_common.h | 54 #define COL_RED "\x1b[0;31m" macro
|
D | cgptlib_test.c | 1529 printf(COL_RED "[ERROR]\n\n" COL_STOP); in main() 1538 printf(COL_RED "The following %d test cases are failed:\n" in main()
|
/external/vboot_reference/tests/futility/ |
D | common.sh | 7 COL_RED='\E[31;1m' 25 echo -e "${COL_RED}$*${COL_STOP}"
|
/external/vboot_reference/utility/ |
D | verify_data.c | 24 #define COL_RED "\e[0;31m" macro 84 COL_RED "FAILED" COL_STOP "\n"); in main()
|
/external/u-boot/tools/ |
D | fdtgrep.c | 78 COL_RED, enumerator 339 print_ansi_colour(f, in_region ? COL_GREEN : COL_RED); in display_fdt_by_regions()
|