/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | exceptions.pl | 11 # Here's a little code I use for exception handling. It's really just 13 # exit, use &throw to raise an exception. The first enclosing &catch 14 # handler looks at the exception and decides whether it can catch this kind 16 # caught. If it *can't* catch it, then it will reraise the exception 23 # exception or a perl-raised one (eval error). 38 package exception; package 53 local($exception) = @_; 54 die "EXCEPTION: $exception\n";
|
H A D | strict.pm | 77 There is one exception to this rule:
|
H A D | NEXT.pm | 234 throws an exception if it cannot redispatch. 246 C<SUPER> does), so that the redispatch throws an exception if it cannot 258 or it should throw an exception. 261 decline an C<AUTOLOAD> request, but preserve the normal exception-on-failure 274 method call, an exception will be thrown (as usually happens in the absence of 375 to get both unique invocation I<and> exception-on-failure.
|
H A D | Fatal.pm | 166 named later in that import list raise an exception only when 172 # properly checked, so no exception raised on error 177 # not checked, so error raises an exception
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
H A D | j_stat.d | 60 execs = threads = methods = objnew = cload = gc = exception = 0; 122 exception++; 133 oalloc / interval, cload / interval, exception / interval, 135 execs = threads = methods = oalloc = cload = gc = exception = 0;
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/ |
H A D | j_stat.d | 60 execs = threads = methods = objnew = cload = gc = exception = 0; 122 exception++; 133 oalloc / interval, cload / interval, exception / interval, 135 execs = threads = methods = oalloc = cload = gc = exception = 0;
|
/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | sigfpe.c | 128 enum fp_exception_type exception; local 141 exception = fp_invalid; 144 exception = fp_inexact; 147 exception = fp_division; 150 exception = fp_underflow; 153 exception = fp_overflow; 170 switch ((intptr_t)ieee_handlers[(int)exception]) { 178 (ieee_handlers[(int)exception])(sig, siginfo, ucontext);
|
/osnet-11/usr/src/lib/libc/sparc/fp/ |
H A D | fpgetsticky.s | 38 set 0x000003e0, %o4 ! mask of accrued exception bits 42 srl %o0, 5, %o0 ! return accrued exception value
|
H A D | fpsetsticky.s | 38 set 0x000003e0, %o4 ! mask of accrued exception bits 48 srl %o0, 5, %o0 ! return old accrued exception value
|
/osnet-11/usr/src/lib/libc/sparcv9/fp/ |
H A D | fpgetsticky.s | 38 set 0x000003e0, %o4 ! mask of accrued exception bits 42 srl %o0, 5, %o0 ! return accrued exception value
|
H A D | fpsetsticky.s | 38 set 0x000003e0, %o4 ! mask of accrued exception bits 48 srl %o0, 5, %o0 ! return old accrued exception value
|
/osnet-11/usr/src/lib/libadt_jni/common/ |
H A D | adt_jni.h | 50 void local_throw(JNIEnv *env, const char *exception, const char *why);
|
H A D | adt_jni.c | 42 * local_throw -- throw an exception. 48 local_throw(JNIEnv *env, const char *exception, const char *why) { argument 70 exceptionclass = (*env)->FindClass(env, exception); 306 return; /* j2c_pointer threw exception */
|
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | parted.h | 30 #include <parted/exception.h>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | RefHash.t | 62 defined $oe ? "\texception: $oe\n" : "\tno exception\n", 66 defined $te ? "\texception: $te\n" : "\tno exception\n", 178 # and E any exception raised with 'die'. E and W will be tidied up a 197 my ($result, $warning, $exception); 203 $exception = $@; 206 foreach ($warning, $exception) { 219 push @r, [ $result, $warning, $exception ];
|
/osnet-11/usr/src/lib/libparted/ |
H A D | Makefile | 57 exception.h \
|
H A D | Makefile.com | 62 $(LIBPDIR)/debug.o $(LIBPDIR)/exception.o \
|
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SimpleChat.java | 202 catch ( Exception exception) { terminateWithException( exception); } 214 catch ( Exception exception) { terminateWithException( exception); }
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/ |
H A D | Open2.pm | 51 an exception will be raised. 54 failure: it just raises an exception matching C</^open2:/>. However,
|
H A D | Open3.pm | 45 an exception will be raised. 51 failure: it just raises an exception matching C</^open3:/>. However,
|
/osnet-11/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_jnitab.c | 887 jobject exception = NULL; local 895 return; /* java exception pending */ 898 exception = (*jenv)->NewObject(jenv, g_dtx_jc, g_dtxinit_jm, message); 900 if (exception) { 901 (*jenv)->Throw(jenv, exception); 902 (*jenv)->DeleteLocalRef(jenv, exception);
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
H A D | reiserfs.c | 186 static int exception_handler(reiserfs_exception_t *exception) argument 188 int ex_type = libreiserfs_exception_type(exception); 189 int ex_option = libreiserfs_exception_option(exception); 190 char *ex_message = libreiserfs_exception_message(exception);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Select.pm | 259 are ready for reading, writing or have an exception pending. 314 Same as C<can_read> except check for handles that have an exception
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/ |
H A D | Util.pm | 68 to do so will raise an exception. Of course you can still bless()
|
/osnet-11/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 445 goto cleanup; /* exception thrown */ 465 goto cleanup; /* exception thrown */ 507 goto cleanup; /* exception thrown */
|