| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | makefile.msc | 29 .\\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 D | Makefile | 59 ./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 D | test_compat_lzop.c | 40 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 D | Makefile | 15 .for f in sample1.bz2 sample1.ref sample2.bz2 sample2.ref \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | random.d | 3214 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 D | uni.d | 9297 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 D | ChangeLog-2021 | 18 * gloss.s, sample.ld, sample.s, sample2.c: Likewise.
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | random.d | 4146 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 D | named.conf.in | 40 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 D | ChangeLog-2021 | 320 * 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 D | compare_two_ftime_report_sets | 574 sample2 = sample_from_timevar_logs(fileglob2, pattern, alpha) 576 print Comparison(sample1, sample2, alpha)
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | compare_two_ftime_report_sets | 574 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 D | package.d | 10164 auto sample2 = options[k] ~ options[j] ~ options[i]; 10167 doTest(sample2, upper[k] ~ upper[j] ~ upper[i],
|