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

1 2 3 4 5 6 7 891011>>

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallTask.java 168 } catch (IOException ioe) {
  /packages/apps/SecureElement/src/com/android/se/security/gpac/
AID_REF_DO.java 166 } catch (IOException ioe) {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOUtils.java 144 } catch (IOException ioe) {
162 } catch (IOException ioe) {
180 } catch (IOException ioe) {
198 } catch (IOException ioe) {
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 422 } catch (IOException ioe) {
424 "failed to create " + getOutputMime() + " encoder", ioe);
443 } catch (IOException ioe) {
444 throw new IllegalStateException("MediaMuxer creation failed", ioe);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 493 } catch (IOException ioe) {
561 } catch (IOException ioe) {
571 } catch (IOException ioe) {
723 } catch (IOException ioe) {
731 } catch (IOException ioe) {
    [all...]
  /art/test/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");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java 295 } catch (IOException ioe) {
296 throw new RuntimeException("Failed to write file " + filename, ioe);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 291 } catch (IOException ioe) {
292 throw new RuntimeException("Failed to write file " + filename, ioe);
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 252 } catch (IOException ioe) {
254 Log.d(TAG, "Unable to connect:" + ioe);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 254 } catch (IOException ioe) {
255 throw new RuntimeException("error while writing to the writer", ioe);
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 132 } catch (IOException ioe) {
212 Log.d(CLIENT_TAG, "Initializing socket failed, IOE.", e);
258 } 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/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);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
StringEscapeUtils.java 151 } catch (final IOException ioe) {
153 throw new RuntimeException(ioe);
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
LoggerFactory.java 242 } catch (IOException ioe) {
243 Util.report("Error getting resources from path", ioe);
  /frameworks/base/core/java/android/printservice/
PrintServiceInfo.java 161 } catch (IOException ioe) {
162 Log.w(LOG_TAG, "Error reading meta-data:" + ioe);
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 643 } catch (IOException ioe) {
644 Slog.d(TAG, "Failed to write data to output stream", ioe);
707 } catch (IOException ioe) {
708 Slog.d(TAG, "Failed to read data from input stream", ioe);
765 } catch (IOException ioe) {
766 Slog.d(TAG, "Serializing IntervalStats Failed", ioe);
779 } catch (IOException ioe) {
780 Slog.d(TAG, "DeSerializing IntervalStats Failed", ioe);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 175 } catch (IOException ioe) {
176 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an IOE", ioe);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java 631 } catch (IOException ioe) {
633 + ioe.getMessage());
684 } catch (IOException ioe) {
686 + ioe.getMessage());
843 } catch (IOException ioe) {
845 + ioe.getMessage());
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserFactoryTest.java 144 } catch (IOException ioe) {
145 fail("Unexpected exception " + ioe.toString());
270 // } catch (IOException ioe) {
285 // } catch (IOException ioe) {
286 // fail("IOEXception was thrown during parsing: " + ioe.getMessage());
301 // } catch (IOException ioe) {
316 // } catch (IOException ioe) {
317 // fail("IOEXception was thrown during parsing: " + ioe.getMessage());
335 // } catch(IOException ioe) {
351 // } catch(IOException ioe) {
    [all...]
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainDatagramSocketImpl.java 93 } catch (SocketException ioe) {
96 throw ioe;
  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 335 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) {
336 if (uri == null || sa == null || ioe == null) {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
URLJarFile.java 231 } catch (IOException ioe) {
232 thr.addSuppressed(ioe);

Completed in 477 milliseconds

1 2 3 4 5 6 7 891011>>