HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 326 - 350 of 4106) sorted by null

<<11121314151617181920>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 53 } catch (RemoteException ex) {
66 } catch (RemoteException ex) {
74 } catch (RemoteException ex) {
82 } catch (RemoteException ex) {
90 } catch (RemoteException ex) {
98 } catch (RemoteException ex) {
136 } catch (RemoteException ex) {
144 } catch (RemoteException ex) {
154 } catch (RemoteException ex) {
162 } catch (RemoteException ex) {
    [all...]
IccProvider.java 298 } catch (RemoteException ex) {
300 } catch (SecurityException ex) {
301 if (DBG) log(ex.toString());
339 } catch (RemoteException ex) {
341 } catch (SecurityException ex) {
342 if (DBG) log(ex.toString());
363 } catch (RemoteException ex) {
365 } catch (SecurityException ex) {
366 if (DBG) log(ex.toString());
387 } catch (RemoteException ex) {
    [all...]
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 69 } catch (IOException ex) {
71 str.append(ex.toString());
85 } catch (IOException ex) {
99 } catch (IOException ex) {
148 } catch (IOException ex) {
149 throw new RuntimeException(ex);
169 } catch (IOException ex) {
170 throw new RuntimeException(ex);
209 } catch (FileNotFoundException ex) {
210 throw new RuntimeException(ex);
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 77 catch (InvocationTargetException ex) {
79 ex.getTargetException(),
82 catch (Exception ex) {
83 throw new DOMTestIncompatibleException(ex, null);
97 catch (ParserConfigurationException ex) {
98 throw new DOMTestIncompatibleException(ex, null);
100 catch (SAXException ex) {
101 throw new DOMTestIncompatibleException(ex, null);
208 catch (Exception ex) {
209 throw new DOMTestLoadException(ex);
    [all...]
XercesHTMLDocumentBuilderFactory.java 77 catch (InvocationTargetException ex) {
79 ex.getTargetException(),
82 catch (Exception ex) {
83 throw new DOMTestIncompatibleException(ex, null);
97 catch (ParserConfigurationException ex) {
98 throw new DOMTestIncompatibleException(ex, null);
100 catch (SAXException ex) {
101 throw new DOMTestIncompatibleException(ex, null);
208 catch (Exception ex) {
209 throw new DOMTestLoadException(ex);
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 316 UnsupportedEncodingException ex = new UnsupportedEncodingException(charsetName); local
317 ex.initCause(cause);
318 throw ex;
335 } catch (UnsupportedCharsetException ex) {
455 } catch (CharacterCodingException ex) {
456 throw new Error(ex.getMessage(), ex); local
490 } catch (CharacterCodingException ex) {
491 throw new Error(ex.getMessage(), ex); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 95 } catch (Exception ex) {
96 ex.printStackTrace();
119 } catch (Exception ex) {
120 ex.printStackTrace();
144 } catch (Throwable ex) {
145 thrownExceptions.add(ex);
188 } catch (Exception ex) {
189 ex.printStackTrace();
225 } catch (Exception ex) {
226 ex.printStackTrace()
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 29 } catch (Exception ex) {
30 parseException = ex;
60 } catch (MalformedURLException ex) {
61 // fail("Unexpected exception " + ex.getMessage());
86 } catch (MalformedURLException ex) {
87 fail("Unexpected exception " + ex.getMessage());
206 public void error(SAXParseException ex) {
209 parseException = ex;
213 public void warning(SAXParseException ex) {
217 public void fatalError(SAXParseException ex) {
    [all...]
ElementSetAttributeNS.java 142 } catch (DOMException ex) {
143 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
162 } catch (DOMException ex) {
163 success = (ex.code == DOMException.NAMESPACE_ERR);
180 } catch (DOMException ex) {
181 success = (ex.code == DOMException.NAMESPACE_ERR);
191 } catch (DOMException ex) {
192 success = (ex.code == DOMException.NAMESPACE_ERR);
212 } catch (DOMException ex) {
213 success = (ex.code == DOMException.NAMESPACE_ERR)
    [all...]
NamedNodeMapSetNamedItemNS.java 152 } catch (DOMException ex) {
153 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
183 } catch (DOMException ex) {
184 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
212 // } catch (DOMException ex) {
213 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
222 // } catch (DOMException ex) {
223 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
248 } catch (DOMException ex) {
249 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR)
    [all...]
CreateDocumentType.java 97 } catch (DOMException ex) {
98 success = (ex.code == DOMException.NAMESPACE_ERR);
149 } catch (DOMException ex) {
150 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
186 } catch (DOMException ex) {
187 success = (ex.code == DOMException.NAMESPACE_ERR);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 81 } catch (IllegalStateException ex) {
83 } catch (SSLException ex) {
90 } catch (SSLException ex) {
97 } catch (SSLException ex) {
152 } catch (Exception ex) {
153 fail("Unexpected exception " + ex);
171 } catch (Exception ex) {
172 fail("Unexpected exception " + ex);
192 } catch (Exception ex) {
193 fail("Unexpected exception " + ex);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 155 } catch (RuntimeException ex) {
156 throw ExceptionWithContext.withContext(ex,
245 } catch (IOException ex) {
246 throw new RuntimeException(ex);
264 } catch (IOException ex) {
265 throw new RuntimeException(ex);
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 156 } catch (RuntimeException ex) {
157 throw ExceptionWithContext.withContext(ex,
246 } catch (IOException ex) {
247 throw new RuntimeException(ex);
265 } catch (IOException ex) {
266 throw new RuntimeException(ex);
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 124 } catch (IOException ex) {
126 throw ex;
127 } catch (HttpException ex) {
129 throw ex;
130 } catch (RuntimeException ex) {
132 throw ex;
  /external/openssl/crypto/x509/
x509_ext.c 110 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
147 return(X509v3_add_ext(&(x->cert_info->extensions),ex,loc) != NULL);
193 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc)
195 return(X509v3_add_ext(&(x->extensions),ex,loc) != NULL);
  /external/proguard/src/proguard/ant/
ProGuardTask.java 49 catch (ParseException ex)
51 throw new BuildException(ex.getMessage());
58 catch (IOException ex)
60 throw new BuildException(ex.getMessage());
281 catch (IOException ex)
283 throw new BuildException(ex.getMessage());
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 98 } catch (ParseException ex) {
99 ex.addContext("...while parsing " +
102 throw ex;
  /dalvik/tests/071-dexfile/src/
Main.java 25 private static final String CLASS_PATH = "test-ex.jar";
64 } catch (Exception ex) {}
139 } catch (Exception ex) {
140 throw new RuntimeException("DCL newInstance", ex);
  /external/proguard/src/proguard/classfile/util/
MemberFinder.java 92 catch (MemberFoundException ex)
131 catch (MemberFoundException ex)
160 catch (MemberFoundException ex)
  /external/proguard/src/proguard/gui/
ProGuardRunnable.java 89 catch (Exception ex)
91 //ex.printStackTrace();
94 System.out.println(ex.getMessage());
98 ex.getMessage(),
ReTraceRunnable.java 97 catch (Exception ex)
100 System.out.println(ex.getMessage());
104 ex.getMessage(),
  /frameworks/base/core/java/android/speech/tts/
BlockingMediaPlayer.java 127 } catch (IllegalArgumentException ex) {
128 Log.w(TAG, "MediaPlayer failed", ex);
140 } catch (IllegalStateException ex) {
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 73 } catch (XmlPullParserException ex) {
76 rnf.initCause(ex);
78 } catch (IOException ex) {
81 rnf.initCause(ex);
143 } catch (XmlPullParserException ex) {
146 rnf.initCause(ex);
148 } catch (IOException ex) {
151 rnf.initCause(ex);
264 } catch (XmlPullParserException ex) {
267 rnf.initCause(ex);
    [all...]
  /frameworks/base/core/java/android/webkit/
StreamLoader.java 184 } catch (IOException ex) {
185 mLoadListener.error(EventHandler.FILE_ERROR, ex.getMessage());
198 } catch (IOException ex) {

Completed in 1089 milliseconds

<<11121314151617181920>>