Searched refs:COL_GREEN (Results 1 – 9 of 9) sorted by relevance
/external/vboot_reference/tests/ |
D | test_common.c | 23 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_EQ() 36 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_NEQ() 50 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_PTR_EQ() 64 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_PTR_NEQ() 84 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_STR_EQ() 98 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_SUCC() 109 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_TRUE() 120 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname); in TEST_FALSE()
|
D | run_vbutil_kernel_arg_tests.sh | 60 echo -e "${COL_GREEN}PASSED${COL_STOP}" 77 echo -e "${COL_GREEN}PASSED${COL_STOP}" 87 echo -e "${COL_GREEN}PASSED${COL_STOP}" 116 echo -e "${COL_GREEN}PASSED${COL_STOP}" 129 echo -e "${COL_GREEN}PASSED${COL_STOP}" 152 echo -e "${COL_GREEN}PASSED${COL_STOP}" 169 echo -e "${COL_GREEN}PASSED${COL_STOP}" 181 echo -e "${COL_GREEN}PASSED${COL_STOP}" 191 echo -e "${COL_GREEN}PASSED${COL_STOP}"
|
D | run_preamble_tests.sh | 52 echo -e "${COL_GREEN}PASSED${COL_STOP}" 79 echo -e "${COL_GREEN}PASSED${COL_STOP}" 97 echo -e "${COL_GREEN}PASSED${COL_STOP}"
|
D | common.sh | 25 COL_GREEN='\E[32;1m' 34 echo -e "${COL_GREEN}$*${COL_STOP}" 1>&2
|
D | test_common.h | 53 #define COL_GREEN "\x1b[1;32m" macro
|
D | cgptlib_test.c | 1532 printf(COL_GREEN "[PASS]\n\n" COL_STOP); in main()
|
/external/vboot_reference/tests/futility/ |
D | common.sh | 8 COL_GREEN='\E[32;1m' 15 echo -e "${COL_GREEN}$*${COL_STOP}"
|
/external/vboot_reference/utility/ |
D | verify_data.c | 23 #define COL_GREEN "\e[1;32m" macro 81 COL_GREEN "SUCCEEDED" COL_STOP "\n"); in main()
|
/external/u-boot/tools/ |
D | fdtgrep.c | 79 COL_GREEN, enumerator 339 print_ansi_colour(f, in_region ? COL_GREEN : COL_RED); in display_fdt_by_regions()
|