HomeSort by relevance Sort by last modified time
    Searched refs:testrun (Results 1 - 18 of 18) sorted by null

  /external/valgrind/main/none/tests/s390x/
clc.c 27 void testrun(char *a1, char *a2, int l) function
38 testrun(b1 + offset1, b1 + offset2, l);
39 testrun(b1 + offset1, b2 + offset2, l);
40 testrun(b1 + offset1, b3 + offset2, l);
41 testrun(b1 + offset1, b4 + offset2, l);
42 testrun(b2 + offset1, b2 + offset2, l);
43 testrun(b2 + offset1, b3 + offset2, l);
44 testrun(b2 + offset1, b4 + offset2, l);
45 testrun(b3 + offset1, b3 + offset2, l);
46 testrun(b3 + offset1, b4 + offset2, l)
    [all...]
clcle.c 35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) function
49 testrun(b1, l1, b1, l3, pad);
50 testrun(b1, l1, b2, l3, pad);
51 testrun(b1, l1, b3, l3, pad);
52 testrun(b1, l1, b4, l3, pad);
53 testrun(b2, l1, b2, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
56 testrun(b3, l1, b3, l3, pad);
57 testrun(b3, l1, b4, l3, pad)
    [all...]
  /external/elfutils/tests/
run-early-offscn.sh 30 testrun ./early-offscn testfile 0x500
run-bug1-test.sh 30 testrun ./rdwrmmap testfile28
38 testrun ./rdwrmmap testfile29
run-ecp-test2.sh 32 testrun ./ecp testfile2 testfile2.tmp
run-elflint-test.sh 36 testrun ../src/elflint -q testfile32
39 testrun ../src/elflint -q testfile33
42 testrun ../src/elflint -q --gnu-ld testfile42
45 testrun ../src/elflint -q testfile46
run-strip-test.sh 38 testrun ../src/strip -o testfile.temp $debugout $original
45 testrun ../src/elflint -q testfile.temp || status=$?
51 testrun ../src/elflint -q -d testfile.debug.temp || status=$?
54 testrun ../src/unstrip -o testfile.unstrip testfile.temp testfile.debug.temp
57 testrun ../src/elfcmp --hash-inexact $original testfile.unstrip
61 testrun ../src/readelf -S testfile.temp > testfile.sections || status=$?
run-unstrip-test.sh 40 testrun ../src/unstrip -o testfile.unstrip $stripped $debugfile
42 testrun ../src/elfcmp --hash-inexact $original testfile.unstrip
run-ecp-test.sh 32 testrun ./ecp testfile10 testfile10.tmp
run-native-test.sh 71 testrun "$@" -e $1 > /dev/null
75 testrun "$@" -p $$ > /dev/null
78 test $native -eq 0 || testrun "$@" -p $native > /dev/null
run-arextract.sh 38 testrun ./arextract $archive `basename $f` arextract.test || exit 1
run-ranlib-test.sh 41 testrun ../src/ranlib ranlib-test.a
run-ranlib-test2.sh 34 testrun ../src/ranlib $original
test-subr.sh 57 testrun "$@" > $outfile 2>&1 || :
75 testrun() function
run-arsymtest.sh 44 testrun ./arsymtest $lib $tmpfile || exit 1
run-readelf-test1.sh 37 testrun ../src/readelf -r testfile3 > testfile.temp
run-elflint-self.sh 34 testrun ../src/elflint --quiet --gnu-ld $1 ||
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 143 function TestRun(times, test, result) {
156 TestRun.prototype.run_ = function() {
169 * Creates a testrun function for test count invocations of function
188 new TestRun(1, function(i) {
227 new TestRun(1, function() {

Completed in 138 milliseconds