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

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
MinSEParser.java 51 } catch (NumberFormatException ex) {
53 } catch (InvalidArgumentException ex) {
54 throw createParseException(ex.getMessage());
SessionExpiresParser.java 48 } catch (NumberFormatException ex) {
50 } catch (InvalidArgumentException ex) {
51 throw createParseException(ex.getMessage());
  /external/proguard/src/proguard/io/
ClassReader.java 110 catch (Exception ex)
112 throw (IOException)new IOException("Can't process class ["+dataEntry.getName()+"] ("+ex.getMessage()+")").initCause(ex);
  /external/smali/util/src/main/java/org/jf/util/
AbstractForwardSequentialList.java 62 } catch (NoSuchElementException ex) {
75 } catch (IndexOutOfBoundsException ex) {
104 } catch (IndexOutOfBoundsException ex) {
ConsoleUtil.java 44 } catch (Exception ex) {
49 } catch (Exception ex) {
106 } catch (Exception ex) {
  /frameworks/base/core/java/android/os/
CancellationSignal.java 82 } catch (RemoteException ex) {
151 } catch (RemoteException ex) {
159 } catch (InterruptedException ex) {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraStateHolder.java 17 package com.android.ex.camera2.portability;
21 import com.android.ex.camera2.portability.debug.Log;
101 } catch (InterruptedException ex) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_entitiessetnameditem1.java 82 } catch (DOMException ex) {
83 switch (ex.code) {
89 throw ex;
hc_notationssetnameditem1.java 82 } catch (DOMException ex) {
83 switch (ex.code) {
89 throw ex;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 73 } catch (ArrayIndexOutOfBoundsException ex) {
82 } catch (ArrayIndexOutOfBoundsException ex) {
94 } catch (ArrayIndexOutOfBoundsException ex) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HCNotationsRemoveNamedItemNS.java 85 } catch (DOMException ex) {
86 switch (ex.code) {
92 throw ex;
HCNotationsSetNamedItemNS.java 87 } catch (DOMException ex) {
88 switch (ex.code) {
94 throw ex;
Prefix.java 137 } catch (DOMException ex) {
138 success = (ex.code == DOMException.NAMESPACE_ERR);
155 } catch (DOMException ex) {
156 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
173 } catch (DOMException ex) {
174 success = (ex.code == DOMException.NAMESPACE_ERR);
207 // } catch (DOMException ex) {
208 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
227 } catch (DOMException ex) {
228 success = (ex.code == DOMException.NAMESPACE_ERR)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 44 } catch (IllegalArgumentException ex) {
46 } catch (RuntimeException ex) {
51 } catch (RuntimeException ex) {
  /packages/apps/Camera2/src/com/android/camera/
Thumbnail.java 44 } catch (IllegalArgumentException ex) {
46 } catch (RuntimeException ex) {
51 } catch (RuntimeException ex) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 79 } catch (InterruptedException ex) {
87 } catch (RuntimeException ex) {
88 Log.e(TAG, "Task " + task.getName() + " failed", ex);
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 123 public void annotate(ExceptionWithContext ex) {
124 ex.addContext("(locals array set; primary)");
125 primary.annotate(ex);
132 ex.addContext("(locals array set: primary for caller "
135 la.getPrimary().annotate(ex);
283 } catch (SimException ex) {
284 ex.addContext(
324 } catch (SimException ex) {
325 ex.addContext("Merging one locals against caller block "
353 } catch (SimException ex) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 239 } catch (Exception ex) {
243 sipStack.getStackLogger().logException(ex);
340 } catch (Exception ex) {
344 sipStack.getStackLogger().logException(ex);
375 } catch (Exception ex) {
379 sipStack.getStackLogger().logException(ex);
388 } catch (Exception ex) {
392 sipStack.getStackLogger().logException(ex);
399 } catch (Exception ex) {
400 sipStack.getStackLogger().logException(ex);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 357 } catch (RemoteException ex) {
383 } catch (RemoteException ex) {
407 } catch (RemoteException ex) {
435 } catch (RemoteException ex) {
461 } catch (RemoteException ex) {
483 } catch (RemoteException ex) {
521 } catch (RemoteException ex) {
542 } catch (RemoteException ex) {
562 } catch (RemoteException ex) {
582 } catch (RemoteException ex) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeListParser.java 152 } catch (ParseException ex) {
153 ex.addContext("...while parsing attributes[" + i + "]");
154 throw ex;
155 } catch (RuntimeException ex) {
156 ParseException pe = new ParseException(ex);
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 92 } catch (UnsupportedEncodingException ex) {
93 throw new RuntimeException("shouldn't happen", ex);
98 } catch (ParseException ex) {
101 ex.printStackTrace();
103 ex.printContext(System.err);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DexFileFactory.java 80 } catch (IOException ex) {
83 throw ex;
89 } catch (IOException ex) {
99 } catch (DexBackedDexFile.NotADexFile ex) {
107 } catch (DexBackedOdexFile.NotAnOdexFile ex) {
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 87 } catch (RemoteException ex) {
110 } catch (RemoteException ex) {
123 } catch (RemoteException ex) {
150 } catch (Exception ex) {
151 Log.e(TAG, "Unable to requery because the remote process exception " + ex.getMessage());
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 18 package com.android.ex.photo.loaders;
27 import com.android.ex.photo.PhotoViewController;
28 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
29 import com.android.ex.photo.util.ImageUtils;
61 } catch (UnsupportedOperationException ex) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketImplTest.java 103 } catch (IOException ex) {
107 } catch (IOException ex) {
116 } catch (IOException ex) {
122 } catch (IOException ex) {
167 } catch (IOException ex) {
171 } catch (IOException ex) {
180 } catch (IOException ex) {
186 } catch (IOException ex) {
234 } catch (IOException ex) {
238 } catch (IOException ex) {
    [all...]

Completed in 2048 milliseconds

<<11121314151617181920>>