HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 76 - 100 of 1224) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_notationsremovenameditemns1.java 77 } catch (DOMException ex) {
78 switch (ex.code) {
84 throw ex;
hc_notationssetnameditemns1.java 79 } catch (DOMException ex) {
80 switch (ex.code) {
86 throw ex;
namednodemapsetnameditemns09.java 87 } catch (DOMException ex) {
88 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
97 } catch (DOMException ex) {
98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 117 } catch (ClassNotFoundException ex) {
230 } catch (NoSuchMethodException ex) {
231 throw (InternalError) (new InternalError(ex.toString())
232 .initCause(ex));
233 } catch (IllegalAccessException ex) {
234 throw (InternalError) (new InternalError(ex.toString())
235 .initCause(ex));
236 } catch (InstantiationException ex) {
237 throw (InternalError) (new InternalError(ex.toString())
238 .initCause(ex));
    [all...]
  /libcore/luni/src/test/java/tests/security/acl/
IAclEntryTest.java 83 } catch (Exception ex) {
84 fail("Unexpected exception " + ex);
114 } catch (Exception ex) {
115 fail("Unexpected exception " + ex);
143 } catch (Exception ex) {
144 fail("Unexpected exception " + ex);
172 } catch (Exception ex) {
173 fail("Unexpected exception " + ex);
191 } catch (Exception ex) {
192 fail("Unexpected exception " + ex);
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDocumentBuilderFactory.java 64 catch (Exception ex) {
65 throw new DOMTestIncompatibleException(ex, null);
95 catch (InvocationTargetException ex) {
96 throw new DOMTestLoadException(ex.getTargetException());
98 catch (Exception ex) {
99 throw new DOMTestLoadException(ex);
  /dalvik/vm/mterp/x86/
binop2addr.S 22 $instr # for ex: addl %eax,(rFP,%ecx,4)
binopWide.S 11 $instr1 # ex: addl (rFP,%ecx,4),rPC
12 $instr2 # ex: adcl 4(rFP,%ecx,4),%eax
  /external/nist-sip/java/gov/nist/core/
StackLogger.java 36 * @param ex
38 public void logException(Throwable ex);
82 * @param ex
84 public void logError(String message, Exception ex);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SubscriptionStateParser.java 103 } catch (NumberFormatException ex) {
104 throw createParseException(ex.getMessage());
105 } catch (InvalidArgumentException ex) {
106 throw createParseException(ex.getMessage());
117 } catch (NumberFormatException ex) {
118 throw createParseException(ex.getMessage());
119 } catch (InvalidArgumentException ex) {
120 throw createParseException(ex.getMessage());
WarningParser.java 92 } catch (NumberFormatException ex) {
93 throw createParseException(ex.getMessage());
94 } catch (InvalidArgumentException ex) {
95 throw createParseException(ex.getMessage());
134 } catch (NumberFormatException ex) {
135 throw createParseException(ex.getMessage());
136 } catch (InvalidArgumentException ex) {
137 throw createParseException(ex.getMessage());
AcceptEncodingParser.java 119 } catch (NumberFormatException ex) {
120 throw createParseException(ex.getMessage());
121 } catch (InvalidArgumentException ex) {
122 throw createParseException(ex.getMessage());
AcceptLanguageParser.java 113 } catch (NumberFormatException ex) {
114 throw createParseException(ex.getMessage());
115 } catch (InvalidArgumentException ex) {
116 throw createParseException(ex.getMessage());
ParseExceptionListener.java 53 * @param ex - parse exception being processed.
59 ParseException ex,
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 101 } catch (IOException ex) {
102 Log.e(TAG, "Cannot read peer credentials", ex);
103 throw ex;
176 } catch (IOException ex) {
177 Log.w(TAG, "IOException on command socket " + ex.getMessage());
214 } catch (IllegalArgumentException ex) {
215 logAndPrintError (newStderr, "Invalid zygote arguments", ex);
217 } catch (ZygoteSecurityException ex) {
219 "Zygote security policy prevents request: ", ex);
240 } catch (IOException ex) {
    [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java 288 } catch (RemoteException ex) {
289 Log.e(TAG, "getAllProviders: RemoteException", ex);
305 } catch (RemoteException ex) {
306 Log.e(TAG, "getProviders: RemoteException", ex);
332 } catch (RemoteException ex) {
333 Log.e(TAG, "getProvider: RemoteException", ex);
354 } catch (RemoteException ex) {
355 Log.e(TAG, "getProviders: RemoteException", ex);
388 } catch (RemoteException ex) {
389 Log.e(TAG, "getBestProvider: RemoteException", ex);
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ExceptionWithContext.java 36 * @param ex {@code non-null;} the exception to augment
40 public static ExceptionWithContext withContext(Throwable ex, String str) {
43 if (ex instanceof ExceptionWithContext) {
44 ewc = (ExceptionWithContext) ex;
46 ewc = new ExceptionWithContext(ex);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Regress/
regress-320172.js 51 catch(ex)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederrEE.java 92 } catch (DOMException ex) {
93 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
102 } catch (DOMException ex) {
103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
documentinvalidcharacterexceptioncreateentref.java 76 } catch (DOMException ex) {
77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
87 } catch (DOMException ex) {
88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
documentinvalidcharacterexceptioncreateentref1.java 73 } catch (DOMException ex) {
74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
84 } catch (DOMException ex) {
85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
documentinvalidcharacterexceptioncreatepi.java 76 } catch (DOMException ex) {
77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
87 } catch (DOMException ex) {
88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
documentinvalidcharacterexceptioncreatepi1.java 73 } catch (DOMException ex) {
74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
84 } catch (DOMException ex) {
85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
hc_attrappendchild4.java 83 } catch (DOMException ex) {
84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
95 } catch (DOMException ex) {
96 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
hc_attrinsertbefore5.java 84 } catch (DOMException ex) {
85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
96 } catch (DOMException ex) {
97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);

Completed in 333 milliseconds

1 2 34 5 6 7 8 91011>>