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

1 2 34 5 6 7

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 220 } catch (IOException ioe) {
221 Log.e(LOGTAG, "Failed to log draw times", ioe);
ReliabilityTest.java 166 } catch (IOException ioe) {
167 Log.e(LOGTAG, "Error while reading test list.", ioe);
TestShellActivity.java 228 } catch (IOException ioe) {
229 Log.e(LOGTAG, "Failed to open test list for read.", ioe);
240 } catch (IOException ioe) {
241 Log.w(LOGTAG, "Failed to close test list file.", ioe);
251 } catch (IOException ioe) {
252 Log.e(LOGTAG, "Failed to read next test.", ioe);
865 } catch (IOException ioe) {
866 Log.e(LOGTAG, "", ioe);
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java 145 } catch (IOException ioe) {
146 fail("Unexpected exception " + ioe.toString());
271 // } catch (IOException ioe) {
286 // } catch (IOException ioe) {
287 // fail("IOEXception was thrown during parsing: " + ioe.getMessage());
302 // } catch (IOException ioe) {
317 // } catch (IOException ioe) {
318 // fail("IOEXception was thrown during parsing: " + ioe.getMessage());
336 // } catch(IOException ioe) {
352 // } catch(IOException ioe) {
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Debugger.java 173 } catch (IOException ioe) {
189 } catch (IOException ioe) {
AndroidDebugBridge.java     [all...]
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 205 } catch (Exception ioe) {
206 printAndExit("Unable to get frame buffer: " + ioe.getMessage(), true /* terminate */);
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 344 } catch (IOException ioe) {
374 } catch (IOException ioe) {
535 } catch (IOException ioe) {
568 } catch (IOException ioe) {
599 } catch (IOException ioe) {
633 } catch (IOException ioe) {
649 } catch (IOException ioe) {
  /external/jdiff/src/jdiff/
Comments.java 97 } catch(java.io.IOException ioe) {
98 System.out.println("IOException parsing file '" + filename + "' : " + ioe);
99 ioe.printStackTrace();
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 121 catch (IOException ioe) {
122 Log.w("ddms", "Failed saving prefs file: " + ioe.getMessage());
324 catch (IOException ioe) {
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 181 } catch (IOException ioe) {
  /external/antlr/src/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 220 try {in.close();} catch (IOException ioe) {
221 System.err.println(ioe);
228 try {channel.close();} catch (IOException ioe) {
229 System.err.println(ioe);
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 125 } catch (IOException ioe) {
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 427 } catch (IOException ioe) {
429 throw new MessagingException("Unable to get folder list.", ioe);
451 } catch (IOException ioe) {
452 bundle.putString(EmailServiceProxy.VALIDATE_BUNDLE_ERROR_MESSAGE, ioe.getMessage());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 690 } catch (IOException ioe) {
692 + ioe.getMessage());
743 } catch (IOException ioe) {
745 + ioe.getMessage());
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 231 catch (IOException ioe)
291 catch (IOException ioe)
  /external/emma/lib/
emma.jar 
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 224 } catch (IOException ioe) {
225 throw ioe;
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
FsUtils.java 294 } catch (IOException ioe) {
295 Log.e(LOG_TAG, "failed to load test list", ioe);
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 203 } catch (IOException ioe) {
205 ioe.getMessage());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ScreenShotDialog.java 280 catch (IOException ioe) {
281 Log.w("ddms", "Unable to get frame buffer: " + ioe.getMessage());
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 755 IOException ioe = new IOException("Couldn't open " + url); local
756 ioe.initCause(e);
757 throw ioe;
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 336 } catch (IOException ioe) {
337 throw new RuntimeException(ioe);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 328 catch (IOException ioe) {
329 throw new MessagingException("Invalid attachment.", ioe);

Completed in 1042 milliseconds

1 2 34 5 6 7