Searched refs:exception (Results 1 - 25 of 122) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava-post.pl7 s!public [^(]*get_version_[a-z]*\([^)]*\)!$& /* no exception */!;
8 s!public [^(]*[ _]err[a-z_]*\([^)]*\)!$& /* no exception */!;
9 s!public [^(]*[ _]msg[a-z_]*\([^)]*\)!$& /* no exception */!;
10 s!public [^(]*[ _]message[a-z_]*\([^)]*\)!$& /* no exception */!;
11 s!public [^(]*[ _]strerror\([^)]*\)!$& /* no exception */!;
12 s!public [^(]*log_compare\([^)]*\)!$& /* no exception */!;
13 s!public [^(]* feedback\([^)]*\)!$& /* no exception */!;
H A Djava_except.i12 /* Common case exception handling */
20 %exception %{ $action %}
25 %exception %{
35 %exception %{
45 %exception __db_env::lock_get %{
158 /* If an exception is pending, ignore requests to throw a new one. */
164 * exception. We have to assume there is an exception
172 __db_errx(NULL, "Couldn't create exception for: '%s'",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A Dmemcpy.S20 # - NOTE: must not use any stack. exception detection performs function return
124 # deal any exception generated by memcpy
H A Dmemset.S20 # - NOTE: must not use any stack. exception detection performs function return
171 # deal any exception generated by memset
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_bsun.S4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
H A Dskeleton.S7 | Each entry point for exception 'xxxx' begins with a 'jmp fpsp_xxxx'.
10 | the 'fpsp_xxxx' handler entry point should be placed in the exception
12 | exception is one that must be reported then there will be a
16 | that caused the exception will still be pending when the FPSP
18 | to handle the exception.
20 | If the exception was completely handled by the package, then
58 | Divide by Zero exception
80 | Inexact exception
83 | will probably want to clear the pending exception.
84 | The provided code will clear the E3 exception (i
[all...]
H A Dx_unsupp.S4 | fpsp_unsupp --- FPSP handler for unsupported data type exception
60 | exception byte and condition codes are clear before proceeding,
H A Dkernel_ex.S4 | This file contains routines to force exception status in the
46 | DZ exception
51 | set FPSR exception status dz bit, condition code
57 | set exception status bit & accrued bits in FPSR
103 | OPERR exception
106 | set FPSR exception status operr bit, condition code
111 | set FPSR exception status operr bit, accrued operr bit
128 | t_unfl --- UNFL exception
180 | t_ovfl2 --- OVFL exception (without inex2 returned)
215 | t_ovfl --- OVFL exception
[all...]
H A Dfpsp.h11 | fpsp.h --- stack frame offsets during FPSP exception handling
13 | These equates are used to access the exception frame, the fsave
44 | Positive offsets from A6 refer to the exception frame. Negative
56 | and then either "bra fpsp_done" if the exception was completely
58 | label to a routine that will process a real exception of the
60 | if the FPU state after the exception is idle.
62 | Sometimes the exception handler will transform the fsave area
63 | because it needs to report an exception back to the user. This
92 .set FPCR_ENABLE,USER_FPCR+2 | FPCR exception enable
97 .set FPSR_EXCEPT,USER_FPSR+2 | FPSR exception
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S70 | This is the exit point for the 060FPSP when an enabled overflow exception
72 | for enabled overflow conditions. The exception stack frame is an overflow
75 | The sample routine below simply clears the exception status bit and
89 | This is the exit point for the 060FPSP when an enabled underflow exception
91 | for enabled underflow conditions. The exception stack frame is an underflow
94 | The sample routine below simply clears the exception status bit and
107 | This is the exit point for the 060FPSP when an enabled operand error exception
109 | for enabled operand error exceptions. The exception stack frame is an operand error
113 | The sample routine below simply clears the exception status bit and
126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-snap.h29 * An exception is used where an old chunk of data has been
32 struct exception { struct
40 * Abstraction to handle the meta/layout of exception stores (the
57 * Find somewhere to store the next exception.
60 struct exception *e);
63 * Update the metadata with this exception.
66 struct exception *e,
133 * Used by the exception stores to load exceptions hen
H A Ddm-snap.c46 struct exception e;
81 * 1 indicates the exception has already been sent to
214 * Implementation of the exception hash tables.
234 struct exception *ex, *next;
253 static void insert_exception(struct exception_table *eh, struct exception *e)
259 static inline void remove_exception(struct exception *e)
265 * Return the exception data for a sector, or NULL if not
268 static struct exception *lookup_exception(struct exception_table *et,
272 struct exception *e;
282 static inline struct exception *alloc_exceptio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpa11_cpdo.c45 roundData.exception = 0;
133 if (roundData.exception)
134 float_raise(roundData.exception);
H A Dfpa11_cprt.c80 roundData.exception = 0;
110 if (roundData.exception)
111 float_raise(roundData.exception);
124 roundData.exception = 0;
151 if (roundData.exception)
152 float_raise(roundData.exception);
H A Dfpa11.h43 signed char exception; member in struct:roundingData
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DMyDb.cpp27 // DbException is not a subclass of std::exception, so we
34 catch(std::exception &e)
58 catch(std::exception &e)
H A Dexcxx_example_database_read.cpp91 } catch(std::exception &e) {
138 } catch(std::exception &e) {
175 } catch(std::exception &e) {
223 } catch(std::exception &e) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java66 private Exception exception; field in class:SecondaryDeadlockTest
95 System.out.println("Ignored exception during tearDown: " + e);
102 System.out.println("Ignored exception during tearDown: " + e);
109 System.out.println("Ignored exception during tearDown: " + e);
156 exception = e;
187 exception = e;
204 if (exception != null) {
205 fail(exception.toString());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgenex.S46 * General exception vector for all other CPUs.
49 * to fit into space reserved for the exception handler.
72 * General exception handler for CPUs with virtual coherency exception.
75 * exception) bytes to fit into space reserved for the exception handler.
100 * c0_badvaddr because after return from this exception handler the
180 * This is a dedicated interrupt exception vector which reduces the
185 * to fit into space reserved for the exception handler.
192 * EJTAG debug exception handle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c66 static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception);
496 struct nfs4_exception exception = { }; local
502 nfs4_handle_exception(server, err, &exception);
503 } while (exception.retry);
541 struct nfs4_exception exception = { }; local
556 err = nfs4_handle_exception(server, err, &exception);
557 } while (exception.retry);
846 struct nfs4_exception exception = { }; local
852 nfs4_handle_exception(server, err, &exception);
853 } while (exception
941 struct nfs4_exception exception = { }; local
1011 struct nfs4_exception exception = { }; local
1093 struct nfs4_exception exception = { }; local
1357 struct nfs4_exception exception = { }; local
1390 struct nfs4_exception exception = { }; local
1479 struct nfs4_exception exception = { }; local
1571 struct nfs4_exception exception = { }; local
1615 struct nfs4_exception exception = { }; local
1671 struct nfs4_exception exception = { }; local
1726 struct nfs4_exception exception = { }; local
1816 struct nfs4_exception exception = { }; local
1910 struct nfs4_exception exception = { }; local
1957 struct nfs4_exception exception = { }; local
2014 struct nfs4_exception exception = { }; local
2067 struct nfs4_exception exception = { }; local
2113 struct nfs4_exception exception = { }; local
2183 struct nfs4_exception exception = { }; local
2212 struct nfs4_exception exception = { }; local
2240 struct nfs4_exception exception = { }; local
2283 struct nfs4_exception exception = { }; local
2602 struct nfs4_exception exception = { }; local
2656 struct nfs4_exception exception = { }; local
2751 nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception) argument
2953 struct nfs4_exception exception = { }; local
3028 struct nfs4_exception exception = { }; local
3357 struct nfs4_exception exception = { }; local
3375 struct nfs4_exception exception = { }; local
3436 struct nfs4_exception exception = { }; local
3486 struct nfs4_exception exception = { }; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutglobal.c106 * RETURN: A string containing the exception text. A valid pointer is
109 * DESCRIPTION: This function translates an ACPI exception into an ASCII string
116 const char *exception = NULL; local
120 exception = acpi_ut_validate_exception(status);
121 if (!exception) {
126 "Unknown exception code: 0x%8.8X", status));
128 exception = "UNKNOWN_STATUS_CODE";
131 return (ACPI_CAST_PTR(const char, exception));
H A Dutmisc.c58 * RETURN: A string containing the exception text. NULL if exception is
61 * DESCRIPTION: This function validates and translates an ACPI exception into
68 const char *exception = NULL; local
81 exception = acpi_gbl_exception_names_env[sub_status];
88 exception =
96 exception =
104 exception =
112 exception =
121 return (ACPI_CAST_PTR(const char, exception));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dclear_user.S9 * a successful copy). There is also some rather minor exception setup
18 * exception pointer in $7
28 /* Allow an exception for an insn; exit if we get one. */
33 lda $31, $exception-99b($31); \
110 $exception:
H A Dev67-strlen_user.S29 /* Allow an exception for an insn; exit if we get one. */
34 lda v0, $exception-99b(zero); \
94 $exception:
H A Dstrlen_user.S18 /* Allow an exception for an insn; exit if we get one. */
23 lda v0, $exception-99b(zero); \
83 $exception:

Completed in 142 milliseconds

12345