Home
last modified time | relevance | path

Searched refs:ERROR_LOG (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcheck_lint.sh52 ERROR_LOG=$(${MKTEMP})
61 | grep -v "Skipping input" >> $ERROR_LOG
66 ${LITLINT} "$@" 2>>$ERROR_LOG
119 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG
130 ( ERROR_LOG=${ERROR_LOG}.inc run_lint ${COMMON_RTL_INC_LINT_FILTER} $(find ${MKTEMP_DIR} -type f -n…
131 sed "s|${MKTEMP_DIR}|${COMPILER_RT}|g" ${ERROR_LOG}.inc | sed "s|.inc.cpp|.inc|g" >> ${ERROR_LOG}
136 if [ -s $ERROR_LOG ]; then
137 cat $ERROR_LOG
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcheck_lint.sh45 ERROR_LOG=$(${MKTEMP})
54 | grep -v "Skipping input" >> $ERROR_LOG
59 ${LITLINT} "$@" 2>>$ERROR_LOG
113 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG
131 if [ -s $ERROR_LOG ]; then
132 cat $ERROR_LOG
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c89 static char ERROR_LOG[MAX_TEST_LOG][MAXTESTNAME]; variable
438 strcpy(ERROR_LOG[ERRONEOUS_FUNCTION_COUNT++], pathToFunction); in iterateTestsWithLevel()
564 fprintf(stdout, "[%s]\n",ERROR_LOG[i]); in runTests()
569 fprintf(summf, "%s\n",ERROR_LOG[i]); in runTests()