Home
last modified time | relevance | path

Searched refs:REPORT (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/scripts/
H A Druntest.sh3 rm /data/tests/libc-test/REPORT
6 touch /data/tests/libc-test/REPORT
92 ./runtest -w '' -t 30 $file >> /data/tests/libc-test/REPORT
96 echo "--- gwp_asan test running --- " >> /data/tests/libc-test/REPORT
111 echo "*** ${file} running ***" >> /data/tests/libc-test/REPORT
112 ./${file} >> /data/tests/libc-test/REPORT
113 echo "*** ${file} done *** " >> /data/tests/libc-test/REPORT
122 echo "--- gwp_asan test done ---" >> /data/tests/libc-test/REPORT
H A Druntest_Windows.bat73 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录
137 echo hdc file recv %REMOTE%/REPORT %~dp0REPORT
138 hdc file recv %REMOTE%/REPORT %~dp0REPORT
151 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c
168 echo Check REPORT for more details.
174 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
H A Druntest_linux.sh156 echo hdc file recv ${REMOTE}/REPORT ${SHDIR}/REPORT
157 ${CMD} file recv ${REMOTE}/REPORT ${SHDIR}/REPORT
172 #for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c
173 fail=$(cat -t ${SHDIR}/REPORT | grep 'FAIL ' | wc -l)
188 $(cat -t ${SHDIR}/REPORT | grep 'FAIL ')
/third_party/musl/libc-test/
H A 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:
/third_party/mesa3d/.gitlab-ci/
H A Dskqp-runner.sh140 while read -r REPORT
142 BACKEND_NAME=$(echo "${REPORT}" | sed 's@.*/\([^/]*\)/report.html@\1@')
144 echo "https://$CI_PROJECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/${REPORT}"
/third_party/elfutils/tests/
H A Ddebuginfod-subr.sh54 echo ERROR REPORT $port metrics
60 echo ERROR REPORT "$x"
/third_party/node/deps/llhttp/include/
H A Dllhttp.h224 XX(20, REPORT, REPORT) \
278 XX(20, REPORT, REPORT) \
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DConverterPerformanceTest.java45 encoder.onMalformedInput(CodingErrorAction.REPORT); in setup()
46 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in setup()
/third_party/nghttp2/third-party/llhttp/include/
H A 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/
H A 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()
H A 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/
H A Dconstants.js84 METHODS[METHODS["REPORT"] = 20] = "REPORT";
140 METHODS.REPORT,
/third_party/node/src/
H A Dnode_http_common.h231 V(REPORT, "REPORT") \
/third_party/ffmpeg/tests/
H A DMakefile292 $(addprefix fate-, $(IGNORE_TESTS)): REPORT=ignore macro
305 $(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(TARGET_SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)' '$(THREAD_TYPE)' '$(CPUFLAGS)' '$(CMP_SHIFT)' '$(CMP_TARGET)' '$(SIZE_TOLERANCE)' '$(CMP_UNIT)' '$(GEN)' '$(HWACCEL)' '$(REPORT)' '$(KEEP_FILES)'
/third_party/node/deps/undici/
H A Dundici.js7869 METHODS2[METHODS2["REPORT"] = 20] = "REPORT";
7917 METHODS.REPORT,

Completed in 25 milliseconds