| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | regression.t | 59 passed => TRUE, 65 passed => TRUE, 75 passed => TRUE, 86 passed => TRUE, 97 passed => TRUE, 108 passed => TRUE, 119 passed => [ 1 .. 5 ], 140 passed => TRUE, 150 passed => TRUE, 161 passed => TRUE, [all …]
|
| H A D | aggregator.t | 71 is $agg->passed, 10, 73 is_deeply [ $agg->passed ], [qw(tap1 tap2)], 105 is $agg->total, $agg->passed + $agg->failed, 109 is $agg->planned, $agg->passed + $agg->failed, 206 is $agg->passed, 1, 232 is $agg->passed, 0, 263 is $agg->passed, 1, 289 is $agg->passed, 1,
|
| H A D | parse.t | 183 ok !$failed->is_ok, '... and the tests should not have passed'; 257 my $passed = shift @results; 258 isa_ok $passed, $TEST; 259 can_ok $passed, 'todo_passed'; 260 is $passed->type, 'test', 'TODO tests should parse correctly'; 261 ok $passed->is_test, '... and it should identify itself as a test'; 262 is $passed->ok, 'not ok', '... and it should have the correct ok()'; 263 ok $passed->is_ok, '... and TODO tests should always pass'; 264 ok !$passed->is_actual_ok, 266 is $passed [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.td | 99 // A SwiftSelf is passed in callee-saved R10. 102 // A SwiftError is passed in callee-saved R9. 111 // The first 5 integer arguments are passed in R2-R6. Note that R6 116 // The first 4 float and double arguments are passed in even registers F0-F6. 120 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors 121 // are passed in the same way, but they're widened to one of these types 134 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots. 139 // Other arguments are passed in 8-byte-aligned 8-byte stack slots. 206 // words (8 bytes in 64-Bit mode) where some arguments are passed in registers 210 // The first three register-sized words of the parameter area are passed in [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
| H A D | Parser.pm | 122 The C<source> is used to create a L<TAP::Parser::Source> that is passed to the 137 The I<tap> is used to create a L<TAP::Parser::Source> that is passed to the 148 Must be passed an array reference. 150 The I<exec> array ref is used to create a L<TAP::Parser::Source> that is passed 229 If using a Perl file as a source, optional switches may be passed which will 244 If passed a filehandle will write a copy of all parsed TAP to that handle. 379 passed => [], # 382 actual_passed => [], # how many tests really passed 593 Reports whether or not a given result has passed. Anything which is B<not> a 732 Returns a boolean value indicating whether or not the test passed 801 sub passed { global() subroutine [all...] |
| /openbsd-src/gnu/llvm/clang/utils/TestUtils/ |
| H A D | pch-test.pl | 14 my $passed = 0; 28 $passed++; 52 print("\n\n$passed tests passed\n");
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 20 // i32 f32 arguments get passed in integer registers if there is space. 22 // f64 arguments are split and passed through registers or through stack. 59 // Structs up to 16 bytes in size are passed by value. They are right-aligned 62 // struct containing two floats would thus be passed in %f0 and %f1, while two 63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and 66 // When a struct { int, float } is passed by value, the int goes in the high 107 // Function return values are passed exactly like function arguments, except a 121 // arguments whether they are passed in registers or not. 130 // Otherwise, return values are passed exactly like arguments, except that 131 // returns that are too big to fit into the registers is passed as an sret
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | m32c.abi | 53 First arg may be passed in r1l or r1 if it (1) fits (QImode or 55 structs, floats, etc). Otherwise, it's passed on the stack. 57 Second arg may be passed in r2, same restrictions (but not QImode), 58 even if the first arg is passed on the stack. 60 Third and further args are passed on the stack. No padding is used, 65 First arg may be passed in r0l or r0, same restrictions as above. 67 Second and further args are passed on the stack. Padding is used
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/ |
| H A D | Harness.pm | 95 This runs all the given I<@test_files> and divines whether they passed 156 my $passed = $aggregate->passed; 172 return $total && $total == $passed; 380 my $passed = $parser->passed; 391 $tot{ok} += $passed > $actual_passed ? $passed : $actual_passed; 447 bonus Number of individual todo tests unexpectedly passed 449 ok Number of individual tests passed [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| H A D | Aggregator.pm | 35 scalar $aggregate->passed, 64 passed 252 Return true if all the tests passed and no parse errors were detected. 260 && $self->total == $self->passed 276 my $passed = $self->passed; 279 ( $self->has_errors || $total != $passed ) ? 'FAIL' 299 =item * passed 316 which passed when they shouldn't):
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 523 // The 'nest' parameter, if any, is passed in R10. 530 // A SwiftError is passed in R12. 543 // Pointers are always passed in full 64-bit registers. 546 // The first 6 integer arguments are passed in integer registers. 550 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 556 // Boolean vectors of AVX-512 are passed in SIMD registers. 566 // The first 8 FP/Vector arguments are passed in XMM registers. 571 // The first 8 256-bit vector arguments are passed in YMM registers, unless 574 // fixed arguments to vararg functions are supposed to be passed in 581 // The first 8 512-bit vector arguments are passed in ZMM registers. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
| H A D | Session.pm | 143 my $passed = $parser->passed; 159 ? "All $total subtests passed " 171 $passed -= $skipped; 174 "\n\t(less $skipped skipped $test: $passed okay)");
|
| /openbsd-src/sbin/unwind/libunbound/util/ |
| H A D | timehist.c | 184 double lookfor, passed, res; in timehist_quartile() local 194 passed = 0; in timehist_quartile() 197 passed+(double)hist->buckets[i].count < lookfor) { in timehist_quartile() 198 passed += (double)hist->buckets[i++].count; in timehist_quartile() 207 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count); in timehist_quartile()
|
| /openbsd-src/usr.sbin/unbound/util/ |
| H A D | timehist.c | 184 double lookfor, passed, res; in timehist_quartile() local 194 passed = 0; in timehist_quartile() 197 passed+(double)hist->buckets[i].count < lookfor) { in timehist_quartile() 198 passed += (double)hist->buckets[i++].count; in timehist_quartile() 207 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count); in timehist_quartile()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| H A D | podchkenc.t | 13 my $passed = testpodchecker \%options, $0; 14 exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE};
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-MD5/t/ |
| H A D | warns.t | 20 'Lexical warning passed to XSUB'); 39 'use warnings passed to XSUB'); 60 'use warnings passed to XSUB while use strict');
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_vblank_work.c | 115 bool passed, inmodeset, rescheduling = false, wake = false; in drm_vblank_work_schedule() local 141 passed = drm_vblank_passed(cur_vbl, count); in drm_vblank_work_schedule() 142 if (passed) in drm_vblank_work_schedule() 147 if (!nextonmiss && passed) { in drm_vblank_work_schedule()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
| H A D | pod2usage.t | 13 my $passed = testpodplaintext \%options, $0; 14 exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE};
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/ |
| H A D | syslog.t | 129 my @passed = (); 135 if $sock_type eq 'stream' and grep {/pipe|unix/} @passed; 192 push @passed, $sock_type; 208 if grep {/unix/} @passed;
|
| H A D | syslog-inet-udp.t | 129 my @passed = (); 135 if $sock_type eq 'stream' and grep {/pipe|unix/} @passed; 192 push @passed, $sock_type;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/ |
| H A D | gcov-7.c | 47 passed () in passed() function 80 leave (passed()); /* count(1) */ in main()
|
| /openbsd-src/share/snmp/ |
| H A D | OPENBSD-RELAYD-MIB.txt | 115 "Number of packets passed via this redirect" 123 "Average number of packets passed via this redirect per statistics interval" 131 "Number of packets passed via this redirect in the current statistics interval" 139 "Average number of packets passed via this redirect per hour" 147 "Number of packets passed via this redirect in the previous hour" 155 "Average number of packets passed via this redirect per day" 163 "Number of packets passed via this redirect in the previous day" 230 "Number of packets passed via this relay" 238 "Average number of packets passed via this relay per statistics interval" 246 "Number of packets passed via this relay in the current statistics interval" [all …]
|
| H A D | OPENBSD-PF-MIB.txt | 323 "The number of IPv4 bytes passed in on the loginterface." 331 "The number of IPv4 bytes passed out on the loginterface." 339 "The number of IPv4 packets passed in on the loginterface." 355 "The number of IPv4 packets passed out on the loginterface." 371 "The number of IPv6 bytes passed in on the loginterface." 379 "The number of IPv6 bytes passed out on the loginterface." 387 "The number of IPv6 packets passed in on the loginterface." 403 "The number of IPv6 packets passed out on the loginterface." 767 "The number of IPv4 packets passed in." 775 "The number of IPv4 bytes passed in." [all …]
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | interface.texi | 30 storing them into an address passed by the caller (usually in a 50 some machines, the first few arguments are passed in registers; in 51 others, all are passed on the stack. It would be possible to use 61 are passed ``by invisible reference''. This means that the value is 62 stored in memory, and the address of the memory location is passed to
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Test2/ |
| H A D | Subtest.t | 19 ok($res->[1]->pass, "subtest passed"); 25 is($subs->[0]->pass, 1, "subtest ok passed");
|