/third_party/elfutils/tests/ |
D | run-strip-reloc.sh | 27 runtest() { function 115 runtest hello_i386.ko 1 116 runtest hello_x86_64.ko 1 117 runtest hello_ppc64.ko 1 118 runtest hello_s390.ko 1 119 runtest hello_aarch64.ko 1 120 runtest hello_m68k.ko 1 121 runtest hello_riscv64.ko 1 122 runtest hello_csky.ko 1 125 runtest ${abs_top_builddir}/src/strip 0 [all …]
|
/third_party/python/Lib/test/ |
D | xmltests.py | 9 def runtest(name): function 15 runtest("test.test_minidom") 16 runtest("test.test_pyexpat") 17 runtest("test.test_sax") 18 runtest("test.test_xml_dom_minicompat") 19 runtest("test.test_xml_etree") 20 runtest("test.test_xml_etree_c") 21 runtest("test.test_xmlrpc")
|
/third_party/musl/ndk-test/script/ |
D | runtest_Windows.bat | 9 @REM runtest脚本所在目录 39 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 动态库传输 59 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 动态库传输 63 echo Sending runtest.sh 64 hdc file send %SHDIR%\runtest.sh %REMOTE%/runtest.sh 65 @REM hdc file send %SHDIR%\runtest-sanitize.sh %REMOTE%/runtest-sanitize.sh 66 hdc shell chmod u+x %REMOTE%/runtest.sh 67 @REM hdc shell chmod u+x %REMOTE%/runtest-sanitize.sh 68 echo runtest.sh has been transported. 69 echo runtest-sanitize.sh has been transported. [all …]
|
/third_party/pcre2/pcre2/maint/ |
D | ManyConfigTests | 138 runtest() function 286 runtest 294 runtest 302 runtest 321 runtest 344 runtest 367 runtest 384 runtest 395 runtest 444 runtest
|
/third_party/rust/crates/libc/ci/docker/i686-linux-android/ |
D | Dockerfile | 32 CARGO_TARGET_I686_LINUX_ANDROID_RUNNER=/tmp/runtest \ 36 ADD runtest-android.rs /tmp/runtest.rs 43 rustc /tmp/runtest.rs -o /tmp/runtest && \
|
/third_party/rust/crates/libc/ci/docker/arm-linux-androideabi/ |
D | Dockerfile | 32 CARGO_TARGET_ARM_LINUX_ANDROIDEABI_RUNNER=/tmp/runtest \ 36 ADD runtest-android.rs /tmp/runtest.rs 43 rustc /tmp/runtest.rs -o /tmp/runtest && \
|
/third_party/rust/crates/libc/ci/docker/aarch64-linux-android/ |
D | Dockerfile | 32 CARGO_TARGET_AARCH64_LINUX_ANDROID_RUNNER=/tmp/runtest \ 36 ADD runtest-android.rs /tmp/runtest.rs 43 rustc /tmp/runtest.rs -o /tmp/runtest && \
|
/third_party/musl/libc-test/ |
D | README-HowtoRun.md | 50 4. 若要单独执行测试用例,将编译结果目录下的`runtest`与需要执行的用例传输到单板 52 单板执行 `./runtest -w '' {filename}`,例如: 56 # ./runtest -w '' memmem 61 # ./runtest -w '' pthread_atfork-errno-clobber
|
D | Makefile | 12 RUN_TEST = $(RUN_WRAP) $(B)/common/runtest.exe -w '$(RUN_WRAP)' 65 LIBS:=$(foreach n,$(NAMES),$($(n).LIBS)) $(B)/common/runtest.exe 96 $(B)/common/all: $(B)/common/runtest.exe 98 $(ERRS): $(B)/common/runtest.exe | $(BDIRS) 123 …rm -f $(OBJS) $(BINS) $(LIBS) $(B)/common/libtest.a $(B)/common/runtest.exe $(B)/common/options.h …
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate01.c | 110 void runtest(int, int, loff_t); 205 runtest(0, fd_mode1, expected_size); in main() 208 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size); in main() 218 void runtest(int mode, int fd, loff_t expected_size) in runtest() function
|
/third_party/ltp/ |
D | ltpmenu | 334 …LIST=$(for i in `ls -1 -A -I "CVS" runtest`; do echo -n "$i "; j=$(head -n1 runtest/$i | cut -d: -… 353 cat ./runtest/$(echo $i | sed -e 's/"//g') \ 452 SCENARIOS=$(for i in `ls -1 -A -I "CVS" runtest`;do echo -n "$i [more...] "; done) 467 --textbox runtest/$scenario_item 17 70
|
D | Makefile | 69 INSTALL_TARGETS += runtest scenario_groups testscripts 70 CLEAN_TARGETS += include runtest scenario_groups testscripts 202 @set -e; $(top_srcdir)/lib/newlib_tests/runtest.sh -b $(abs_builddir) $(1)
|
/third_party/ltp/doc/ |
D | ltp-run-files.txt | 1 The runtest files contain a list of test cases to be executed. 21 So the splice02 runtest entry pipes the output of seq into the splice02 test 22 executable. Most runtest entries are simpler than this, for example 35 been fully converted to the LTP format, others have runtest files generated
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | diotest2.c | 81 int runtest(int fd_r, int fd_w, int iter, off64_t offset, int action) in runtest() function 188 if (runtest(fd_r, fd_w, iter, offset, action) < 0) { in main() 207 if (runtest(fd_r, fd_w, iter, offset, action) < 0) { in main() 228 if (runtest(fd_r, fd_w, iter, offset, action) < 0) { in main()
|
D | diotest3.c | 91 int runtest(int fd_r, int fd_w, int childnum, int action) in runtest() function 167 if (runtest(fd_r, fd_w, childnum, action) == -1) { in child_function() 188 if (runtest(fd_r, fd_w, childnum, action) == -1) { in child_function() 209 if (runtest(fd_r, fd_w, childnum, action) == -1) { in child_function()
|
D | diotest5.c | 85 int runtest(int fd_r, int fd_w, int iter, off64_t offset, int action) in runtest() function 225 if (runtest(fd_r, fd_w, iter, offset, action) < 0) { in main() 247 if (runtest(fd_r, fd_w, iter, offset, action) < 0) { in main() 268 if (runtest(fd_r, fd_w, iter, offset, action) < 0) { in main()
|
D | diotest6.c | 85 int runtest(int fd_r, int fd_w, int childnum, int action) in runtest() function 192 if (runtest(fd_r, fd_w, childnum, action) == -1) { in child_function() 214 if (runtest(fd_r, fd_w, childnum, action) == -1) { in child_function() 235 if (runtest(fd_r, fd_w, childnum, action) == -1) { in child_function()
|
/third_party/ltp/testscripts/ |
D | ltp-aiodio.sh | 232 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part1 -o ${TMPBASE}/ltp-aio-stress.part1 244 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part2 -o ${TMPBASE}/ltp-aio-stress.part2 259 sort -R ${LTPROOT}/runtest/ltp-aiodio.part1 -o ${TMPBASE}/ltp-aiodio.part1 269 sort -R ${LTPROOT}/runtest/ltp-aiodio.part2 -o ${TMPBASE}/ltp-aiodio.part2 281 sort -R ${LTPROOT}/runtest/ltp-aiodio.part3 -o ${TMPBASE}/ltp-aiodio.part3 300 sort -R ${LTPROOT}/runtest/ltp-aiodio.part4 -o ${TMPBASE}/ltp-aiodio.part4
|
/third_party/musl/libc-test/src/common/ |
D | BUILD.gn | 14 "runtest.c", 44 ohos_executable("runtest") { 45 sources = [ "runtest.c" ]
|
/third_party/unity/test/ |
D | rakefile_helper.rb | 150 def runtest(bin_name, ok_to_fail = false, extra_args = nil) method 221 output = runtest(test_base + " -v -r") 246 output = runtest(test_base) 296 output = runtest(test_base)
|
/third_party/musl/ndk-test/ |
D | README.md | 41 │ ├── runtest-sanitize.sh 42 │ ├── runtest.sh
|
/third_party/musl/scripts/ |
D | runtest_Windows.bat | 15 @REM runtest脚本所在目录 72 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 124 hdc file send %SHDIR%\runtest.sh %REMOTE%/runtest.sh 125 hdc shell chmod +x %REMOTE%/runtest.sh 126 hdc shell %REMOTE%/runtest.sh
|
D | runtest.sh | 97 ./runtest -w '' $file 12345 34567 >> /data/tests/libc-test/REPORT 99 ./runtest -w '' -t 30 $file >> /data/tests/libc-test/REPORT
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
D | stack_space.c | 67 int runtest(); 122 runtest(); 136 int runtest() in runtest() function
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir09.c | 74 int runtest(void); 127 runtest(); in main() 132 int runtest(void) in runtest() function
|