Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/titanic_52/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c61 caddr_t va; /* test target VA */
63 uint_t in_test; /* count of threads in test */
100 struct test_info *test; in ac_mem_test_start() local
135 * again, instead return the current test info. in ac_mem_test_start()
149 * find the test entry in ac_mem_test_start()
153 for (test = test_base; test != NULL; test = test->next) { in ac_mem_test_start()
154 if (test in ac_mem_test_start()
237 struct test_info *test, **prev; ac_mem_test_stop() local
301 struct test_info *test, **prev; ac_mem_test_stop_on_close() local
354 struct test_info *test; ac_mem_test_read() local
506 struct test_info *test; ac_mem_test_write() local
[all...]
/titanic_52/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d.out1 test:entry
2 test:0
3 test:4
4 test:8
5 test:c
6 test:10
7 test:14
8 test:18
9 test:1c
10 test
[all...]
/titanic_52/usr/src/lib/efcode/fcode_test/
H A Daccess.fth26 ." Access test: "
27 0 value word-test
28 0 value char-test
29 0 value end-test
31 variable var-test
32 create access-test
34 here to word-test
36 here to char-test
38 here to end-test
43 " l,+" access-test la
[all...]
H A Dtest64.fth48 create test-64
58 " xa1+.1" test-64 xa1+ test-64 /x + = .passed?
59 " xa+.1" test-64 2 xa+ test-64 /x 2 * + = .passed?
60 " x@.1" test-64 x@ h# 01020304 h# 05060708 xl= .passed?
61 " x@.2" test-64 xa1+ x@ h# 81121314 h# 85161718 xl= .passed?
62 " <l@.1" test-64 2 xa+ dup la1+ <l@ swap x@ x= .passed?
63 " bxjoin.1" 8 7 6 5 4 3 2 1 bxjoin test-64 x@ x= .passed?
64 " wxjoin.1" h# 0708 h# 0506 h# 0304 h# 0102 wxjoin test
[all...]
/titanic_52/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/
H A DKstat.t27 # test script for Sun::Solaris::Kstat
58 my ($test, $ks);
59 $test = 2;
61 print("not ok $test: $@");
63 print("ok $test\n");
65 $test++;
69 print("not ok $test: $@");
71 print("ok $test\n");
73 $test++;
81 print("ok $test\
[all...]
/titanic_52/usr/src/lib/libsqlite/test/
H A Dmemleak.test16 # $Id: memleak.test,v 1.3 2004/02/12 18:46:39 drh Exp $
33 # each round of the test. This number should be constant. If it
39 all.test
40 quick.test
41 malloc.test
42 misuse.test
43 memleak.test
44 btree2.test
45 trans.test
49 attach.test \
[all...]
H A Dquick.test16 # $Id: quick.test,v 1.6 2004/02/11 02:18:07 drh Exp $
25 all.test
26 quick.test
27 btree2.test
28 malloc.test
29 memleak.test
30 misuse.test
35 attach.test \
36 attach2.test \
37 auth.test \
[all...]
H A Dtrigger4.test23 create view test as
26 create trigger I_test instead of insert on test
31 insert into test values(1,2,3);
42 sqlite db test.db
44 insert into test values(4,5,6);
56 create trigger U_test instead of update on test
61 update test set a=22 where id=1;
72 sqlite db test.db
74 update test set b=66 where id=4;
87 insert into test value
[all...]
H A Dall.test16 # $Id: all.test,v 1.19 2003/02/16 22:21:33 drh Exp $
48 # each round of the test. This number should be constant. If it
54 all.test
55 quick.test
56 malloc.test
57 misuse.test
58 memleak.test
60 # btree2.test
69 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
85 # Do one last test t
[all...]
H A Dversion.test18 # $Id: version.test,v 1.9 2004/02/12 19:01:05 drh Exp $
43 set ::bt [btree_open test.db]
58 set rc [catch {sqlite db test.db} msg]
70 sqlite db test.db
84 sqlite db test.db
148 # Here we do the upgrade test.
156 sqlite db test.db
181 catch {file attributes test.db -permissions 0444}
182 catch {file attributes test.db -readonly 1}
183 if {[file writable test
[all...]
H A Dbind.test17 # $Id: bind.test,v 1.1 2003/09/06 22:45:21 drh Exp $
25 set DB [sqlite db test.db]
38 sqlite_bind $VM 1 {test value 1} normal
43 } {1 {} {} {} 2 {test value 1} {} {}}
46 sqlite_bind $VM 3 {'test value 2'} normal
51 } {1 {} {} {} 2 {test value 1} {} {} 3 {test value 1} {} {'test value 2'}}
H A Dbigfile.test18 # $Id: bigfile.test,v 1.3 2003/12/19 12:31:22 drh Exp $
31 # by the first test. We will use this number to make sure that data
60 if {[catch {fake_big_file 4096 test.db}]} {
67 sqlite db test.db
73 # The previous test may fail on some systems because they are unable
75 # tests. We will know the above test failed because the "db" command
88 sqlite db test.db
100 if {[catch {fake_big_file 8192 test.db}]} {
107 sqlite db test.db
120 sqlite db test
[all...]
/titanic_52/usr/src/lib/libc/amd64/gen/
H A Dstrlen.s60 test %edx, %edx
71 test %edx, %edx /* if no null byte, %edx must be 0 */
77 test %edx, %edx
83 test %edx, %edx
89 test %edx, %edx
113 test %dl, %dl
115 test $0x01, %dl
118 test $0x02, %dl
122 test $0x04, %dl
125 test
[all...]
H A Dstrcpy.s37 test %edx, %edx
54 test %edx, %edx /* edx will be 0 if chars are non-null */
75 test %edx, %edx
159 test %edx, %edx /* edx will be 0 if chars are non-null */
172 test %edx, %edx
184 test %edx, %edx
197 test %edx, %edx
209 test %edx, %edx
236 test %edx, %edx
257 test
[all...]
/titanic_52/usr/src/grub/grub-0.97/
H A Dconfigure.ac37 if test "x$enable_maintainer_mode" = xyes; then
39 if test -z "$PERL"; then
45 if test "x$CFLAGS" = x; then
49 if test "x$host_cpu" = xx86_64; then
69 if test "x$with_binutils" != x; then
79 if test "x$ac_cv_prog_gcc" = xyes; then
80 if test "x$default_CFLAGS" = xyes; then
84 if test "x$with_binutils" != x; then
95 if test "x$size_flag" = xyes; then
112 if test "
[all...]
/titanic_52/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c73 struct wcsrtombs_test *test; member
81 test_wcsrtombs_1(const char *locale, struct wcsrtombs_test *test) in test_wcsrtombs_1() argument
97 for (int i = 0; test[i].mbs[0] != 0; i++) { in test_wcsrtombs_1()
99 const wchar_t *wcs = test[i].wcs; in test_wcsrtombs_1()
105 if (cnt != strlen(test[i].mbs)) { in test_wcsrtombs_1()
107 cnt, strlen(test[i].mbs)); in test_wcsrtombs_1()
109 if (strcmp(mbs, test[i].mbs) != 0) { in test_wcsrtombs_1()
111 mbs, test[i].mbs); in test_wcsrtombs_1()
121 test_wcsrtombs_l(const char *locale, struct wcsrtombs_test *test) in test_wcsrtombs_l() argument
143 for (int i = 0; test[ in test_wcsrtombs_l()
168 test_wcsrtombs_thr_iter(test_t t,const char * locale,struct wcsrtombs_test * test) test_wcsrtombs_thr_iter() argument
[all...]
/titanic_52/usr/src/common/ficl/test/
H A Dtestcase.fr7 : test-case ( n -- )
21 see test-case
28 0 test-case
31 1 test-case
34 324 test-case
41 : test-case-2 ( n -- )
58 see test-case-2
67 0 test-case-2
70 1 test-case-2
73 2 test
[all...]
/titanic_52/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c179 test_nl_langinfo_1(const char *locale, struct langinfo_test *test) in test_nl_langinfo_1() argument
197 for (int i = 0; test[i].value != NULL; i++) { in test_nl_langinfo_1()
198 v = nl_langinfo(test[i].param); in test_nl_langinfo_1()
200 test[i].param, test[i].value, v); in test_nl_langinfo_1()
201 if (strcmp(v, test[i].value) != 0) { in test_nl_langinfo_1()
204 test[i].param, test[i].value, v); in test_nl_langinfo_1()
211 test_nl_langinfo_l(const char *locale, struct langinfo_test *test) in test_nl_langinfo_l() argument
235 for (int i = 0; test[ in test_nl_langinfo_l()
[all...]
/titanic_52/usr/src/pkg/manifests/
H A Dsystem-test-testrunner.mf17 set name=pkg.fmri value=pkg:/system/test/testrunner@$(PKGVERS)
23 dir path=opt/test-runner
24 dir path=opt/test-runner/bin
25 dir path=opt/test-runner/man
26 dir path=opt/test-runner/man/man1
27 dir path=opt/test-runner/stf
28 dir path=opt/test-runner/stf/contrib
29 dir path=opt/test-runner/stf/contrib/include
30 dir path=opt/test-runner/stf/include
32 file path=opt/test
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst12 ERROR - $'iffe: test: is sys/types.h a header ... yes
13 iffe: test: is stdio.h a header ... yes'
25 ERROR - $'iffe: test: is sys/types.h a header ... yes
26 iffe: test: is stdio.h a header ... yes
27 iffe: test: is limits.h a header ... yes'
38 ERROR - $'iffe: test: is sys/types.h a header ... yes
39 iffe: test: is stdio.h a header ... yes
40 iffe: test: is no_foo_bar.h a header ... no
41 iffe: test: is no_bar_foo.h a header ... no
42 iffe: test
[all...]
/titanic_52/usr/src/test/
H A DREADME18 1. A Brief History of usr/src/test
25 1. A Brief History of usr/src/test
39 Currently, all the test suites under usr/src/test provide a wrapper script
41 may (for example) allow the script to specify which disks may be used by a test
44 file for a test suite. For specifics on the options available in the framework
58 with the exit value returned by the test. A test may also be marked SKIPPED in
59 the event that a prerequisite test is marked FAIL, or marked KILLED in the
60 event the test time
[all...]
/titanic_52/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c336 test (char *buffer, char *expected) in test() function
354 test ("", "d41d8cd98f00b204e9800998ecf8427e"); in main()
355 test ("a", "0cc175b9c0f1b6a831c399e269772661"); in main()
356 test ("abc", "900150983cd24fb0d6963f7d28e17f72"); in main()
357 test ("message digest", "f96b697d7cb7938d525a2f31aaf161d0"); in main()
358 test ("abcdefghijklmnopqrstuvwxyz", "c3fcd3d76192e4007dfb496cca67e13b"); in main()
359 test ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", in main()
361 test ("12345678901234567890123456789012345678901234567890123456789012345678901234567890", in main()
363 test ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz3456", in main()
365 test ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz34 in main()
[all...]
/titanic_52/usr/src/cmd/mdb/test/
H A DREADME3 This provides a primordial version of a test suite for mdb. To run the tests,
4 run mtest. Tests exist in various subdirectories. The name of the test is
7 A test must start with either:
12 A test must end with either:
17 A test may have an optional .out file which if present indicates that the test
/titanic_52/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.multiple.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
4 test:main:go
H A Dtst.static.ksh.out1 test:main:probe1
2 test:main:probe2
3 test:foo:probe1
4 test:foo:probe2

12345678910>>...18