/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestStateMachine.java | 75 } catch (Exception e) { in beforeOpen() 86 } catch (Exception e) { in beforeOpen() 97 } catch (Exception e) { in beforeOpen() 106 } catch (Exception e) { in beforeOpen() 115 } catch (Exception e) { in beforeOpen() 126 } catch (Exception e) { in beforeOpen() 135 } catch (Exception e) { in beforeOpen() 146 } catch (Exception e) { in beforeOpen() 157 } catch (Exception e) { in beforeOpen() 165 } catch (Exception e) { in beforeOpen() [all …]
|
H A D | TestEnable.java | 64 } catch (Exception e) { in main() 75 } catch (Exception e) { in main() 86 } catch (Exception e) { in main() 99 } catch (Exception e) { in main() 110 } catch (Exception e) { in main() 126 } catch (Exception e) { in main()
|
H A D | TestGetAggregate.java | 165 } catch (Exception e) { in startIncludedTest() 182 } catch (Exception e) { in startIncludedTest() 199 } catch (Exception e) { in startClearedTest() 216 } catch (Exception e) { in startClearedTest()
|
H A D | TestBean.java | 98 } catch (Exception e) { in getXMLEncoder() 119 } catch (Exception e) { in getXMLDecoder() 570 } catch (Exception e) { in getProgram$File() 602 } catch (Exception e) { in getString() 623 } catch (Exception e) { in checkEquality() 640 } catch (Exception e) { in performSerializationTest() 675 } catch (Exception e) { in performBeanTest() 724 } catch (Exception e) { in main()
|
H A D | TestMaxConsumers.java | 74 } catch (Exception e) { in main() 89 } catch (Exception e) { in main()
|
H A D | TestAbort.java | 87 } catch (Exception e) { in main() 114 } catch (Exception e) { in main()
|
H A D | TestFunctionLookup.java | 79 } catch (Exception e) { in main() 109 } catch (Exception e) { in main()
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utexcep.c | 181 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local 187 Exception = AcpiUtValidateException (Status); in AcpiFormatException() 188 if (!Exception) in AcpiFormatException() 198 return (Exception->Name); in AcpiFormatException() 223 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local 240 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus]; in ACPI_EXPORT_SYMBOL() 248 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus]; in ACPI_EXPORT_SYMBOL() 256 Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus]; in ACPI_EXPORT_SYMBOL() 264 Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus]; in ACPI_EXPORT_SYMBOL() 272 Exception = &AcpiGbl_ExceptionNames_Ctrl [SubStatus]; in ACPI_EXPORT_SYMBOL() [all …]
|
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/ |
H A D | AuditSession.java | 47 } catch (Exception ex) { 98 catch (java.lang.Exception e) { in AuditSession() 121 public String getSessionId() throws Exception { in getSessionId() 128 catch (Exception e) { in getSessionId() 169 public byte[] exportSession() throws Exception { in exportSession() 176 catch (java.lang.Exception e) { in exportSession() 223 public void pushState() throws Exception { in pushState() 236 public void popState() throws Exception { in popState() 243 public void setLabel(String label) throws Exception { in setLabel()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DRM.java | 57 public void connect(int version, String url) throws Exception; in connect() 64 public void disconnect() throws Exception; in disconnect() 71 public void request() throws Exception; in request() 78 public void offer() throws Exception; in offer() 85 public void cancel() throws Exception; in cancel()
|
H A D | LogDRM.java | 64 public void connect(int requested, String url) throws Exception in connect() 83 public void disconnect() throws Exception in disconnect() 96 public void request() throws Exception in request() 110 public void offer() throws Exception in offer() 123 public void cancel() throws Exception in cancel()
|
H A D | Poold.java | 797 private void execute() throws Exception in execute() 1021 } catch (Exception e) { in die() 1063 } catch (Exception e) { in warn() 1071 class ConfigurationException extends Exception 1087 class PooldException extends Exception {
|
H A D | SystemSolver.java | 249 } catch (Exception e) { in initialize() 269 } catch (Exception e) { in initialize() 291 } catch (Exception e) { in initialize() 454 public boolean solve() throws Exception in solve() 637 } catch (Exception ex) { in solve() 739 } catch (Exception e) { in applyMove()
|
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | DbLookups.py | 50 class NonExistentBug(Exception): 52 return "Bug %s does not exist" % (Exception.__str__(self)) 54 class BugDBException(Exception): 56 return "Unknown bug database: %s" % (Exception.__str__(self))
|
H A D | CmtBlk.py | 37 class CmtBlkError(Exception): 39 Exception.__init__(self)
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 74 ENTRY *Exception; member 203 Symtab.Exception = free_entry(Symtab.Exception); in symtab_clear_exception() 376 Symtab.Exception = allocate_entry(Symtab.Exception, in symtab_set_exception() 386 if (Symtab.Exception == NULL) in symtab_get_exception() 389 return ((Symtab.Exception->e_valid)? Symtab.Exception: NULL); in symtab_get_exception()
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
H A D | TestTarget.java | 58 } catch (Exception x) { in main() 76 } catch (Exception e) { in main()
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 288 class ActionInfoError(Exception): 290 Exception.__init__(self) 352 class UnsupportedFileFormatError(Exception): 360 Exception.__init__(self) 464 class BadProtolistFormat(Exception): 470 return 'bad proto list entry: "%s"' % Exception.__str__(self) 577 class ManifestParsingError(Exception): 583 Exception.__init__(self)
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Program.java | 154 } catch (Exception e) { in readObject() 258 } catch (Exception e) { in readObject()
|
H A D | UserStackRecord.java | 283 } catch (Exception e) { in readObject() 292 } catch (Exception e) { in readObject()
|
H A D | DTraceException.java | 35 public class DTraceException extends Exception {
|
H A D | ConsumerException.java | 36 public class ConsumerException extends Exception {
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Server_en.properties | 69 …Exception during creation of request message object.\n host:port=``{0}:{1}'''' interface=``{2}… 104 st_serialized_ex = Exception while registering serialized URL ``{0}'''': {1} 127 sslm_unparse_error = Exception during creation of request message object.\n Exception=``{0}''''\… 129 slh_creation_exception = Exception ``{0}'''' during creation of header for SLP Version {1}: {2} 132 cmm_creation_exception = Exception ``{0}'''' during creation of server side client message ``{1}'''… 143 rh_return_err = Exception while creating error return request: {0} 189 ssf_inst_ex = Exception instantiating service store class ``{0}'''': {1}
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/ |
H A D | KstatException.java | 35 public abstract class KstatException extends Exception {
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
H A D | LocalityDomain.java | 92 public LocalityDomain(int view) throws Exception in LocalityDomain() 338 private native long jl_init(int view) throws Exception; in jl_init()
|