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

1 23 4 5 6 7 8 910

  /libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 25 @Override public void connectFailed(URI uri, SocketAddress sa, IOException ioe) {
26 if (uri == null || sa == null || ioe == null) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 91 } catch (IOException ioe) {
100 } catch (IOException ioe) {
  /packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
AutoReplyActivity.java 88 } catch (IOException ioe) {
89 Log.e(TAG, "failed to log SMS", ioe);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
ant-apache-bcel.jar 
ant-netrexx.jar 
ant-jmf.jar 
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
GroupOwnerSocketHandler.java 57 } catch (IOException ioe) {
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/netscape/
NetscapeCertRequest.java 241 catch (IOException ioe)
243 throw new SignatureException(ioe.getMessage());
266 catch (IOException ioe)
268 throw new InvalidKeySpecException(ioe.getMessage());
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 129 catch (IOException ioe)
131 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe);
155 catch (IOException ioe)
158 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe);
  /frameworks/base/services/java/com/android/server/pm/
UserManager.java 174 } catch (IOException ioe) {
230 } catch (IOException ioe) {
231 Slog.e(LOG_TAG, "Error writing user info " + userInfo.id + "\n" + ioe);
236 } catch (IOException ioe) {
274 } catch (IOException ioe) {
280 } catch (IOException ioe) {
330 } catch (IOException ioe) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DeviceMonitor.java 201 } catch (TimeoutException ioe) {
202 handleExpectioninMonitorLoop(ioe);
203 } catch (IOException ioe) {
204 handleExpectioninMonitorLoop(ioe);
220 } catch (IOException ioe) {
653 } catch (IOException ioe) {
655 "Error reading jdwp list: " + ioe.getMessage());
799 } catch (IOException ioe) {
801 "Failed to connect to client '" + pid + "': " + ioe.getMessage());
831 } catch (IOException ioe) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedWriterTest.java 276 } catch (IOException ioe) {
284 } catch (IOException ioe) {
292 } catch (IOException ioe) {
300 } catch (IOException ioe) {
308 } catch (IOException ioe) {
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 142 } catch (IOException ioe) {
178 } catch (IOException ioe) {
179 Log.e(TAG, "Couldn't compress the dictionary:\n" + ioe);
202 } catch (IOException ioe) {
203 Log.e(TAG, "Couldn't read and uncompress entity data:\n" + ioe);
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 122 } catch(IOException ioe) {
160 } catch(IOException ioe) {
169 } catch(IOException ioe) {
215 } catch(IOException ioe) {
255 } catch(IOException ioe) {
264 } catch(IOException ioe) {
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 153 } catch (IOException ioe) {
158 Log.d(Logging.LOG_TAG, ioe.toString());
160 throw ioe;
397 } catch (IOException ioe) {
422 } catch (IOException ioe) {
477 } catch (IOException ioe) {
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 166 catch (IOException ioe)
169 + ": I/O exception while processing input" , ioe, m_task.getLocation ()).fillInStackTrace (); local
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 131 catch (IOException ioe)
133 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe);
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JCs.java 147 } catch (IOException ioe) {
148 throw new RuntimeException(ioe);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForPhoto.java 159 } catch (IOException ioe) {
160 Log.e(TAG, "Could not process photo for insert or update", ioe);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 101 catch (IOException ioe) {
102 ioe.printStackTrace(System.err);
110 catch (IOException ioe) {
111 ioe.printStackTrace(System.err);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 160 catch ( IOException ioe )
162 ReportError( ioe );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 159 catch ( IOException ioe )
161 ReportError( ioe );
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CertSelectorTest.java 105 } catch (IOException ioe) {
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 98 } catch (IOException ioe) {

Completed in 1455 milliseconds

1 23 4 5 6 7 8 910