Home
last modified time | relevance | path

Searched refs:stest (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/multimedia/mpv/mpv-0.34.1/test/
H A Dscale_test.c63 if (!write_image(img, &opts, path, stest->ctx->global, stest->ctx->log)) { in dump_image()
107 if (!stest->sws) { in repack_test_run()
110 stest->sws = mp_sws_alloc(stest); in repack_test_run()
117 talloc_steal(stest, stest->img_repack_rgb8); in repack_test_run()
118 talloc_steal(stest, stest->img_repack_rgba8); in repack_test_run()
119 talloc_steal(stest, stest->img_repack_rgb16); in repack_test_run()
120 talloc_steal(stest, stest->img_repack_rgba16); in repack_test_run()
141 test_img = hidepth ? stest->img_repack_rgb16 : stest->img_repack_rgb8; in repack_test_run()
147 if (!stest->fns->supports_fmts(stest->fns_priv, mpfmt, test_img->imgfmt)) in repack_test_run()
160 bool ok = stest->fns->scale(stest->fns_priv, dst, test_img); in repack_test_run()
[all …]
H A Dscale_zimg.c29 struct scale_test *stest = talloc_zero(NULL, struct scale_test); in run() local
30 stest->fns = &fns; in run()
31 stest->fns_priv = zimg; in run()
32 stest->test_name = "repack_zimg"; in run()
33 stest->ctx = ctx; in run()
35 repack_test_run(stest); in run()
50 assert_text_files_equal(stest->ctx, "zimg_formats.txt", "zimg_formats.txt", in run()
53 talloc_free(stest); in run()
H A Dscale_sws.c30 struct scale_test *stest = talloc_zero(NULL, struct scale_test); in run() local
31 stest->fns = &fns; in run()
32 stest->fns_priv = sws; in run()
33 stest->test_name = "repack_sws"; in run()
34 stest->ctx = ctx; in run()
36 repack_test_run(stest); in run()
38 talloc_free(stest); in run()
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest1.t156 stest( $paranote1->level, 3, 'level');
162 stest( $title1->id, 'title1', 'id');
163 stest( $title1->att('id'), 'title1', 'att( id)');
164 stest( $title1->att('no'), '1', 'att( no)');
175 stest( $title1->id, 'newid', 'set_att(id)');
178 stest( $title1->id, 'title1', 'set_id');
179 stest( $title1->att( 'id'), 'title1', 'set_id');
185 stest( $title1->att( 'id'), '', 'del_atts');
188 stest( $title1->id, 'newtitleid', 'id');
274 stest( $section1->sprint,
[all …]
H A Dxmlxpath_test1.t163 stest( $paranote1->level, 3, 'level');
169 stest( $title1->id, 'title1', 'id');
170 stest( $title1->att('id'), 'title1', 'att( id)');
171 stest( $title1->att('no'), '1', 'att( no)');
173 stest( $title1->att('no'), 'Auto', 'set att( no)');
182 stest( $title1->id, 'newid', 'set_att(id)');
185 stest( $title1->id, 'title1', 'set_id');
186 stest( $title1->att( 'id'), 'title1', 'set_id');
192 stest( $title1->att( 'id'), '', 'del_atts');
195 stest( $title1->id, 'newtitleid', 'id');
[all …]
H A Dtest4.t35 stest( $toc, "Title bold:Title", "text method");
41 stest( $toc, "Title <b>bold</b>:Title", "sprint method");
48 stest( $toc, "Title <b>bold</b>:Title", "sprint method with purge");
103 stest( $doc, "<doc>string with ' here</doc>", "apos without KeepEncoding");
108 stest( $doc, "<doc>string with ' here</doc>", "apos WITH KeepEncoding");
126 stest( $doc, $s, "&amp; in text");
132 stest( $doc, $s, "&amp; in attribute");
138 stest( $doc, $s, "&lt; in text");
144 stest( $doc, $s, "&lt; in attribute");
150 stest( $doc, '<doc>string with " here</doc>', "&quot; in text");
[all …]
/dports/converters/p5-Convert-ASN1/Convert-ASN1-0.33/t/
H A D03seqof.t22 stest 6, "9:5:3:1", join(":", @{$ret->{'ints'}});
46 stest 8, $result, $asn->encode(
56 stest 13, 'fred', $ret->{'seq'}[0]{'str'};
57 stest 14, 'joe', $ret->{'seq'}[1]{'str'};
58 stest 15, "a:b:c", join(":", @{$ret->{'seq'}[0]{'val'}});
59 stest 16, "q:w:e", join(":", @{$ret->{'seq'}[1]{'val'}});
89 stest 20, $result, $asn->encode(
105 stest 26, 'a', $ret->{issuer}{rdnSequence}[0][0]{value};
106 stest 27, 'b', $ret->{issuer}{rdnSequence}[0][1]{value};
107 stest 28, 'c', $ret->{issuer}{rdnSequence}[1][0]{value};
[all …]
H A D00prim.t17 stest 4, pack("C*", 129), asn_encode_tag(129);
18 stest 5, pack("C*", 0x1f,0x20), asn_encode_tag(0x201f);
19 stest 6, pack("C*", 0x5f,0x82,0x01), asn_encode_tag(0x01825f);
29 stest 13, pack("C*", 45), asn_encode_length(45);
30 stest 14, pack("C*", 0x81,0x8b), asn_encode_length(139);
51 stest 24, $buf, $asn->encode(null => 1) or warn $asn->error;
101 stest $test++, $result, $asn->encode(9) or warn $asn->error;
120 stest $test++, $val, $ret->{'str'};
141 stest $test++, $val, $ret->{'oid'};
232 stest $test++, $val, $ret->{'roid'};
[all …]
H A D18tagdefault.t28 stest 4, $result, $type1->encode($value) or warn $asn->error;
30 stest 6, $value, $ret;
35 stest 8, $result, $type2->encode($value) or warn $asn->error;
37 stest 10, $value, $ret;
42 stest 12, $result, $type3->encode($value) or warn $asn->error;
44 stest 14, $value, $ret;
49 stest 16, $result, $type4->encode($value) or warn $asn->error;
51 stest 18, $value, $ret;
56 stest 20, $result, $type5->encode($value) or warn $asn->error;
58 stest 22, $value, $ret;
[all …]
H A D06bigint.t28 stest 3, $result, $asn->encode(integer => $num) or warn $asn->error;
36 stest 8, $result, $asn->encode(integer => $num) or warn $asn->error;
43 stest 12, $result, $asn->encode(integer => $num) or warn $asn->error;
50 stest 16, $result, $asn->encode(integer => $num) or warn $asn->error;
57 stest 20, $result, $asn->encode(integer => $num) or warn $asn->error;
66 stest 24, $result, $asn->encode(integer => $num) or warn $asn->error;
77 stest 28, $result, $asn->encode(integer => $num) or warn $asn->error;
84 stest 32, $result, $asn->encode(integer => $num) or warn $asn->error;
104 stest $test++, $result, $asn->encode(integer => $val) or warn $asn->error;
119 stest $test++, $result, $asn->encode(bcd => $val) or warn $asn->error;
[all …]
/dports/x11/dmenu/freebsd-dmenu-5.0/
H A DMakefile6 SRC = drw.c dmenu.c stest.c util.c
9 all: options dmenu stest
28 stest: stest.o target
29 $(CC) -o $@ stest.o $(LDFLAGS)
32 rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz
37 drw.h util.h dmenu_path dmenu_run stest.1 $(SRC)\
49 chmod 755 $(DESTDIR)$(PREFIX)/bin/stest
52 sed "s/VERSION/$(VERSION)/g" < stest.1 > $(DESTDIR)$(MANPREFIX)/man1/stest.1
54 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/stest.1
60 $(DESTDIR)$(PREFIX)/bin/stest\
[all …]
/dports/lang/php81/php-8.1.1/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/www/mod_php80/php-8.0.15/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/lang/php80/php-8.0.15/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/lang/php74/php-7.4.27/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/lang/php73/php-7.3.33/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/www/mod_php73/php-7.3.33/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/www/mod_php81/php-8.1.1/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/www/mod_php74/php-7.4.27/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/dill/dill/tests/
H A DMakefile.am5 EXTRA_PROGRAMS = regress ctest stest call-test t1 pkg_test cplus
19 test: call-test.stamp stest.stamp ctest.stamp regress.stamp t1.stamp pkg_test.stamp
21 valgrind: call-test.valgrind stest.valgrind ctest.valgrind regress.valgrind t1.valgrind pkg_test.va…
39 stest.stamp: stest@EXEEXT@
40 ./stest 1>tmp.out 2>&1
41 diff -w tmp.out $(srcdir)/stest.out && touch stest.stamp
44 stest.valgrind: stest@EXEEXT@
45 $(VALGRIND) ./stest 1>/dev/null 2>&1
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/dwarfviewer/
H A Dunit1.pas490 s1, s2, s3, s4, stest: String;
567 stest := ToHexCommaList(p,1);
573 stest := ToHexCommaList(p,2);
579 stest := ToHexCommaList(p,4);
585 stest := ToHexCommaList(p,8);
603 stest := ToHexCommaList(p,1);
609 stest := ToHexCommaList(p,1);
616 stest := ToHexCommaList(p,3);
623 stest := ToHexCommaList(p,4);
631 stest := ToHexCommaList(p,8);
[all …]
/dports/editors/lazarus/lazarus/components/fpdebug/test/dwarfviewer/
H A Dunit1.pas488 s1, s2, s3, s4, stest: String;
565 stest := ToHexCommaList(p,1);
571 stest := ToHexCommaList(p,2);
577 stest := ToHexCommaList(p,4);
583 stest := ToHexCommaList(p,8);
601 stest := ToHexCommaList(p,1);
607 stest := ToHexCommaList(p,1);
614 stest := ToHexCommaList(p,3);
621 stest := ToHexCommaList(p,4);
629 stest := ToHexCommaList(p,8);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/test/dwarfviewer/
H A Dunit1.pas488 s1, s2, s3, s4, stest: String;
565 stest := ToHexCommaList(p,1);
571 stest := ToHexCommaList(p,2);
577 stest := ToHexCommaList(p,4);
583 stest := ToHexCommaList(p,8);
601 stest := ToHexCommaList(p,1);
607 stest := ToHexCommaList(p,1);
614 stest := ToHexCommaList(p,3);
621 stest := ToHexCommaList(p,4);
629 stest := ToHexCommaList(p,8);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/dwarfviewer/
H A Dunit1.pas490 s1, s2, s3, s4, stest: String;
567 stest := ToHexCommaList(p,1);
573 stest := ToHexCommaList(p,2);
579 stest := ToHexCommaList(p,4);
585 stest := ToHexCommaList(p,8);
603 stest := ToHexCommaList(p,1);
609 stest := ToHexCommaList(p,1);
616 stest := ToHexCommaList(p,3);
623 stest := ToHexCommaList(p,4);
631 stest := ToHexCommaList(p,8);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/Path2D/
H A DUnitTest.java930 checkBounds(stest.getBounds(), stest.getBounds2D(),
1234 stest.reset();
1237 stest.reset();
1255 stest.reset();
1258 compare(c, stest,
1261 stest.reset();
1264 compare(c, stest,
1267 stest.reset();
1273 stest.reset();
1279 stest.reset();
[all …]

12345678910>>...25