Searched refs:REPORT (Results 1 – 25 of 27) sorted by relevance
12
/third_party/openh264/autotest/unitTest/ |
D | run_ParseUTxml.sh | 6 REPORT=$1 7 if [ ! -e ${REPORT} ];then 8 echo "The directory of ${REPORT} dose't not exit,please check the test log" 55 xmlcount=`ls $REPORT | wc -l` 56 xmlfiles=`ls $REPORT` 58 then echo There is nothing xml files generated at $REPORT 62 parse_unittest $REPORT/$file 65 echo Total $xmlcount files at $REPORT,all sucessful 68 echo Total $xmlcount files at $REPORT,${UT_Failed_Num} error cases
|
/third_party/musl/libc-test/ |
D | Makefile | 77 $(B)/$(1)/all: $(B)/$(1)/REPORT 78 $(B)/$(1)/run: $(B)/$(1)/cleanerr $(B)/$(1)/REPORT 83 $(B)/$(1)/REPORT: $$($(1).ERRS) 86 $(B)/REPORT: $(B)/$(1)/REPORT 120 all run: $(B)/REPORT 125 rm -f $(B)/REPORT $(B)/*/REPORT 126 $(B)/REPORT:
|
D | README-HowtoRun.md | 24 3. 将bat脚本复制到windows环境下使用!windows端双击运行runtest_Windows.bat,执行完毕会将详细错误结果信息REPORT返回到当前bat所在目录,并对结果进行统计生… 31 Check REPORT for more details.
|
D | .gitignore | 7 REPORT
|
D | README | 13 a REPORT file that contains all build and runtime errors 84 target.err file and in the end they are concatenated into a REPORT
|
/third_party/musl/ndk-test/script/ |
D | runtest.sh | 5 rm REPORT 6 touch REPORT 20 /data/ndk-test/libc-test/common/runtest -w '' /data/ndk-test/libc-test/$file >> REPORT 48 RETURN=`./$var >> ../../REPORT 2>&1`
|
D | runtest_Windows.bat | 39 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 动态库传输 59 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 动态库传输 81 echo hdc file recv %REMOTE%/REPORT %~dp0REPORT 82 hdc file recv %REMOTE%/REPORT %~dp0REPORT 83 @REM echo hdc file recv %REMOTE%/REPORT-SANITIZE %~dp0REPORT-SANITIZE 84 @REM hdc file recv %REMOTE%/REPORT-SANITIZE %~dp0REPORT-SANITIZE 100 @REM REPORT文件比较
|
D | runtest-sanitize.sh | 3 rm REPORT-SANITIZE 4 touch REPORT-SANITIZE 40 echo "[ERROR] asan/$case failed." | tee -a REPORT-SANITIZE 41 sanitize/asan/$case >> REPORT-SANITIZE 227 echo "[ERROR] scudo/$case failed." | tee -a REPORT-SANITIZE 246 echo "[ERROR] ubsan/$case failed." | tee -a REPORT-SANITIZE 247 sanitize/ubsan/$case >> REPORT-SANITIZE
|
/third_party/musl/scripts/ |
D | runtest.sh | 3 rm /data/tests/libc-test/REPORT 6 touch /data/tests/libc-test/REPORT 74 ./runtest -w '' $file 12345 34567 >> /data/tests/libc-test/REPORT 76 ./runtest -w '' -t 30 $file >> /data/tests/libc-test/REPORT
|
D | runtest_Windows.bat | 54 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 100 echo hdc file recv %REMOTE%/REPORT %~dp0REPORT 101 hdc file recv %REMOTE%/REPORT %~dp0REPORT 114 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c 131 echo Check REPORT for more details. 137 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
|
D | runtest_linux.sh | 127 echo hdc file recv ${REMOTE}/REPORT ${SHDIR}/REPORT 128 ${CMD} file recv ${REMOTE}/REPORT ${SHDIR}/REPORT 144 fail=$(cat -t ${SHDIR}/REPORT | grep '^FAIL ' | wc -l)
|
/third_party/musl/ndk-test/sanitize/ |
D | runtest.sh | 3 touch REPORT 4 rm REPORT 41 echo "[ERROR] asan/$case failed." | tee -a REPORT 42 sanitize/asan/$case >> REPORT 228 echo "[ERROR] scudo/$case failed." | tee -a REPORT 247 echo "[ERROR] ubsan/$case failed." | tee -a REPORT 248 sanitize/ubsan/$case >> REPORT
|
/third_party/mesa3d/.gitlab-ci/ |
D | skqp-runner.sh | 140 while read -r REPORT 142 BACKEND_NAME=$(echo "${REPORT}" | sed 's@.*/\([^/]*\)/report.html@\1@') 144 …JECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/${REPORT}"
|
/third_party/musl/ndk-test/ |
D | README.md | 77 4. 若以上步骤执行成功,脚本会产生一个REPORT和REPORT-SANITIZE文件,来分别记录ndk-test和sanitize测试案例运行的结果
|
D | README.en.md | 77 4. If the above steps are executed successfully, the script will generate a REPORT and REPORT-SANI…
|
/third_party/elfutils/tests/ |
D | debuginfod-subr.sh | 54 echo ERROR REPORT $port metrics 60 echo ERROR REPORT "$x"
|
/third_party/node/deps/llhttp/include/ |
D | llhttp.h | 202 XX(20, REPORT, REPORT) \
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | ConverterPerformanceTest.java | 45 encoder.onMalformedInput(CodingErrorAction.REPORT); in setup() 46 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in setup()
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 348 XX(20, REPORT, REPORT) \ 402 XX(20, REPORT, REPORT) \
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestConversion.java | 207 cc.cbErrorAction = CodingErrorAction.REPORT; in TestFromUnicode() 275 encoder.onMalformedInput(CodingErrorAction.REPORT); in FromUnicodeCase() 497 cc.cbErrorAction = CodingErrorAction.REPORT; in TestToUnicode() 500 cc.cbErrorAction = CodingErrorAction.REPORT; in TestToUnicode() 561 decoder.onMalformedInput(CodingErrorAction.REPORT); in ToUnicodeCase()
|
D | TestCharset.java | 836 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in TestSurrogateBehavior() 837 encoder.onMalformedInput(CodingErrorAction.REPORT); in TestSurrogateBehavior() 2486 decoder.onMalformedInput(CodingErrorAction.REPORT); in execDecoder() 2487 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execDecoder() 2503 encoder.onMalformedInput(CodingErrorAction.REPORT); in execEncoder() 2504 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execEncoder() 2536 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execMalformed() 2568 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execConvertAll()
|
/third_party/node/src/ |
D | node_http_common.h | 230 V(REPORT, "REPORT") \
|
/third_party/node/doc/guides/ |
D | security-release-process.md | 15 * ***H1 REPORT LINK***: ***DESCRIPTION*** (***CVE or H1 CVE request link***)
|
/third_party/ffmpeg/tests/ |
D | Makefile | 243 $(addprefix fate-, $(IGNORE_TESTS)): REPORT=ignore macro
|
/third_party/elfutils/libdwfl/ |
D | ChangeLog | 3001 * linux-kernel-modules.c (report_kernel): Don't leak FD if !REPORT.
|
12