/titanic_41/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()
|
/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utexcep.c | 73 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local 79 Exception = AcpiUtValidateException (Status); in AcpiFormatException() 80 if (!Exception) in AcpiFormatException() 90 return (Exception->Name); in AcpiFormatException() 115 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local 132 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus]; in ACPI_EXPORT_SYMBOL() 140 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus]; in ACPI_EXPORT_SYMBOL() 148 Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus]; in ACPI_EXPORT_SYMBOL() 156 Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus]; in ACPI_EXPORT_SYMBOL() 164 Exception = &AcpiGbl_ExceptionNames_Ctrl [SubStatus]; in ACPI_EXPORT_SYMBOL() [all …]
|
/titanic_41/usr/src/cmd/acpi/common/ |
H A D | utexcep.c | 73 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local 79 Exception = AcpiUtValidateException (Status); in AcpiFormatException() 80 if (!Exception) in AcpiFormatException() 90 return (Exception->Name); in AcpiFormatException() 115 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local 132 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus]; in ACPI_EXPORT_SYMBOL() 140 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus]; in ACPI_EXPORT_SYMBOL() 148 Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus]; in ACPI_EXPORT_SYMBOL() 156 Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus]; in ACPI_EXPORT_SYMBOL() 164 Exception = &AcpiGbl_ExceptionNames_Ctrl [SubStatus]; in ACPI_EXPORT_SYMBOL() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/native/ |
H A D | Test.java | 60 } catch (Exception e) { in main() 72 } catch (Exception e) { in main() 81 } catch (Exception e) { in main() 97 } catch (Exception e) { in main() 111 } catch (Exception e) { in main() 128 } catch (Exception e) { in main() 140 } catch (Exception e) { in main() 156 } catch (Exception e) { in main() 174 } catch (Exception e) { in main() 182 } catch (Exception e) { in main() [all …]
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | PrinterUtil.java | 54 catch (Exception e) in main() 75 NameService ns) throws Exception in getDefaultPrinter() 90 public synchronized static String[] getDeviceList() throws Exception in getDeviceList() 108 public synchronized static String[] getMakesList() throws Exception in getMakesList() 123 String make) throws Exception in getModelsList() 136 String make, String model) throws Exception in getPPDList() 164 NameService ns) throws Exception in getPrinterList() 185 NameService ns) throws Exception in exists() 194 String printername) throws Exception in isLocal() 202 String passwd) throws Exception in checkRootPasswd()
|
H A D | SysCommand.java | 51 catch (Exception e) { in main() 62 public void exec(String cmd) throws Exception in exec() 83 public void exec(String[] cmd) throws Exception in exec() 121 public void exec(String cmd, String locale) throws Exception in exec() 159 private String readOut() throws Exception in readOut() 176 private String readErr() throws Exception in readErr() 194 private int getStatus() throws Exception in getStatus() 210 catch (Exception e) { in dispose() 233 } catch (Exception e) { in debug_log()
|
H A D | Host.java | 42 catch (Exception e) { in main() 53 throws Exception in getLocalHostName() 79 throws Exception in getDomainName() 101 throws Exception in pingHost() 119 throws Exception in getNisMaster() 131 throws Exception in getNisHost() 177 throws Exception in getLDAPMaster() 229 throws Exception in getDefaultAdminDN() 253 catch (Exception e) { in getDefaultAdminDN() 289 throws Exception in isNSConfigured()
|
H A D | DoPrinterDelete.java | 52 catch (Exception e) in main() 68 NameService ns) throws Exception in delete() 91 catch (Exception e) { in delete() 111 catch (Exception e) { in delete() 127 catch (Exception e) { in delete() 144 catch (Exception e) { in delete() 159 private static void deleteLocal(Printer p) throws Exception in deleteLocal()
|
H A D | DoPrinterUtil.java | 38 public static String getDefault(String ns) throws Exception in getDefault() 64 public static String[] getDevices() throws Exception in getDevices() 155 public static String[] getMakes() throws Exception in getMakes() 185 public static String[] getModels(String make) throws Exception in getModels() 224 public static String[] getPPDs(String make, String model) throws Exception in getPPDs() 255 public static String[] getMakeModelNick(String ppdfilename) throws Exception in getMakeModelNick() 291 String make, String model, String ppd) throws Exception in getPPDFile() 334 } catch (Exception e) { in getProbe() 395 throws Exception in getList() 500 String ns) throws Exception in exists() [all …]
|
H A D | Test.java | 90 catch (Exception e) in main() 183 catch (Exception e) in main() 199 catch (Exception e) { in main() 227 catch (Exception e) in main() 241 catch (Exception e) in main() 254 catch (Exception e) in main() 262 catch (Exception e) in main() 270 catch (Exception e) in main()
|
H A D | Printer.java | 93 throws Exception in isPrinterLocal() 103 throws Exception in getPrinterDetails() 118 throws Exception in addLocalPrinter() 161 throws Exception in addRemotePrinter() 183 throws Exception in deletePrinter() 201 throws Exception in modifyPrinter()
|
H A D | DoPrinterAdd.java | 71 catch (Exception e) in main() 87 NameService ns) throws Exception in add() 105 NameService ns) throws Exception in addLocal() 311 catch (Exception e) { in addLocal() 320 catch (Exception e2) { in addLocal() 335 NameService ns) throws Exception in addRemote() 434 catch (Exception e) { in addRemote() 442 catch (Exception e2) in addRemote() 460 private static void doFilters(Printer p) throws Exception in doFilters()
|
H A D | Valid.java | 71 catch (Exception e) in main() 179 throws Exception in device() 209 throws Exception in make() 235 throws Exception in printerType()
|
H A D | DoPrinterNS.java | 68 catch (Exception e) { in main() 87 catch (Exception e) { in main() 102 NameService ns) throws Exception in set() 119 NameService ns) throws Exception in setNIS() 353 NameService ns) throws Exception in setNS() 543 public static boolean doAuth(NameService ns) throws Exception in doAuth() 598 throws Exception in doCheckRootPasswd() 611 throws Exception in isRoot()
|
/titanic_41/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()
|
/titanic_41/usr/src/tools/onbld/Checks/ |
H A D | DbLookups.py | 46 class NonExistentBug(Exception): 48 return "Bug %s does not exist" % (Exception.__str__(self)) 50 class BugDBException(Exception): 52 return "Unknown bug database: %s" % (Exception.__str__(self))
|
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SimpleChat.java | 83 public SimpleChat() throws Exception in SimpleChat() 177 catch ( Exception e) { terminateWithException( e); } in serviceResolved() 187 catch ( Exception e) { terminateWithException( e); } in queryAnswered() 202 catch ( Exception exception) { terminateWithException( exception); } in actionPerformed() 214 catch ( Exception exception) { terminateWithException( exception); } in itemStateChanged() 226 catch ( Exception e) { terminateWithException( e); } in run() 241 protected static void terminateWithException( Exception e) in terminateWithException() 252 catch ( Exception e) { terminateWithException( e); } in main() 323 catch( Exception e) in run()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmTop.java | 128 } catch (Exception e) { in pmTopInit() 133 } catch (Exception e) { in pmTopInit() 138 } catch (Exception e) { in pmTopInit() 148 } catch (Exception ax) { in pmTopInit() 372 } catch (Exception e) { in centerPanel() 418 } catch (Exception e) { in southPanel() 434 } catch (Exception e) { in southPanel() 445 } catch (Exception e) { in southPanel() 619 } catch (Exception ex) { in objectMenu() 646 } catch (Exception ex) { in objectMenu() [all …]
|
H A D | pmInstallPrinter.java | 155 } catch (Exception e) { in pmInstallPrinter() 216 } catch (Exception e) { in pmInstallPrinter() 251 } catch (Exception e) { in pmInstallPrinter() 569 } catch (Exception e) { in northPanel() 918 } catch (Exception e) { in getPrinterServer() 1223 } catch (Exception e) { in doAddLocal() 1233 } catch (Exception e) { in doAddLocal() 1268 } catch (Exception e) { in doAddNetwork() 1283 } catch (Exception e) { in doAddNetwork() 1311 } catch (Exception e) { in doModifyLocalAttached() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | BeanSerialization.java | 61 } catch (Exception ex) { in serializeObject() 103 } catch (Exception ex) { in deserializeObject() 120 } catch (Exception ex) { in deserializeObject()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
H A D | JAShadowAccess.java | 62 catch (Exception ex) { in instantiate() 74 catch (Exception ex) { in instantiate()
|