| /src/external/gpl3/gdb/dist/sim/testsuite/pru/ |
| carry.s | 46 .macro test1 alu, dstmode, src0mode, src0init, src1mode, src1init, expected 60 test1 add, " ", " ", 0x00000000, " ", 0x00000000, 0x00000000 62 test1 adc, " ", " ", 0x00000000, " ", 0x00000000, 0x00000000 64 test1 adc, " ", " ", 0x00000001, " ", 0xffffffff, 0x00000000 66 test1 adc, " ", " ", 0x00000010, " ", 0xfffffffe, 0x0000000f 68 test1 adc, " ", " ", 0x00000010, " ", 0x0ffffffe, 0x1000000f 70 test1 adc, " ", " ", 0x00000001, " ", 0xffffffff, 0x00000000 72 test1 add, " ", " ", 0x00000001, " ", 0xffffffff, 0x00000000 74 test1 adc, " ", " ", 0x00000010, " ", 0xfffffffe, 0x0000000f 77 test1 add, " ", ".w0", 0x00000000, ".w0", 0x00000000, 0x0000000 [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/pru/ |
| carry.s | 46 .macro test1 alu, dstmode, src0mode, src0init, src1mode, src1init, expected 60 test1 add, " ", " ", 0x00000000, " ", 0x00000000, 0x00000000 62 test1 adc, " ", " ", 0x00000000, " ", 0x00000000, 0x00000000 64 test1 adc, " ", " ", 0x00000001, " ", 0xffffffff, 0x00000000 66 test1 adc, " ", " ", 0x00000010, " ", 0xfffffffe, 0x0000000f 68 test1 adc, " ", " ", 0x00000010, " ", 0x0ffffffe, 0x1000000f 70 test1 adc, " ", " ", 0x00000001, " ", 0xffffffff, 0x00000000 72 test1 add, " ", " ", 0x00000001, " ", 0xffffffff, 0x00000000 74 test1 adc, " ", " ", 0x00000010, " ", 0xfffffffe, 0x0000000f 77 test1 add, " ", ".w0", 0x00000000, ".w0", 0x00000000, 0x0000000 [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| msgcat-1 | 9 tmpfiles="$tmpfiles mcat-test1.in1 mcat-test1.in2" 10 cat <<EOF > mcat-test1.in1 27 cat <<EOF > mcat-test1.in2 44 tmpfiles="$tmpfiles mcat-test1.out" 46 ${MSGCAT} -o mcat-test1.out mcat-test1.in1 mcat-test1.in2 49 tmpfiles="$tmpfiles mcat-test1.ok" 50 cat << EOF > mcat-test1.o [all...] |
| msgcomm-1 | 8 tmpfiles="$tmpfiles mcomm-test1.in1 mcomm-test1.in2" 9 cat <<EOF > mcomm-test1.in1 15 cat <<EOF > mcomm-test1.in2 21 tmpfiles="$tmpfiles mcomm-test1.out" 23 ${MSGCOMM} --more-than=0 -o mcomm-test1.out mcomm-test1.in1 mcomm-test1.in2 26 tmpfiles="$tmpfiles mcomm-test1.ok" 27 cat << EOF > mcomm-test1.o [all...] |
| msgmerge-1 | 8 tmpfiles="$tmpfiles mm-test1.in1 mm-test1.in2" 9 cat <<EOF > mm-test1.in1 26 cat <<EOF > mm-test1.in2 41 tmpfiles="$tmpfiles mm-test1.out" 43 ${MSGMERGE} -q -o mm-test1.out mm-test1.in1 mm-test1.in2 46 tmpfiles="$tmpfiles mm-test1.ok" 47 cat << EOF > mm-test1.o [all...] |
| msgconv-1 | 8 tmpfiles="$tmpfiles mco-test1.po" 9 cat <<\EOF > mco-test1.po 23 tmpfiles="$tmpfiles mco-test1.out" 25 ${MSGCONV} --to-code=UTF-8 -o mco-test1.out mco-test1.po 28 tmpfiles="$tmpfiles mco-test1.ok" 29 cat <<\EOF > mco-test1.ok 45 ${DIFF} mco-test1.ok mco-test1.out >/dev/null
|
| msginit-1 | 8 tmpfiles="$tmpfiles mi-test1.pot" 9 cat <<\EOF > mi-test1.pot 42 tmpfiles="$tmpfiles mi-test1.tmp mi-test1.out mi-test1.err" 44 ${MSGINIT} -i mi-test1.pot -l ga_IE --no-translator -o mi-test1.tmp 2>mi-test1.err 45 test $? = 0 || { cat mi-test1.err 1>&2; rm -fr $tmpfiles; exit 1; } 46 sed -e '1,15d' < mi-test1.tmp > mi-test1.ou [all...] |
| msgexec-1 | 8 tmpfiles="$tmpfiles mex-test1.po" 9 cat <<\EOF > mex-test1.po 60 tmpfiles="$tmpfiles mex-test1.sh" 61 cat <<\EOF > mex-test1.sh 72 chmod a+x mex-test1.sh 74 tmpfiles="$tmpfiles mex-test1.out" 76 ${MSGEXEC} -i mex-test1.po ./mex-test1.sh > mex-test1.out 79 tmpfiles="$tmpfiles mex-test1.ok [all...] |
| msgunfmt-1 | 8 tmpfiles="$tmpfiles mu-test1.in" 9 cat <<EOF > mu-test1.in 35 tmpfiles="$tmpfiles mu-test1.mo" 37 ${MSGFMT} -o mu-test1.mo mu-test1.in 40 tmpfiles="$tmpfiles mu-test1.out" 42 ${MSGUNFMT} -o mu-test1.out mu-test1.mo 46 ${DIFF} mu-test1.in mu-test1.ou [all...] |
| msgattrib-1 | 8 tmpfiles="$tmpfiles ma-test1.po" 9 cat <<\EOF > ma-test1.po 59 tmpfiles="$tmpfiles ma-test1.out" 61 ${MSGATTRIB} --translated -o ma-test1.out ma-test1.po 64 tmpfiles="$tmpfiles ma-test1.ok" 65 cat <<\EOF > ma-test1.ok 99 ${DIFF} ma-test1.ok ma-test1.out
|
| msgen-1 | 8 tmpfiles="$tmpfiles men-test1.po" 9 cat <<EOF > men-test1.po 32 tmpfiles="$tmpfiles men-test1.out" 34 ${MSGEN} -o men-test1.out men-test1.po 37 tmpfiles="$tmpfiles men-test1.ok" 38 cat <<EOF > men-test1.ok 62 ${DIFF} men-test1.ok men-test1.out
|
| msgcmp-1 | 8 tmpfiles="$tmpfiles mc-test1.in1 mc-test1.in2" 9 cat <<EOF > mc-test1.in1 15 cat <<EOF > mc-test1.in2 22 ${MSGCMP} mc-test1.in1 mc-test1.in2 > /dev/null 2>&1
|
| msgfilter-1 | 36 tmpfiles="$tmpfiles mfi-test1.po" 37 cat <<\EOF > mfi-test1.po 87 tmpfiles="$tmpfiles mfi-test1.out mfi-test1.err" 90 ${MSGFILTER} -i mfi-test1.po -o mfi-test1.out fold -b -s -w 20 >mfi-test1.err 2>&1 92 cat mfi-test1.err | grep -v 'warning: Locale charset' | grep -v '^ ' 95 tmpfiles="$tmpfiles mfi-test1.ok" 96 cat <<\EOF > mfi-test1.o [all...] |
| gettext-1 | 13 tmpfiles="$tmpfiles gt-test1.out" 16 ${GETTEXT} --env LC_ALL=en -e test 'SYS_(C)\n' > gt-test1.out 19 tmpfile="$tmpfiles gtmf-test1.ok" 20 cat <<EOF > gtmf-test1.ok 27 ${DIFF} gtmf-test1.ok gt-test1.out
|
| msggrep-1 | 8 tmpfiles="$tmpfiles mg-test1.po" 9 cat <<\EOF > mg-test1.po 158 tmpfiles="$tmpfiles mg-test1.out" 160 ${MSGGREP} -N pipe-bidi.c -o mg-test1.out mg-test1.po 163 tmpfiles="$tmpfiles mg-test1.ok" 164 cat <<\EOF > mg-test1.ok 191 ${DIFF} mg-test1.ok mg-test1.out
|
| xgettext-1 | 10 tmpfiles="$tmpfiles zero-domain.po xg-test1.err" 15 $top_srcdir/src/xgettext.c >xg-test1.err 2>&1 17 cat xg-test1.err | grep -v 'warning: Charset' | grep -v '^ '
|
| msgfmt-1 | 62 tmpfiles="$tmpfiles mf-test1.out" 66 ' > mf-test1.out 68 tmpfiles="$tmpfiles gtmf-test1.ok" 69 cat <<EOF > gtmf-test1.ok 76 ${DIFF} gtmf-test1.ok mf-test1.out
|
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_comment.py | 16 int test1; 29 test1 = get_cursor(tu, 'test1') 30 self.assertIsNotNone(test1, "Could not find test1.") 31 self.assertTrue(test1.type.is_pod()) 32 raw = test1.raw_comment 33 brief = test1.brief_comment
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| gccw.c | 19 /* -Wmissing-prototypes: no previous prototype for 'test1' */ 21 test1(void) function
|
| /src/usr.sbin/user/ |
| Makefile | 65 -./useradd -m -g=uid test1.1 67 -./${PROG} mod -l test1.2 test1.1 69 -./${PROG} del -r test1.2 71 -./${PROG} add -m test1%1 80 -./${PROG} info test1%1 || echo "User not found"
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| unittest.c | 57 test1 (void) function 89 test1 ();
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| unittest.c | 57 test1 (void) function 89 test1 ();
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| unittest.c | 57 test1 (void) function 89 test1 ();
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| unittest.c | 57 test1 (void) function 89 test1 ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/ |
| parse_options_args.exp | 18 proc test1 { options a b } { 36 test1 { opt1 $v1 opt3 } "vala" "valb"
|