Home
last modified time | relevance | path

Searched refs:COL_GREEN (Results 1 – 9 of 9) sorted by relevance

/external/vboot_reference/tests/
Dtest_common.c23 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()
Drun_vbutil_kernel_arg_tests.sh60 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}"
Drun_preamble_tests.sh52 echo -e "${COL_GREEN}PASSED${COL_STOP}"
79 echo -e "${COL_GREEN}PASSED${COL_STOP}"
97 echo -e "${COL_GREEN}PASSED${COL_STOP}"
Dcommon.sh25 COL_GREEN='\E[32;1m'
34 echo -e "${COL_GREEN}$*${COL_STOP}" 1>&2
Dtest_common.h53 #define COL_GREEN "\x1b[1;32m" macro
Dcgptlib_test.c1532 printf(COL_GREEN "[PASS]\n\n" COL_STOP); in main()
/external/vboot_reference/tests/futility/
Dcommon.sh8 COL_GREEN='\E[32;1m'
15 echo -e "${COL_GREEN}$*${COL_STOP}"
/external/vboot_reference/utility/
Dverify_data.c23 #define COL_GREEN "\e[1;32m" macro
81 COL_GREEN "SUCCEEDED" COL_STOP "\n"); in main()
/external/u-boot/tools/
Dfdtgrep.c79 COL_GREEN, enumerator
339 print_ansi_colour(f, in_region ? COL_GREEN : COL_RED); in display_fdt_by_regions()