Home
last modified time | relevance | path

Searched refs:REPORT (Results 1 – 25 of 25) sorted by relevance

/third_party/openh264/autotest/unitTest/
Drun_ParseUTxml.sh6 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/scripts/
Druntest.sh3 rm /data/tests/libc-test/REPORT
6 touch /data/tests/libc-test/REPORT
95 ./runtest -w '' -t 30 $file >> /data/tests/libc-test/REPORT
99 echo "--- gwp_asan test running --- " >> /data/tests/libc-test/REPORT
114 echo "*** ${file} running ***" >> /data/tests/libc-test/REPORT
115 ./${file} >> /data/tests/libc-test/REPORT
116 echo "*** ${file} done *** " >> /data/tests/libc-test/REPORT
125 echo "--- gwp_asan test done ---" >> /data/tests/libc-test/REPORT
Druntest_Windows.bat72 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录
130 echo hdc file recv %REMOTE%/REPORT %~dp0REPORT
131 hdc file recv %REMOTE%/REPORT %~dp0REPORT
144 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c
161 echo Check REPORT for more details.
167 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
Druntest_linux.sh149 echo hdc file recv ${REMOTE}/REPORT ${SHDIR}/REPORT
150 ${CMD} file recv ${REMOTE}/REPORT ${SHDIR}/REPORT
166 fail=$(cat -t ${SHDIR}/REPORT | grep 'FAIL ' | wc -l)
/third_party/musl/libc-test/
DMakefile77 $(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:
DREADME-HowtoRun.md24 3. 将bat脚本复制到windows环境下使用!windows端双击运行runtest_Windows.bat,执行完毕会将详细错误结果信息REPORT返回到当前bat所在目录,并对结果进行统计生…
31 Check REPORT for more details.
D.gitignore7 REPORT
DREADME13 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/vixl/tools/
Dcode_coverage.sh64 REPORT="llvm-cov report $RUNNER -instr-profile=$PROFDATA $BUILDDIR/src/"
65 eval $REPORT
68 eval $REPORT | tail -n1 | tr -s " " | cut -d" " -f4,7,10 | xargs -i printf "%s %s\n" `date +%s` {} …
/third_party/mesa3d/.gitlab-ci/
Dskqp-runner.sh140 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/node/deps/llhttp/include/
Dllhttp.h224 XX(20, REPORT, REPORT) \
278 XX(20, REPORT, REPORT) \
/third_party/elfutils/tests/
Ddebuginfod-subr.sh54 echo ERROR REPORT $port metrics
60 echo ERROR REPORT "$x"
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DConverterPerformanceTest.java45 encoder.onMalformedInput(CodingErrorAction.REPORT); in setup()
46 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in setup()
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h349 XX(20, REPORT, REPORT) \
403 XX(20, REPORT, REPORT) \
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java207 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()
DTestCharset.java838 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in TestSurrogateBehavior()
839 encoder.onMalformedInput(CodingErrorAction.REPORT); in TestSurrogateBehavior()
2488 decoder.onMalformedInput(CodingErrorAction.REPORT); in execDecoder()
2489 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execDecoder()
2505 encoder.onMalformedInput(CodingErrorAction.REPORT); in execEncoder()
2506 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execEncoder()
2538 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execMalformed()
2570 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execConvertAll()
/third_party/node/deps/undici/src/lib/llhttp/
Dconstants.d.ts72 REPORT = 20, enumerator
Dconstants.js140 METHODS.REPORT,
/third_party/node/src/
Dnode_http_common.h231 V(REPORT, "REPORT") \
/third_party/ffmpeg/tests/
DMakefile292 $(addprefix fate-, $(IGNORE_TESTS)): REPORT=ignore macro
/third_party/node/doc/contributing/
Dsecurity-release-process.md45 * _**H1 REPORT LINK**_: _**DESCRIPTION**_ (_**CVE or H1 CVE request link**_)
/third_party/node/deps/undici/
Dundici.js7917 METHODS.REPORT,
/third_party/elfutils/libdwfl/
DChangeLog3001 * linux-kernel-modules.c (report_kernel): Don't leak FD if !REPORT.
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs10953 METHODS2[METHODS2["REPORT"] = 20] = "REPORT";
11001 METHODS.REPORT,
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt9 REPORT ISSUES: https://github.com/ocornut/imgui/issues