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

1 2 34 5 6 7 8 910

  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 260 catch (IOException ioe) {
261 Log.w("ddms", "Remote exec failed: " + ioe.getMessage());
408 catch (IOException ioe) {
409 Log.w("ddms", "Unable to save " + fileName + ": " + ioe);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 328 } catch (IOException ioe) {
330 + client + ": " + ioe.getMessage());
352 } catch (IOException ioe) {
354 + client + ": " + ioe.getMessage());
  /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/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...]
  /external/jdiff/src/jdiff/
XMLToAPI.java 84 } catch(java.io.IOException ioe) {
85 System.out.println("IOException parsing file '" + filename + "' : " + ioe);
86 ioe.printStackTrace();
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 193 } catch (IOException ioe) {
194 failureReason = ioe.getLocalizedMessage();
198 selector.connectFailed(uri, currentProxy.address(), ioe);
  /libcore/luni/src/test/java/tests/api/javax/net/
SocketFactoryTest.java 120 } catch (IOException ioe) {
163 } catch (IOException ioe) {
221 } catch (IOException ioe) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLServerSocketTest.java 161 } catch (IOException ioe) {
199 } catch (IOException ioe) {
243 } catch (IOException ioe) {
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 75 } catch (IOException ioe) {
  /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);
  /frameworks/base/keystore/java/android/security/
SystemKeyStore.java 101 } catch (IOException ioe) {
  /packages/apps/Email/src/org/apache/commons/io/
IOUtils.java 144 } catch (IOException ioe) {
162 } catch (IOException ioe) {
180 } catch (IOException ioe) {
198 } catch (IOException ioe) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 237 } catch(IOException ioe) {
244 } catch(IOException ioe) {
346 } catch(SocketException ioe) {
400 } catch(IOException ioe) {
451 } catch(SocketException ioe) {
481 } catch(SocketException ioe) {
526 } catch(SocketException ioe) {
528 } catch(IOException ioe) {
550 } catch(SocketException ioe) {
552 } catch(IOException ioe) {
    [all...]
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 254 } catch (IOException ioe) {
255 throw new RuntimeException("error while writing to the writer", ioe);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 299 } catch (IOException ioe) {
300 reportLoadError(mJarFileName, className, ioe);
  /dalvik/tests/044-proxy/src/
WrappedThrow.java 56 } catch (IOException ioe) {
57 System.out.println("Got expected IOE");
65 } catch (IOException ioe) {
66 System.out.println("Got expected IOE");
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 130 } catch (IOException ioe) {
210 Log.d(CLIENT_TAG, "Initializing socket failed, IOE.", e);
256 } catch (IOException ioe) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 320 catch (IOException ioe)
323 new Object[]{ getHref() }, ioe);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 390 catch (java.io.IOException ioe)
392 throw new org.apache.xml.serializer.utils.WrappedRuntimeException(ioe);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 139 } catch (IOException ioe) {
140 ioe.printStackTrace();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/emma/core/java12/com/vladium/emma/
Command.java 173 catch (IOException ioe)
175 exit (true, "property override file [" + m_propertyFile.getAbsolutePath () + "] could not be read", ioe, RC_USAGE);
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 270 catch (IOException ioe)
273 ioe.printStackTrace (System.out);

Completed in 1779 milliseconds

1 2 34 5 6 7 8 910