HomeSort by relevance Sort by last modified time
    Searched refs:ioe (Results 51 - 75 of 1394) sorted by null

1 23 4 5 6 7 8 91011>>

  /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
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
BinaryTempFileBody.java 61 } catch (IOException ioe) {
62 throw new MessagingException("Unable to open body", ioe);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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());
540 } catch (IOException ioe) {
541 fail("Unexpected IOException " + ioe.toString())
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java 143 } catch (IOException ioe) {
145 LogUtils.d(Logging.LOG_TAG, ioe.toString());
147 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
186 } catch (IOException ioe) {
188 LogUtils.d(Logging.LOG_TAG, ioe.toString());
190 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
  /frameworks/base/core/java/android/os/
ZygoteProcess.java 528 } catch (IOException ioe) {
529 Slog.e(LOG_TAG, "Failed to set API blacklist exemptions", ioe);
553 } catch (IOException ioe) {
554 Slog.e(LOG_TAG, "Failed to set hidden API log sampling rate", ioe);
569 } catch (IOException ioe) {
570 throw new ZygoteStartFailedEx("Error connecting to primary zygote", ioe);
583 } catch (IOException ioe) {
584 throw new ZygoteStartFailedEx("Error connecting to secondary zygote", ioe);
670 } catch (IOException ioe) {
672 "Got error connecting to zygote, retrying. msg= " + ioe.getMessage())
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java 132 assertSame(InterruptedIOException.class, streamReader.ioe.getClass());
174 assertSame(InterruptedIOException.class, streamWriter.ioe.getClass());
276 assertSame(AsynchronousCloseException.class, channelReader.ioe.getClass());
307 assertSame(ClosedByInterruptException.class, channelReader.ioe.getClass());
417 assertSame(AsynchronousCloseException.class, channelWriter.ioe.getClass());
448 assertSame(ClosedByInterruptException.class, channelWriter.ioe.getClass());
459 volatile IOException ioe; field in class:FileIOInterruptTest.StreamReader
474 this.ioe = e;
493 volatile IOException ioe; field in class:FileIOInterruptTest.StreamWriter
510 this.ioe = e
541 volatile IOException ioe; field in class:FileIOInterruptTest.ChannelReader
586 volatile IOException ioe; field in class:FileIOInterruptTest.ChannelWriter
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 112 } catch (IOException ioe) {
113 ioExceptionHandler(mConnection, ioe);
136 } catch (IOException ioe) {
137 throw ioExceptionHandler(mConnection, ioe);
211 } catch (IOException ioe) {
212 throw ioExceptionHandler(connection, ioe);
252 } catch (IOException ioe) {
253 throw ioExceptionHandler(connection, ioe);
340 } catch (IOException ioe) {
341 throw ioExceptionHandler(mConnection, 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...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
MatrixUtils.java 837 IOException ioe = new IOException(); local
841 IOException ioe = new IOException(); local
946 IOException ioe = new IOException(); local
950 IOException ioe = new IOException(); local
    [all...]
  /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);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
PackageInstallerImpl.java 123 } catch (IOException ioe) {
124 Log.e(TAG, "Can't create session for " + packageName + ": " + ioe.getMessage());
171 } catch (IOException ioe) {
172 Log.e(TAG, "Stale open session for " + packageName + ": " + ioe.getMessage());
191 } catch (IOException ioe) {
192 Log.w(TAG, "IOException opening old session for " + ioe.getMessage()
  /art/test/068-classloader/src/
FancyLoader.java 154 } catch (IOException ioe) {
159 } catch (IOException ioe) {
  /art/test/093-serialization/src/
Main.java 39 } catch (IOException ioe) {
40 throw new RuntimeException(ioe);
  /art/test/626-const-class-linking/src/
DefiningLoader.java 167 } catch (IOException ioe) {
172 } catch (IOException ioe) {
  /art/test/647-jni-get-field-id/src/
DefiningLoader.java 167 } catch (IOException ioe) {
172 } catch (IOException ioe) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 113 } catch (IOException ioe) {
114 Log.w(TAG, "Problem moving cert file to /sdcard/", ioe);
CANotifyOnBootActivity.java 78 } catch (IOException ioe) {
79 Log.w(TAG, "Problem moving cert file to /sdcard/", 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);
  /frameworks/base/core/tests/packagemanagertests/src/android/content/pm/
KernelPackageMappingTests.java 77 } catch (IOException ioe) {
78 Log.w(TAG, "Couldn't read file " + file.getAbsolutePath() + "\n" + ioe);

Completed in 637 milliseconds

1 23 4 5 6 7 8 91011>>