HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 176 - 200 of 4577) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
ATResponseParserTest.java 34 } catch (ATParseEx ex) {
56 } catch (ATParseEx ex) {
70 } catch (ATParseEx ex) {
81 } catch (ATParseEx ex) {
105 fail("expected ex");
106 } catch (ATParseEx ex) {
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 144 catch (InvocationTargetException ex) {
145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting);
147 catch (Exception ex) {
148 throw new DOMTestIncompatibleException(ex, setting);
188 catch (Exception ex) {
232 catch (Exception ex) {
288 catch (InvocationTargetException ex) {
289 throw new DOMTestIncompatibleException(ex.getTargetException(), null);
291 catch (Exception ex) {
292 throw new DOMTestIncompatibleException(ex, null)
    [all...]
JAXPDOMTestDocumentBuilderFactory.java 63 catch (ParserConfigurationException ex) {
64 throw new DOMTestIncompatibleException(ex, null);
96 public void error(SAXParseException ex) {
99 parseException = ex;
103 public void warning(SAXParseException ex) {
107 public void fatalError(SAXParseException ex) {
109 parseException = ex;
129 catch (Exception ex) {
130 parseException = ex;
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 108 } catch (IOException ex) {
109 Log.e(TAG, "Cannot read peer credentials", ex);
110 throw ex;
183 } catch (IOException ex) {
184 Log.w(TAG, "IOException on command socket " + ex.getMessage());
233 } catch (IOException ex) {
234 logAndPrintError(newStderr, "Exception creating pipe", ex);
235 } catch (ErrnoException ex) {
236 logAndPrintError(newStderr, "Exception creating pipe", ex);
237 } catch (IllegalArgumentException ex) {
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigschematype1.js 48 } catch(ex) {
49 catchInitializationError(builder, ex);
100 } catch (ex) {
101 if (typeof(ex.code) != 'undefined') {
102 switch(ex.code) {
106 throw ex;
109 throw ex;
130 catch(ex) {
131 success = (typeof(ex.code) != 'undefined' && ex.code == 9)
    [all...]
documentrenamenode27.js 54 } catch(ex) {
55 catchInitializationError(builder, ex);
132 catch(ex) {
133 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
143 catch(ex) {
144 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
154 catch(ex) {
155 success = (typeof(ex.code) != 'undefined' && ex.code == 9)
    [all...]
nodereplacechild23.js 54 } catch(ex) {
55 catchInitializationError(builder, ex);
121 catch(ex) {
122 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
132 catch(ex) {
133 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
143 catch(ex) {
144 success = (typeof(ex.code) != 'undefined' && ex.code == 7)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 59 public void annotate(ExceptionWithContext ex) {
63 ex.addContext("locals[" + Hex.u2(i) + "]: " + s);
111 } catch (NullPointerException ex) {
212 } catch (SimException ex) {
213 ex.addContext("underlay locals:");
214 annotate(ex);
215 ex.addContext("overlay locals:");
216 other.annotate(ex);
217 throw ex;
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelLockingTest.java 91 } catch (NonWritableChannelException ex) {
99 } catch (NonReadableChannelException ex) {
117 } catch (IllegalArgumentException ex) {
123 } catch (IllegalArgumentException ex) {
129 } catch (IllegalArgumentException ex) {
161 } catch (NonWritableChannelException ex) {
171 } catch (NonWritableChannelException ex) {
179 } catch (IllegalArgumentException ex) {
196 } catch (OverlappingFileLockException ex) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
CreateAttributeNS.java 73 } catch (DOMException ex) {
74 success = (ex.code == DOMException.NAMESPACE_ERR);
91 } catch (DOMException ex) {
92 success = (ex.code == DOMException.NAMESPACE_ERR);
138 } catch (DOMException ex) {
139 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
156 } catch (DOMException ex) {
157 success = (ex.code == DOMException.NAMESPACE_ERR);
184 } catch (DOMException ex) {
CreateElementNS.java 91 } catch (DOMException ex) {
92 success = (ex.code == DOMException.NAMESPACE_ERR);
109 } catch (DOMException ex) {
110 success = (ex.code == DOMException.NAMESPACE_ERR);
157 } catch (DOMException ex) {
158 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
175 } catch (DOMException ex) {
176 success = (ex.code == DOMException.NAMESPACE_ERR);
205 } catch (DOMException ex) {
DOMImplementationCreateDocument.java 100 } catch (DOMException ex) {
101 success = (ex.code == DOMException.NAMESPACE_ERR);
121 } catch (DOMException ex) {
122 success = (ex.code == DOMException.NAMESPACE_ERR);
141 } catch (DOMException ex) {
142 success = (ex.code == DOMException.NAMESPACE_ERR);
DocumentCreateElementNS.java 91 } catch (DOMException ex) {
92 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
109 } catch (DOMException ex) {
110 success = (ex.code == DOMException.NAMESPACE_ERR);
133 } catch (DOMException ex) {
134 success = (ex.code == DOMException.NAMESPACE_ERR);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 532 } catch (Exception ex) {
533 Log.e(TAG, "got exception creating words table: " + ex.toString());
545 } catch (Exception ex) {
546 Log.e(TAG, "got exception creating indices: " + ex.toString());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 106 } catch (IOException ex) {
108 } catch (IndexOutOfBoundsException ex) {
114 } catch (UnsupportedEncodingException ex) {
206 } catch (java.io.IOException ex) {
208 "IOException on socket.accept(); stopping", ex);
215 } catch (java.io.IOException ex) {
217 "IOException on accepted socket(); re-listening", ex);
244 } catch (InterruptedException ex) {
254 } catch (InterpreterEx ex) {
255 println(ex.result)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeSystem.java 138 } catch (InstantiationException ex) {
139 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
140 } catch (IllegalAccessException ex) {
141 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
142 } catch (ClassNotFoundException ex) {
143 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestApplet.java 67 }catch (ClassNotFoundException ex){
68 ex.printStackTrace();
69 }catch (InstantiationException ex){
70 ex.printStackTrace();
71 }catch (IllegalAccessException ex){
72 ex.printStackTrace();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 57 } catch (ClassNotFoundException ex) {
58 throw new RuntimeException(ex);
87 } catch (IllegalAccessException ex) {
88 throw new RuntimeException(ex);
89 } catch (InstantiationException ex) {
90 throw new RuntimeException(ex);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 63 } catch (InterruptedException ex) {
76 } catch (java.io.IOException ex) {
77 ex.printStackTrace();
90 } catch (IOException ex) {
92 "Creating datagram reflector failed", ex);
143 } catch (InterruptedException ex) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
TestLayoutDevicesXsd.java 86 public void error(SAXParseException ex) throws SAXException {
87 mErrors += "Error: " + ex.getMessage() + "\n";
94 public void fatalError(SAXParseException ex) throws SAXException {
95 mErrors += "Fatal Error: " + ex.getMessage() + "\n";
102 public void warning(SAXParseException ex) throws SAXException {
103 mWarnings += "Warning: " + ex.getMessage() + "\n";
  /cts/tools/cfassembler/src/dxconvext/util/
FileUtils.java 86 } catch (IOException ex) {
87 throw new RuntimeException(file + ": trouble reading", ex);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/
Test_move_exception.java 36 } catch (Exception ex) {
37 fail("Exception " + ex + " was thrown instead off ArithmeticException");
  /dalvik/dexgen/src/com/android/dexgen/util/
FileUtils.java 86 } catch (IOException ex) {
87 throw new RuntimeException(file + ": trouble reading", ex);
  /dalvik/tests/054-uncaught/src/
Main.java 21 } catch (InterruptedException ex) {
22 ex.printStackTrace();
  /dalvik/vm/mterp/x86/
binflop.S 10 $instr (rFP,%ecx,4) # ex: faddp

Completed in 1100 milliseconds

1 2 3 4 5 6 78 91011>>