Searched refs:died (Results 1 – 25 of 48) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/ |
| D | failure.t | 16 my $died; 19 $died = 0; 20 return sub { $died = 1 } 30 is( $died, 0, "Death never happened" ); 40 is( $died, 1, "Death happened" );
|
| /openbsd/src/usr.bin/calendar/calendars/ |
| D | calendar.birthday | 21 01/07 Nikola Tesla died in the Hotel New Yorker room 3327, 1943 35 01/20 Dr. Mendeleev died with a pen in his hand, 1907 36 01/21 Lenin died, 1924 44 01/23 Samuel Barber died, 1981 50 01/29 Andre the Giant died, 1993 64 02/09 Fyodor Mikhailovich Dostoevsky died in St. Petersburg, Russia, 1881 69 02/11 Sergei M. Eisenstein died in Moscow, Russia, 1988 102 03/07 Aristotle died, 322 BC 115 03/14 Karl Marx died, 1883 121 03/19 Arthur C. Clarke died in Colombo, Sri Lanka, 2008 [all …]
|
| D | calendar.history | 232 06/23 Harriet, Darwin's turtle died at the age of 176 years, 2006
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | trap.t | 59 like($@, qr/^Tried to /, 'died'); 75 like($@, qr/^Tried to /, 'died'); 79 like($@, qr/^Tried to /, 'died'); 83 like($@, qr/^Tried to /, 'died'); 88 like($@, qr/^Tried to /, 'died'); 93 like($@, qr/^Tried to /, 'died'); 99 like($@, qr/^Tried to /, 'died');
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | fork.t | 321 parent died at - line 2. 322 child died at - line 5. 334 parent died at - line 2. 335 child died at - line 6. 347 parent died at (eval 2) line 1. 348 child died at (eval 2) line 1.
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/t/ |
| D | err.t | 28 ok(! defined($result), 'thread died'); 46 ok(! defined($result), 'thread died'); 58 ok(! defined($result), 'thread died');
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ |
| D | Trace.t | 26 exception { $one->throw('I died') }, 27 "I died at foo.t line 5.\n",
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/ |
| D | Trace.t | 28 exception { $one->throw('I died') }, 29 "I died at foo.t line 5.\n",
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/ |
| D | 746-forking-subtest.t | 16 isnt($?, 0, "subprocess died");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Module-Loaded/t/ |
| D | 01_Module-Loaded.t | 30 ok( $@, " require died" );
|
| /openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| D | 022_comment_at_eof.t | 25 $rv = "died with $@";
|
| /openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/t/ |
| D | 190_alarm.t | 53 like($@, qr/alarm works/, 'Make sure it died for a good excuse');
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/ |
| D | threads.xs | 550 int died = 0; /* Thread terminated abnormally */ in S_ithread_run() local 650 died = PERL_ITHR_DIED; in S_ithread_run() 676 thread->state |= (PERL_ITHR_FINISHED | died); in S_ithread_run()
|
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | pat.t | 2036 my $died= !eval { 2051 $error = $died ? ($@ || qq(Zombie)) : qq(none); 2052 print $died ? qq(died) : qq(lived);
|
| /openbsd/src/sbin/init/ |
| D | NOTES | 114 then go to 1 (warn if not all processes died, i.e. wait blocks)
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl583delta.pod | 183 contributor to CPAN, died suddenly on 29th December 2003, aged 24.
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| D | MachTask.mm | 830 // Our task has died, exit the thread. 853 // Our task has died, exit the thread.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| D | Hub.t | 453 ok(!$ok, "died");
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | how_to_write_a_perldelta.pod | 334 If any significant core contributor has died, we've added a short obituary
|
| D | perldelta_template.pod | 403 died, add a short obituary here.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| D | Transition.pod | 27 The Test::Builder2/1.5 projects both died out. Now the conditional code people
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Unix/ |
| D | Signals.inc | 556 // user has an indication of why and where we died.
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | ChangeLog-9194 | 471 a file has died across an update then say so.
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.cygwin | 393 3588 - died waiting for dll loading, errno11
|
| /openbsd/src/games/fortune/datfiles/ |
| D | limerick | 65 And died of constriction 1283 But he died of old age 1534 Were having a piece -- when he died. 2348 Who fell in an outhouse, and died. 2535 Who fell in an outhouse and died. 3327 Who ate a green apple and died.
|
12