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

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 250 catch (IOException ioe)
252 throw new TransformerException(ioe.getMessage(), locator, ioe); local
  /external/jline/src/src/main/java/jline/
WindowsTerminal.java 301 } catch (IOException ioe) {
306 throw ioe;
312 } catch (IOException ioe) {
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InlineByteBuddyMockMaker.java 150 } catch (IOException ioe) {
153 "This error occured due to an I/O error during the creation of this agent: " + ioe,
155 "Potentially, the current VM does not support the instrumentation API correctly"), ioe);
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 212 InterruptedIOException ioe = new SocketTimeoutException("timeout");
214 ioe.initCause(cause);
216 return ioe;
  /frameworks/base/media/java/android/media/
SRTRenderer.java 151 } catch (IOException ioe) {
153 Log.e(TAG, ioe.getMessage(), ioe);
  /libcore/ojluni/src/main/java/java/util/
XMLUtils.java 182 IOException ioe = new IOException(); local
183 ioe.initCause(te);
184 throw ioe;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 295 catch (IOException ioe)
297 throw new TransformerException(ioe);
504 catch (IOException ioe)
506 throw new TransformerException(ioe);
521 catch(IOException ioe){}
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 294 } catch (IOException ioe) {
296 throw new RuntimeException(ioe);
417 } catch (IOException ioe) {
419 throw new RuntimeException(ioe);
457 } catch (IOException ioe) {
459 throw new RuntimeException(ioe);
EncodeDecodeTest.java 644 } catch (IOException ioe) {
646 throw new RuntimeException(ioe);
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 394 } catch (IOException ioe) {
395 VvmLog.e(TAG, "changePin: ", ioe);
408 } catch (IOException ioe) {
409 LogUtils.e(TAG, ioe.toString());
420 } catch (IOException ioe) {
421 throw new MessagingException(MessagingException.SERVER_ERROR, ioe.toString());
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
CertificationSuiteResultReporter.java 371 } catch (IOException ioe) {
374 CLog.e(ioe);
459 } catch (IOException ioe) {
461 CLog.e(ioe);
503 } catch (IOException ioe) {
505 CLog.e(ioe);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 365 IOException ioe = new IOException(rootCause.getLocalizedMessage());
366 ioe.initCause(rootCause);
367 return ioe;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java 440 IOException ioe = new IOException(e.getLocalizedMessage()); local
441 ioe.initCause(e);
442 throw ioe;
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java 144 } catch (IOException ioe) {
146 Log.v(TAG, "Unable to connect to proxy " + proxy, ioe);
174 } catch (IOException ioe) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 130 } catch (IOException ioe) {
131 LogUtils.d(TAG, "IOException", ioe);
133 throw ioe;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 280 catch (IOException ioe) {
281 LogUtils.e(TAG, ioe, "Rfc822Output#writeOneAttachment(), IOException" +
283 throw new MessagingException("Invalid attachment.", ioe);
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCameraActivity.java 75 } catch (IOException ioe) {
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
NdkApiXmlReport.java 169 } catch (IOException ioe) {
170 System.out.println(ioe.getMessage());
274 } catch (IOException ioe) {
275 System.out.println(ioe.getMessage());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 132 } catch (IOException ioe) {
133 ExceptionExtensions.PrintStackTrace(ioe, Console.Error);
141 } catch (IOException ioe) {
142 ExceptionExtensions.PrintStackTrace(ioe, Console.Error);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 143 catch ( IOException ioe )
145 ExceptionExtensions.PrintStackTrace( ioe, Console.Error );
156 catch ( IOException ioe )
158 ExceptionExtensions.PrintStackTrace( ioe, Console.Error );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 151 catch (IOException ioe) {
152 reportError(ioe);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 329 } catch (IOException ioe) {
330 ioe.printStackTrace();
343 } catch (IOException ioe) {
344 ioe.printStackTrace();
  /frameworks/base/keystore/java/android/security/
SystemKeyStore.java 99 } catch (IOException ioe) {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarFileFactory.java 157 } catch (IOException ioe) {
  /libcore/ojluni/src/main/java/sun/security/x509/
InhibitAnyPolicyExtension.java 82 } catch (IOException ioe) {

Completed in 1309 milliseconds

1 2 3 4 5 6 78 91011>>