Home
last modified time | relevance | path

Searched refs:sample2 (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/bzip2/dist/
H A Dmakefile.msc29 .\\bzip2 -2 < sample2.ref > sample2.rb2
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
41 fc sample2.bz2 sample2.rb2
44 fc sample2.tst sample2.ref
55 del sample2.rb2
58 del sample2.tst
H A DMakefile59 ./bzip2 -2 < sample2.ref > sample2.rb2
62 ./bzip2 -d < sample2.bz2 > sample2.tst
65 cmp sample2.bz2 sample2.rb2
68 cmp sample2.tst sample2.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.tst
166 $(DISTNAME)/sample2.ref \
169 $(DISTNAME)/sample2.bz2 \
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_compat_lzop.c40 const char *sample2 = "test_compat_lzop_2.tar.lzo"; in DEFINE_TEST() local
82 extract_reference_file(sample2); in DEFINE_TEST()
84 archive_read_open_filename(a, sample2, 2)); in DEFINE_TEST()
/netbsd-src/tests/usr.bin/bzip2/
H A DMakefile15 .for f in sample1.bz2 sample1.ref sample2.bz2 sample2.ref \
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d3214 auto sample2 = randomSample(TestInputRange(), 654, 654_321, rng); local
3215 for (; !sample2.empty; sample2.popFront())
3217 assert(sample2.front == sample2.index);
3308 auto sample2 = RandomSample!(typeof(input2), typeof(rng))(input2, 789, rng); local
3309 static assert(isInputRange!(typeof(sample2)));
3310 static assert(!isForwardRange!(typeof(sample2)));
3311 assert(sample2.length == 789);
3312 assert(sample2._available == 456_789);
3314 for (; !sample2.empty; sample2.popFront())
3316 assert(sample2.front == sample2.index);
[all …]
H A Duni.d9297 auto sample2 = options[k] ~ options[j] ~ options[i]; variable
9300 doTest(sample2, upper[k] ~ upper[j] ~ upper[i],
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32c/
H A DChangeLog-202118 * gloss.s, sample.ld, sample.s, sample2.c: Likewise.
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d4146 auto sample2 = randomSample(TestInputRange(), 654, 654_321, rng); local
4147 for (; !sample2.empty; sample2.popFront())
4149 assert(sample2.front == sample2.index);
4240 auto sample2 = RandomSample!(typeof(input2), typeof(rng))(input2, 789, rng); local
4241 static assert(isInputRange!(typeof(sample2)));
4242 static assert(!isForwardRange!(typeof(sample2)));
4243 assert(sample2.length == 789);
4244 assert(sample2._available == 456_789);
4246 for (; !sample2.empty; sample2.popFront())
4248 assert(sample2.front == sample2.index);
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dyndb/ns1/
H A Dnamed.conf.in40 dyndb sample2 "../driver/.libs/sample.so" { ipv6.example.nil. 8.b.d.0.1.0.0.2.ip6.arpa. };
/netbsd-src/external/gpl3/gdb/dist/sim/m32c/
H A DChangeLog-2021320 * Makefile.in (sample.x, sample.mot, sample2.x, sample2.o, gloss.o):
323 * gloss.S, sample.ld, sample.S, sample2.c: Likewise.
377 * sample2.c (start): Convert old style prototype.
661 * sample2.c: New.
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcompare_two_ftime_report_sets574 sample2 = sample_from_timevar_logs(fileglob2, pattern, alpha)
576 print Comparison(sample1, sample2, alpha)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcompare_two_ftime_report_sets574 sample2 = sample_from_timevar_logs(fileglob2, pattern, alpha)
576 print Comparison(sample1, sample2, alpha)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d10164 auto sample2 = options[k] ~ options[j] ~ options[i];
10167 doTest(sample2, upper[k] ~ upper[j] ~ upper[i],