Searched refs:COL_STOP (Results 1 - 12 of 12) sorted by relevance

/external/vboot_reference/tests/futility/
H A Dcommon.sh11 COL_STOP='\E[0;m'
15 echo -e "${COL_GREEN}$*${COL_STOP}"
20 echo -e "${COL_YELLOW}WARNING: $*${COL_STOP}"
25 echo -e "${COL_RED}$*${COL_STOP}"
/external/vboot_reference/tests/
H A Dtest_common.c23 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
26 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
36 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
39 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
50 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
53 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
64 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
67 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
79 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
84 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testnam
[all...]
H A Drun_vbutil_kernel_arg_tests.sh57 echo -e "${COL_RED}FAILED${COL_STOP}"
60 echo -e "${COL_GREEN}PASSED${COL_STOP}"
74 echo -e "${COL_RED}FAILED${COL_STOP}"
77 echo -e "${COL_GREEN}PASSED${COL_STOP}"
84 echo -e "${COL_RED}FAILED${COL_STOP}"
87 echo -e "${COL_GREEN}PASSED${COL_STOP}"
113 echo -e "${COL_RED}FAILED${COL_STOP}"
116 echo -e "${COL_GREEN}PASSED${COL_STOP}"
126 echo -e "${COL_RED}FAILED${COL_STOP}"
129 echo -e "${COL_GREEN}PASSED${COL_STOP}"
[all...]
H A Dcommon.sh28 COL_STOP='\E[0;m'
34 echo -e "${COL_GREEN}$*${COL_STOP}" 1>&2
39 echo -e "${COL_YELLOW}WARNING: $*${COL_STOP}" 1>&2
60 "${COL_STOP}" 1>&2
H A Drun_preamble_tests.sh49 echo -e "${COL_RED}FAILED${COL_STOP}"
52 echo -e "${COL_GREEN}PASSED${COL_STOP}"
76 echo -e "${COL_RED}FAILED${COL_STOP}"
79 echo -e "${COL_GREEN}PASSED${COL_STOP}"
94 echo -e "${COL_RED}FAILED${COL_STOP}"
97 echo -e "${COL_GREEN}PASSED${COL_STOP}"
106 echo -e "${COL_RED}${ME}: ${errs}/${tests} tests failed${COL_STOP}"
H A Drun_vbutil_tests.sh19 echo -e "For signing key ${COL_YELLOW}RSA-$keylen/$hashalgo${COL_STOP}:"
68 RSA-${signing_keylen}/${signing_hashalgo}${COL_STOP} \
70 ${datahashalgo}${COL_STOP}"
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}"
134 external signer.${COL_STOP}"
147 echo -e "${COL_RED}Pack${COL_STOP}"
[all...]
H A Drun_rsa_tests.sh23 echo -e "For ${COL_YELLOW}RSA-$keylen and $hashalgo${COL_STOP}:"
35 echo -e "Peforming ${COL_YELLOW}PKCS #1 v1.5 Padding Tests${COL_STOP}..."
H A Dvb2_rsa_tests.sh23 echo -e "For ${COL_YELLOW}RSA-$keylen and $hashalgo${COL_STOP}:"
35 echo -e "Peforming ${COL_YELLOW}PKCS #1 v1.5 Padding Tests${COL_STOP}..."
H A Dcgptlib_test.h24 printf(COL_RED " fail " COL_STOP "in expression %s in %s() line %d\n",\
H A Dtest_common.h55 #define COL_STOP "\x1b[m" macro
H A Dcgptlib_test.c1529 printf(COL_RED "[ERROR]\n\n" COL_STOP);
1532 printf(COL_GREEN "[PASS]\n\n" COL_STOP);
1539 COL_STOP, error_count);
/external/vboot_reference/utility/
H A Dverify_data.c25 #define COL_STOP "\e[m" macro
81 COL_GREEN "SUCCEEDED" COL_STOP "\n");
84 COL_RED "FAILED" COL_STOP "\n");

Completed in 169 milliseconds