/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteStatement.java | 57 handleException(e); 70 handleException(e); 75 private void handleException(SQLException e) {
|
/external/nist-sip/java/gov/nist/core/ |
InternalErrorHandler.java | 42 public static void handleException(Exception ex) throws RuntimeException { 51 public static void handleException(Exception ex, StackLogger stackLogger) { 63 public static void handleException(String emsg) { 71 public static void handleException(String emsg, StackLogger stackLogger) {
|
GenericObject.java | 129 InternalErrorHandler.handleException(ex); 188 InternalErrorHandler.handleException(ex); 470 InternalErrorHandler.handleException(ex1); 573 InternalErrorHandler.handleException(ex1); 682 InternalErrorHandler.handleException(ex);
|
/external/smack/src/org/xbill/DNS/ |
ResolverListener.java | 28 void handleException(Object id, Exception e);
|
ResolveThread.java | 41 listener.handleException(id, e);
|
ExtendedResolver.java | 102 handleException(inprogress[0], e); 165 handleException(Object id, Exception e) { 230 listener.handleException(this, (Exception) thrown);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
BuildPreferencePage.java | 333 handleException(e); 336 handleException(e); 339 handleException(e); 342 handleException(e); 369 private void handleException(Throwable t) { 374 handleException(cause);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractComboPropertyEditor.java | 82 propertyTable.handleException(e); 149 propertyTable.handleException(e);
|
AbstractTextPropertyEditor.java | 195 propertyTable.handleException(ex); 225 propertyTable.handleException(e);
|
AbstractComboBoxPropertyEditor.java | 116 propertyTable.handleException(e);
|
/frameworks/base/core/java/android/accounts/ |
AbstractAccountAuthenticator.java | 139 handleException(response, "addAccount", accountType, e); 161 handleException(response, "confirmCredentials", account.toString(), e); 183 handleException(response, "getAuthTokenLabel", authTokenType, e); 207 handleException(response, "getAuthToken", 232 handleException(response, "updateCredentials", 247 handleException(response, "editProperties", accountType, e); 261 handleException(response, "hasFeatures", account.toString(), e); 275 handleException(response, "getAccountRemovalAllowed", account.toString(), e); 290 handleException(response, "getAccountCredentialsForCloning", account.toString(), e); 307 handleException(response, "addAccountFromCredentials", account.toString(), e) [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
HttpService.java | 162 handleException(ex, response); 204 handleException(ex, response); 217 protected void handleException(final HttpException ex, final HttpResponse response) {
|
/external/chromium_org/chrome/renderer/extensions/ |
module_system.cc | 175 void ModuleSystem::HandleException(const v8::TryCatch& try_catch) { 255 HandleException(try_catch); 319 HandleException(try_catch); 390 module_system->HandleException(try_catch); 412 module_system->HandleException(try_catch); 471 HandleException(try_catch); 477 HandleException(try_catch);
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTest.java | 182 handleException(e, SO_LINGER); 240 handleException(e, SO_KEEPALIVE); 320 handleException(e, SO_LINGER); 345 handleException(e, SO_RCVBUF); 370 handleException(e, SO_SNDBUF); 418 handleException(e, TCP_NODELAY); 445 handleException(e, SO_KEEPALIVE); 491 handleException(e, SO_SNDBUF); 514 handleException(e, SO_RCVBUF); 539 handleException(e, SO_LINGER) [all...] |
OldSocketTestCase.java | 91 public void handleException(Exception e, int option) {
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObject.java | 146 InternalErrorHandler.handleException(ex1); 224 InternalErrorHandler.handleException( 270 InternalErrorHandler.handleException(ex1);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
ButtonPropertyEditorPresentationImpl.java | 130 propertyTable.handleException(e);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
ListeningPointImpl.java | 240 InternalErrorHandler.handleException("Unexpected exception",sipStack.getStackLogger());
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Pipeline.java | 74 InternalErrorHandler.handleException(ex);
|
StringMsgParser.java | 367 this.parseExceptionListener.handleException(ex, message, 380 this.parseExceptionListener.handleException(ex, message, 398 this.parseExceptionListener.handleException(ex, message, null, 414 this.parseExceptionListener.handleException(ex, message,
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TCPMessageChannel.java | 361 public void handleException(ParseException ex, SIPMessage sipMessage, Class hdrClass, 461 InternalErrorHandler.handleException(ex, sipStack.getStackLogger()); 633 // InternalErrorHandler.handleException(e); 656 InternalErrorHandler.handleException(ex, sipStack.getStackLogger());
|
TLSMessageChannel.java | 341 public void handleException(ParseException ex, SIPMessage sipMessage, Class hdrClass, 432 InternalErrorHandler.handleException(ex); 613 // InternalErrorHandler.handleException(e); 635 InternalErrorHandler.handleException(ex);
|
UDPMessageChannel.java | 445 InternalErrorHandler.handleException(ex1); 581 public void handleException(ParseException ex, SIPMessage sipMessage, 730 InternalErrorHandler.handleException(ex); 788 InternalErrorHandler.handleException(ex); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | 482 handleException(e, msg); 491 handleException(e, msg); 499 handleException(e, msg); 637 handleException(e, "Failed to create BuildConfig class"); 671 handleException(e, String.format( 686 handleException(t, String.format( [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 392 InternalErrorHandler.handleException(ex); 418 InternalErrorHandler.handleException(e); 444 InternalErrorHandler.handleException(ex); 456 InternalErrorHandler.handleException(ex); 521 InternalErrorHandler.handleException(ex); 569 // InternalErrorHandler.handleException(ex); 592 InternalErrorHandler.handleException(ex); [all...] |