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

1 2 3 45 6 7 8 910

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 220 } catch (IOException ioe) {
221 Log.e(LOGTAG, "Failed to log draw times", ioe);
  /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) {
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 216 } catch (Exception ioe) {
217 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 473 } catch (IOException ioe) {
503 } catch (IOException ioe) {
664 } catch (IOException ioe) {
697 } catch (IOException ioe) {
728 } catch (IOException ioe) {
786 } catch (IOException ioe) {
800 } 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());
325 catch (IOException ioe) {
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 181 } catch (IOException ioe) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 301 } catch (IOException ioe) {
302 Console.Error.WriteLine(ioe);
311 } catch (IOException ioe) {
312 Console.Error.WriteLine(ioe);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 375 catch ( IOException ioe )
377 Console.Error.WriteLine( ioe );
390 catch ( IOException ioe )
392 Console.Error.WriteLine( ioe );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/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);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 106 } catch (Exception ioe) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 57 } catch (IOException ioe) {
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 125 } catch (IOException ioe) {
  /frameworks/support/volley/src/com/android/volley/toolbox/
HurlStack.java 122 } 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());
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Project.java 167 } catch (IOException ioe) {
168 client.log(ioe, "Initializing project state");
716 } catch (IOException ioe) {
717 mClient.log(ioe, null);
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar 
  /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;
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 264 } catch (IOException ioe) {
265 Log.w(LOG_TAG, 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);

Completed in 2055 milliseconds

1 2 3 45 6 7 8 910