HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 701 - 725 of 2748) sorted by null

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 256 } catch (StringIndexOutOfBoundsException ex) {
278 } catch ( StringIndexOutOfBoundsException ex) {
365 } catch (ParseException ex) {
367 this.parseExceptionListener.handleException(ex, message,
370 throw ex;
378 } catch (ParseException ex) {
380 this.parseExceptionListener.handleException(ex, message,
383 throw ex;
397 } catch (ParseException ex) {
398 this.parseExceptionListener.handleException(ex, message, null
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 226 } catch (ParseException ex) {
227 ex.addContext("...while parsing " + humanName() + "s[" + i +
229 throw ex;
230 } catch (RuntimeException ex) {
231 ParseException pe = new ParseException(ex);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostListLoader.java 116 } catch (MalformedURLException ex) {
118 throw new RuntimeException("Unexpected error while fetching host list: " + ex);
119 } catch (IOException ex) {
149 } catch (JSONException ex) {
150 Log.e("hostlist", "Error parsing host list response: ", ex);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 178 } catch (ParseException ex) {
179 ex.printStackTrace();
181 } catch (InvalidArgumentException ex) {
182 ex.printStackTrace();
249 } catch (NumberFormatException ex) {
  /external/openssl/crypto/x509v3/
v3_lib.c 197 X509_EXTENSION *ex, *found_ex = NULL; local
208 ex = sk_X509_EXTENSION_value(x, i);
209 if(OBJ_obj2nid(ex->object) == nid) {
212 found_ex = ex;
219 found_ex = ex;
  /frameworks/base/core/java/android/app/
AlarmManager.java 411 } catch (RemoteException ex) {
526 } catch (RemoteException ex) {
539 } catch (RemoteException ex) {
552 } catch (RemoteException ex) {
583 } catch (RemoteException ex) {
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 116 } catch (RemoteException ex) {
127 } catch (RemoteException ex) {
139 } catch (RemoteException ex) {
166 } catch (RemoteException ex) {
178 } catch (RemoteException ex) {
190 } catch (RemoteException ex) {
227 } catch (RemoteException ex) {
253 } catch (RemoteException ex) {
280 } catch (RemoteException ex) {
302 } catch (RemoteException ex) {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 134 } catch (Throwable ex) {
135 Log.w(TAG, "Exception in running a job", ex);
178 } catch (Exception ex) {
179 Log.w(TAG, "ingore exception", ex);
247 } catch (InterruptedException ex) {
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 232 } catch (ParseException ex) {
233 ex.addContext("...while preparsing cst " + Hex.u2(i) + " at offset " + Hex.u4(at));
234 throw ex;
342 } catch (ParseException ex) {
343 ex.addContext("...while parsing cst " + Hex.u2(idx) +
345 throw ex;
346 } catch (RuntimeException ex) {
347 ParseException pe = new ParseException(ex);
372 } catch (IllegalArgumentException ex) {
374 throw new ParseException(ex);
    [all...]
  /external/chromium_org/chrome/common/net/
x509_certificate_model_openssl.cc 457 std::string ProcessNSCertTypeExtension(X509_EXTENSION* ex) {
469 reinterpret_cast<ASN1_BIT_STRING*>(X509V3_EXT_d2i(ex)));
478 std::string ProcessKeyUsageExtension(X509_EXTENSION* ex) {
492 reinterpret_cast<ASN1_BIT_STRING*>(X509V3_EXT_d2i(ex)));
501 std::string ProcessBasicConstraints(X509_EXTENSION* ex) {
504 reinterpret_cast<BASIC_CONSTRAINTS*>(X509V3_EXT_d2i(ex)));
526 std::string ProcessExtKeyUsage(X509_EXTENSION* ex) {
529 value(reinterpret_cast<EXTENDED_KEY_USAGE*>(X509V3_EXT_d2i(ex)));
676 std::string ProcessAltName(X509_EXTENSION* ex) {
678 reinterpret_cast<GENERAL_NAMES*>(X509V3_EXT_d2i(ex)));
1109 X509_EXTENSION* ex = X509_get_ext(cert_handle, i); local
    [all...]
  /external/chromium_org/tools/grit/grit/node/
base_unittest.py 76 ex = message.ExNode()
77 ex.StartParsing(u'ex', None)
78 ex.AppendContent(u'Joi')
79 ex.EndParsing()
80 ph.AddChild(ex)
88 u'&lt;young&gt; <ph name="USERNAME">$1<ex>Joi</ex></ph>'
93 u'&lt;young&gt; <ph name="USERNAME">$1<ex>Joi</ex></ph>
    [all...]
  /libcore/luni/src/main/java/java/net/
NetworkInterface.java 184 } catch (NumberFormatException ex) {
185 throw rethrowAsSocketException(ex);
210 } catch (Exception ex) {
211 throw rethrowAsSocketException(ex);
242 } catch (Exception ex) {
243 throw rethrowAsSocketException(ex);
247 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException {
249 result.initCause(ex);
500 } catch (Exception ex) {
501 throw rethrowAsSocketException(ex);
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 283 } catch (URISyntaxException ex) {
285 request.getRequestLine().getUri(), ex);
376 } catch (TunnelRefusedException ex) {
378 this.log.debug(ex.getMessage());
380 response = ex.getResponse();
436 } catch (IOException ex) {
439 if (retryHandler.retryRequest(ex, execCount, context)) {
441 this.log.info("I/O exception ("+ ex.getClass().getName() +
443 + ex.getMessage());
446 this.log.debug(ex.getMessage(), ex) local
1039 this.log.debug(ex.getMessage(), ex); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
ShutdownThread.java 416 } catch (RemoteException ex) {
417 Log.e(TAG, "RemoteException during NFC shutdown", ex);
427 } catch (RemoteException ex) {
428 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
438 } catch (RemoteException ex) {
439 Log.e(TAG, "RemoteException during radio shutdown", ex);
449 } catch (RemoteException ex) {
450 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
460 } catch (RemoteException ex) {
461 Log.e(TAG, "RemoteException during radio shutdown", ex);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 401 } catch (RemoteException ex) {
403 } catch (SecurityException ex) {
404 if (DBG) log(ex.toString());
443 } catch (RemoteException ex) {
445 } catch (SecurityException ex) {
446 if (DBG) log(ex.toString());
469 } catch (RemoteException ex) {
471 } catch (SecurityException ex) {
472 if (DBG) log(ex.toString());
494 } catch (RemoteException ex) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderFactoryTest.java 392 } catch (Exception ex) {
393 parseException = ex;
422 } catch (Exception ex) {
423 parseException = ex;
454 } catch (Exception ex) {
455 parseException = ex;
477 } catch (Exception ex) {
478 parseException = ex;
736 // } catch (Exception ex) {
737 // parseException = ex;
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 213 } catch(XmlPullParserException ex) {
214 // throw new SAXNotSupportedException("problem with setting feature "+name+": "+ex);
242 } catch(XmlPullParserException ex) {
243 throw new SAXNotSupportedException("not supported set property "+name+": "+ ex);
309 } catch (XmlPullParserException ex) {
311 "parsing initialization error: "+ex, this, ex);
312 //if(DEBUG) ex.printStackTrace();
330 } catch (XmlPullParserException ex) {
332 "parsing initialization error: "+ex, this, ex)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 124 } catch (Exception ex) {
125 sipStack.getStackLogger().logError("Problem sending error response", ex);
154 } catch (Exception ex) {
155 sipStack.getStackLogger().logError("Problem sending error response", ex);
185 } catch (Exception ex) {
186 sipStack.getStackLogger().logError("Problem sending error response", ex);
212 } catch (Exception ex) {
213 sipStack.getStackLogger().logError("Problem sending error response", ex);
247 } catch (Exception ex) {
248 sipStack.getStackLogger().logError("Problem sending response", ex);
    [all...]
  /art/test/064-field-access/src/
Main.java 94 } catch (Exception ex) {
97 + ex.getClass());
98 ex.printStackTrace();
100 if (!expectedException.equals(ex.getClass())) {
103 + ex.getClass());
104 ex.printStackTrace();
668 } catch (Exception ex) {
671 + ex.getClass());
672 ex.printStackTrace();
674 if (!expectedException.equals(ex.getClass()))
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 544 } catch( Exception ex ) {
552 + ": [" + ex.getMessage().trim()
772 } catch(SecurityException ex) {
776 + "' due to security restrictions - " + ex.getMessage());
778 throw ex;
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 622 } catch (IOException ex) {
623 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
624 throw new RuntimeException(ex);
625 } catch (RuntimeException ex) {
626 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
627 throw ex;
654 } catch (IOException ex) {
655 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
656 throw new RuntimeException(ex);
657 } catch (RuntimeException ex) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 103 } catch (Exception ex) {
104 Log.w(TAG, "Unhandled exception in callback", ex);
123 } catch (Exception ex) {
124 Log.w(TAG, "Unhandled exception in callback", ex);
149 } catch (Exception ex) {
150 Log.w(TAG, "Unhandled exception in callback", ex);
181 } catch (Exception ex) {
182 Log.w(TAG, "Unhandled exception in callback", ex);
209 } catch (Exception ex) {
210 Log.w(TAG, "Unhandled exception in callback", ex);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 317 } catch (URISyntaxException ex) {
319 request.getRequestLine().getUri(), ex);
401 } catch (TunnelRefusedException ex) {
403 this.log.debug(ex.getMessage());
405 response = ex.getResponse();
465 } catch (IOException ex) {
468 if (retryHandler.retryRequest(ex, wrapper.getExecCount(), context)) {
470 this.log.info("I/O exception ("+ ex.getClass().getName() +
472 + ex.getMessage());
475 this.log.debug(ex.getMessage(), ex) local
1078 this.log.debug(ex.getMessage(), ex); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
PersistentDataStore.java 191 } catch (FileNotFoundException ex) {
200 } catch (IOException ex) {
201 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
203 } catch (XmlPullParserException ex) {
204 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
229 } catch (IOException ex) {
230 Slog.w(TAG, "Failed to save display manager persistent store data.", ex);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 127 } catch (Exception ex) {
128 Log.w(TAG, ex);
157 } catch (IOException ex) {
209 } catch (java.io.IOException ex) {
210 Log.e(TAG, "got exception ex " + ex);
230 } catch (java.lang.IllegalStateException ex) {
231 Log.e(TAG, "got exception while updating database " + ex);

Completed in 1057 milliseconds

<<21222324252627282930>>