HomeSort by relevance Sort by last modified time
    Searched refs:ioe (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERExternalParser.java 43 catch (IOException ioe)
45 throw new ASN1ParsingException("unable to get DER object", ioe);
47 catch (IllegalArgumentException ioe)
49 throw new ASN1ParsingException("unable to get DER object", ioe);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java 48 catch (IOException ioe)
50 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
63 catch (IOException ioe)
65 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
78 catch (IOException ioe)
80 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
93 catch (IOException ioe)
95 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 88 catch (IOException ioe) {
98 catch (IOException ioe) {
107 catch (IOException ioe) {
117 catch (IOException ioe) {
127 catch (IOException ioe) {
143 catch (IOException ioe) {
154 catch (IOException ioe) {
166 catch (IOException ioe) {
181 catch (IOException ioe) {
191 catch (IOException ioe) {
    [all...]
  /external/jdiff/src/jdiff/
StreamReader.java 29 } catch (IOException ioe) {
31 ioe.printStackTrace();
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
ServerRunner.java 17 } catch (IOException ioe) {
18 System.err.println("Couldn't start server:\n" + ioe);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTDbg.stg 68 catch ( IOException ioe )
70 ReportError( ioe );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTDbg.stg 72 catch ( IOException ioe )
74 ReportError( ioe );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTDbg.stg 60 catch (IOException ioe) {
61 reportError(ioe);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java 107 } catch (IOException ioe) {
115 } catch (IOException ioe) {
120 } catch (IOException ioe) {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTDbg.stg 65 @catch (IOException *ioe) {
66 [self reportError:ioe];
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextStream.java 225 catch(IOException ioe)
227 throw new SAXException(ioe);
250 catch(IOException ioe)
252 throw new SAXException(ioe);
386 catch(IOException ioe)
388 throw new SAXException(ioe);
426 catch(IOException ioe)
428 throw new SAXException(ioe);
OutputPropertiesFactory.java 320 catch (IOException ioe)
326 ioe); local
383 catch (IOException ioe)
387 throw ioe;
395 ioe); local
396 //"Could not load '"+resourceName+"' (check CLASSPATH), now using just the defaults ", ioe);
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 131 catch (IOException ioe)
133 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
180 catch (IOException ioe)
182 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
198 catch (IOException ioe)
200 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
214 catch (IOException ioe)
216 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
229 catch (IOException ioe)
231 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 66 catch (IOException ioe)
68 throw new EMMARuntimeException (INSTR_IO_FAILURE, ioe);
115 catch (IOException ioe)
118 throw new EMMARuntimeException (ioe);
164 catch (IOException ioe)
167 throw new EMMARuntimeException (ioe);
214 catch (IOException ioe)
217 throw new EMMARuntimeException (ioe);
264 catch (IOException ioe)
267 throw new EMMARuntimeException (ioe);
    [all...]
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 161 } catch (IOException ioe) {
181 } catch (IOException ioe) {
197 } catch (IOException ioe) {
204 } catch (IOException ioe) {
239 } catch (IOException ioe) {
240 Log.e(TAG, "Failed to read from network connection: " + ioe);
249 } catch (IOException ioe) {
  /external/mockito/src/org/mockito/internal/creation/
AcrossJVMSerializationFeature.java 118 } catch (IOException ioe) {
124 "The Java Standard Serialization reported an '" + ioe.getClass().getSimpleName() + "' saying :",
125 " " + ioe.getMessage()
126 ), ioe);
229 } catch (IOException ioe) {
232 " " + ioe.getMessage(),
234 ), ioe);
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 250 IOException ioe = new MalformedChunkCodingException("Invalid footer: " local
252 ExceptionUtils.initCause(ioe, e);
253 throw ioe;
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 135 catch (IOException ioe)
137 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
424 catch (IOException ioe)
426 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
439 catch (IOException ioe)
441 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
452 catch (IOException ioe)
454 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
464 catch (IOException ioe)
466 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 103 catch (IOException ioe)
105 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe);
MergeProcessor.java 186 catch (IOException ioe)
189 ioe.printStackTrace (System.out);
242 catch (IOException ioe)
245 throw new EMMARuntimeException (ioe);
270 catch (IOException ioe)
275 throw new EMMARuntimeException (ioe);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
AbstractData.java 125 } catch (IOException ioe) {
126 throw new RuntimeException(ioe); // COV_NF_LINE
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 115 catch (IOException ioe)
118 throw new EMMARuntimeException (ioe);
141 catch (IOException ioe)
144 throw new EMMARuntimeException (ioe);
280 catch (IOException ioe)
283 throw new EMMARuntimeException (ioe);
334 catch (IOException ioe)
337 throw new EMMARuntimeException (ioe);
359 catch (IOException ioe)
362 throw new EMMARuntimeException (ioe);
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 76 } catch (IOException ioe) {
77 if (ioe.getMessage() != null) {
78 System.err.println("Failed: " + ioe);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 240 catch (IOException ioe)
242 throw new TransformerException(ioe.getMessage(),
243 (SourceLocator)xctxt.getSAXLocator(), ioe); local
262 catch (IOException ioe)
264 throw new TransformerException(ioe.getMessage(),
265 (SourceLocator)xctxt.getSAXLocator(), ioe); local

Completed in 347 milliseconds

1 2 3 4 5 6 7