HomeSort by relevance Sort by last modified time
    Searched refs:runtest (Results 26 - 50 of 95) sorted by null

12 3 4

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
mmix-err.exp 26 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/err-*.s]] "" ""
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xtensa/
xtensa-err.exp 26 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/err-*.s]] "" ""
  /external/ltp/testscripts/
diskio.sh 30 ${LTPROOT}/bin/ltp-pan -e -l /tmp/diskiopan.log -S -a ltpdiskio -n ltpdiskio -f ${LTPROOT}/runtest/io_floppy -f ${LTPROOT}/runtest/io_cd
runEALtests.sh 186 cat ${LTPROOT}/../runtest/admin_tools > ${TMP}/alltests
193 cat ${LTPROOT}/../runtest/network_commands >> ${TMP}/alltests
201 cat ${LTPROOT}/../runtest/fsx >> ${TMP}/alltests
ltp-aiodio.sh 23 runTest=0
138 while [ "$runTest" -lt "$run0" ]
141 echo "runTest=$runTest run0=$run0 nextTest=$nextTest"
224 runTest=$(($runTest+1))
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.part
    [all...]
ltpfslvm.sh 159 sort -R ${LTPROOT}/runtest/lvm.part1 -o ${TMPBASE}/lvm.part1
191 sort -R ${LTPROOT}/runtest/lvm.part2 -o ${TMPBASE}/lvm.part2
network.sh 43 echo " -f x where x is a runtest file"
101 cat ${LTPROOT}/runtest/$t >> $CMDFILE
  /external/ltp/runtest/
Makefile 2 # runtest Makefile.
27 INSTALL_DIR := runtest
  /external/valgrind/none/tests/s390x/
flogr.c 88 runtest(void (*func)(unsigned long, unsigned long *, unsigned long *, function
125 runtest(flogr1);
126 runtest(flogr2);
127 runtest(flogr3);
  /external/toolchain-utils/go/
test_go 30 go_local build -o runtest test/run.go
31 runtest="${PWD}/runtest"
35 GOOS="$(go_${target} env GOOS)" GOARCH="$(go_${target} env GOARCH)" ${runtest} -n=1 ${verbose_run_test} -show_skips -summary -target="${target}" "$@"
  /external/ltp/android/
Android.mk 31 LOCAL_TEST_DATA := $(call find-test-data-in-subdirs,external/ltp,"*",runtest)
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate01.c 111 void runtest(int, int, loff_t);
206 runtest(0, fd_mode1, expected_size);
209 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size);
219 void runtest(int mode, int fd, loff_t expected_size) function
  /external/toybox/
run-tests-on-android.sh 6 adb push scripts/runtest.sh /data/local/tmp/toybox-tests/
35 source /data/local/tmp/toybox-tests/runtest.sh ; \
  /external/ltp/
ltpmenu 334 LIST=$(for i in `ls -1 -A -I "CVS" runtest`; do echo -n "$i "; j=$(head -n1 runtest/$i | cut -d: -f2|sed s/" "/_/g); echo -n "$j off "; done)
353 cat ./runtest/$(echo $i | sed -e 's/"//g') \
442 # in /runtest. Users can list the contents of each file.
444 # Input: Files from /runtest
452 SCENARIOS=$(for i in `ls -1 -A -I "CVS" runtest`;do echo -n "$i [more...] "; done)
467 --textbox runtest/$scenario_item 17 70
  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 74 def runtest(ns, test): function
103 # Reuse the same instance to all calls to runtest(). Some
106 if runtest.stringio is None:
108 runtest.stringio = stream
110 stream = runtest.stringio
135 runtest.stringio = None
runtest_mp.py 16 from test.libregrtest.runtest import (
17 runtest, INTERRUPTED, CHILD_ERROR, PROGRESS_MIN_TIME,
71 result = runtest(ns, testname)
  /external/autotest/client/bin/
test.py 110 def runtest(job, url, tag, args, dargs): function
112 utils.system('logger "autotest runtest %s"' % url, ignore_status=True)
113 common_test.runtest(job, url, tag, args, dargs, locals(), globals(),
  /external/ltp/testcases/kernel/io/direct_io/
diotest2.c 77 * runtest: write the data to the file. Read the data from the file and compare.
81 int runtest(int fd_r, int fd_w, int iter, off64_t offset, int action) function
188 if (runtest(fd_r, fd_w, iter, offset, action) < 0) {
207 if (runtest(fd_r, fd_w, iter, offset, action) < 0) {
228 if (runtest(fd_r, fd_w, iter, offset, action) < 0) {
diotest3.c 85 * runtest: write the data to the file. Read the data from the file and compare.
91 int runtest(int fd_r, int fd_w, int childnum, int action) function
146 * child_function: open the file for read and write. Call the runtest routine.
167 if (runtest(fd_r, fd_w, childnum, action) == -1) {
188 if (runtest(fd_r, fd_w, childnum, action) == -1) {
209 if (runtest(fd_r, fd_w, childnum, action) == -1) {
diotest5.c 82 * runtest: Write the data in vector array to the file. Read the data
85 int runtest(int fd_r, int fd_w, int iter, off64_t offset, int action) function
225 if (runtest(fd_r, fd_w, iter, offset, action) < 0) {
247 if (runtest(fd_r, fd_w, iter, offset, action) < 0) {
268 if (runtest(fd_r, fd_w, iter, offset, action) < 0) {
diotest6.c 81 * runtest: write the data to the file. Read the data from the file and compare.
85 int runtest(int fd_r, int fd_w, int childnum, int action) function
172 * child_function: open the file for read and write. Call the runtest routine.
192 if (runtest(fd_r, fd_w, childnum, action) == -1) {
214 if (runtest(fd_r, fd_w, childnum, action) == -1) {
235 if (runtest(fd_r, fd_w, childnum, action) == -1) {
  /external/toybox/scripts/
test.sh 26 . "$TOPDIR"/scripts/runtest.sh
  /external/ltp/testcases/kernel/mem/vmtests/
stack_space.c 67 int runtest();
122 runtest();
136 int runtest() function
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 74 int runtest(void);
127 runtest();
132 int runtest(void) function
  /external/ltp/testcases/kernel/fs/ftest/
ftest01.c 69 static void runtest(void);
108 runtest();
151 static void runtest(void) function

Completed in 602 milliseconds

12 3 4