HomeSort by relevance Sort by last modified time
    Searched refs:ioe (Results 26 - 50 of 239) sorted by null

12 3 4 5 6 7 8 910

  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 135 catch (IOException ioe)
137 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
424 catch (IOException ioe)
426 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
439 catch (IOException ioe)
441 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
452 catch (IOException ioe)
454 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
464 catch (IOException ioe)
466 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 45 } catch (IOException ioe) {
46 throw new SAXException(ioe);
55 } catch (IOException ioe) {
56 throw new SAXException(ioe);
  /sdk/sdkstats/src/com/android/sdkstats/
DdmsPreferenceStore.java 123 catch (IOException ioe) {
124 // FIXME com.android.dmmlib.Log.w("ddms", "Failed saving prefs file: " + ioe.getMessage());
246 } catch (IOException ioe) {
283 } catch (IOException ioe) {
317 } catch (IOException ioe) {
  /dalvik/tests/071-dexfile/src/
Main.java 48 } catch (IOException ioe) {
49 System.err.println("cmd failed: " + ioe.getMessage());
  /dalvik/tests/093-serialization/src/
Main.java 39 } catch (IOException ioe) {
40 throw new RuntimeException(ioe);
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 103 catch (IOException ioe)
105 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe);
MergeProcessor.java 186 catch (IOException ioe)
189 ioe.printStackTrace (System.out);
242 catch (IOException ioe)
245 throw new EMMARuntimeException (ioe);
270 catch (IOException ioe)
275 throw new EMMARuntimeException (ioe);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
AbstractData.java 125 } catch (IOException ioe) {
126 throw new RuntimeException(ioe); // COV_NF_LINE
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
AdbUtils.java 122 } catch (IOException ioe) {
123 Log.w(LOGTAG, "error creating adb socket", ioe);
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 353 } catch (IOException ioe) {
354 fail("Unexpected IOException " + ioe.toString());
369 } catch (IOException ioe) {
370 fail("Unexpected IOException " + ioe.toString());
380 } catch (IOException ioe) {
381 fail("Unexpected IOException " + ioe.toString());
392 } catch(IOException ioe) {
393 fail("Unexpected IOException " + ioe.toString());
553 } catch (IOException ioe) {
554 fail("Unexpected IOException " + ioe.toString())
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 187 } catch (IOException ioe) {
189 Log.d(Logging.LOG_TAG, ioe.toString());
191 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
217 } catch (IOException ioe) {
219 Log.d(Logging.LOG_TAG, ioe.toString());
221 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
SmtpSender.java 181 } catch (IOException ioe) {
183 Log.d(Logging.LOG_TAG, ioe.toString());
185 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
222 } catch (IOException ioe) {
223 throw new MessagingException("Unable to send message", ioe);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Client.java 223 } catch (IOException ioe) {
305 } catch (IOException ioe) {
307 ioe.printStackTrace();
362 } catch (IOException ioe) {
450 } catch (IOException ioe) {
520 catch (IOException ioe) {
521 Log.e("ddms-client", "IO error during handshake: " + ioe.getMessage());
577 catch (IOException ioe) {
579 throw ioe;
820 catch (IOException ioe) {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 249 } catch (IOException ioe) {
253 ioe.getMessage());
299 } catch (IOException ioe) {
302 Log.d(Logging.LOG_TAG, ioe.toString());
304 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
316 } catch (IOException ioe) {
317 statException = ioe;
392 } catch (IOException ioe) {
395 Log.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe);
397 throw new MessagingException("getMessages", ioe);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 320 catch (IOException ioe)
326 ioe); local
383 catch (IOException ioe)
387 throw ioe;
395 ioe); local
396 //"Could not load '"+resourceName+"' (check CLASSPATH), now using just the defaults ", ioe);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 115 catch (IOException ioe)
118 throw new EMMARuntimeException (ioe);
141 catch (IOException ioe)
144 throw new EMMARuntimeException (ioe);
280 catch (IOException ioe)
283 throw new EMMARuntimeException (ioe);
334 catch (IOException ioe)
337 throw new EMMARuntimeException (ioe);
359 catch (IOException ioe)
362 throw new EMMARuntimeException (ioe);
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 76 } catch (IOException ioe) {
77 if (ioe.getMessage() != null) {
78 System.err.println("Failed: " + ioe);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 240 catch (IOException ioe)
242 throw new TransformerException(ioe.getMessage(),
243 (SourceLocator)xctxt.getSAXLocator(), ioe); local
262 catch (IOException ioe)
264 throw new TransformerException(ioe.getMessage(),
265 (SourceLocator)xctxt.getSAXLocator(), ioe); local
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 329 catch (IOException ioe)
331 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
347 catch (IOException ioe)
349 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
362 catch (IOException ioe)
364 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
  /frameworks/base/core/java/com/android/internal/widget/
LockSettingsService.java 229 } catch (IOException ioe) {
230 Slog.e(TAG, "Cannot read file " + ioe);
260 } catch (IOException ioe) {
261 Slog.e(TAG, "Cannot read file " + ioe);
300 } catch (IOException ioe) {
301 Slog.e(TAG, "Error writing to file " + ioe);
  /dalvik/tests/068-classloader/src/
FancyLoader.java 155 } catch (IOException ioe) {
160 } catch (IOException ioe) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 183 catch (IOException ioe)
185 throw new TransformerException(ioe);
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 80 catch (IOException ioe)
83 + ": property file [" + m_settingsFile.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fillInStackTrace (); local
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 109 catch (IOException ioe)
111 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe);

Completed in 1897 milliseconds

12 3 4 5 6 7 8 910