Home
last modified time | relevance | path

Searched refs:ioe (Results 1 – 25 of 214) sorted by relevance

123456789

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java88 catch (IOException ioe) { in grammar()
98 catch (IOException ioe) { in rule()
107 catch (IOException ioe) { in endRule()
117 catch (IOException ioe) { in block()
127 catch (IOException ioe) { in alt()
143 catch (IOException ioe) { in endAlt()
154 catch (IOException ioe) { in ruleRef()
166 catch (IOException ioe) { in token()
181 catch (IOException ioe) { in charLiteral()
191 catch (IOException ioe) { in wildcard()
[all …]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLWriter.java48 catch (IOException ioe) in write()
50 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in write()
63 catch (IOException ioe) in write()
65 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in write()
78 catch (IOException ioe) in eol()
80 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in eol()
93 catch (IOException ioe) in flush()
95 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in flush()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java131 catch (IOException ioe) in visit()
133 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit()
180 catch (IOException ioe) in visit()
182 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit()
198 catch (IOException ioe) in visit()
200 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit()
214 catch (IOException ioe) in visit()
216 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit()
229 catch (IOException ioe) in visit()
231 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERExternalParser.java59 catch (IOException ioe) in toASN1Primitive()
61 throw new ASN1ParsingException("unable to get DER object", ioe); in toASN1Primitive()
63 catch (IllegalArgumentException ioe) in toASN1Primitive()
65 throw new ASN1ParsingException("unable to get DER object", ioe); in toASN1Primitive()
/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java66 catch (IOException ioe) in run()
68 throw new EMMARuntimeException (INSTR_IO_FAILURE, ioe); in run()
115 catch (IOException ioe) in handleArchiveEntry()
118 throw new EMMARuntimeException (ioe); in handleArchiveEntry()
164 catch (IOException ioe) in handleArchiveEntry()
167 throw new EMMARuntimeException (ioe); in handleArchiveEntry()
214 catch (IOException ioe) in handleFile()
217 throw new EMMARuntimeException (ioe); in handleFile()
264 catch (IOException ioe) in handleFile()
267 throw new EMMARuntimeException (ioe); in handleFile()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DByteBuddyCrossClassLoaderSerializationSupport.java116 } catch (IOException ioe) { in writeReplace()
121 … "The Java Standard Serialization reported an '" + ioe.getClass().getSimpleName() + "' saying :", in writeReplace()
122 " " + ioe.getMessage() in writeReplace()
123 ), ioe); in writeReplace()
207 } catch (IOException ioe) { in readResolve()
210 " " + ioe.getMessage(), in readResolve()
212 ), ioe); in readResolve()
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java135 catch (IOException ioe) in visit()
137 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit()
424 catch (IOException ioe) in row()
426 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row()
439 catch (IOException ioe) in row()
441 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row()
452 catch (IOException ioe) in line()
454 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in line()
464 catch (IOException ioe) in eol()
466 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in eol()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToTextStream.java225 catch(IOException ioe) in characters()
227 throw new SAXException(ioe); in characters()
250 catch(IOException ioe) in charactersRaw()
252 throw new SAXException(ioe); in charactersRaw()
386 catch(IOException ioe) in cdata()
388 throw new SAXException(ioe); in cdata()
426 catch(IOException ioe) in ignorableWhitespace()
428 throw new SAXException(ioe); in ignorableWhitespace()
DOutputPropertiesFactory.java320 catch (IOException ioe) in getDefaultMethodProperties()
326 ioe); in getDefaultMethodProperties()
383 catch (IOException ioe) in loadPropertiesFile()
387 throw ioe; in loadPropertiesFile()
395 ioe); in loadPropertiesFile()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java115 catch (IOException ioe) in handleArchiveStart()
118 throw new EMMARuntimeException (ioe); in handleArchiveStart()
141 catch (IOException ioe) in handleArchiveStart()
144 throw new EMMARuntimeException (ioe); in handleArchiveStart()
280 catch (IOException ioe) in handleArchiveEntry()
283 throw new EMMARuntimeException (ioe); in handleArchiveEntry()
334 catch (IOException ioe) in handleArchiveEntry()
337 throw new EMMARuntimeException (ioe); in handleArchiveEntry()
359 catch (IOException ioe) in handleArchiveEnd()
362 throw new EMMARuntimeException (ioe); in handleArchiveEnd()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DMatrixUtils.java837 IOException ioe = new IOException(); in deserializeRealVector()
838 ioe.initCause(nsfe); in deserializeRealVector()
839 throw ioe; in deserializeRealVector()
841 IOException ioe = new IOException(); in deserializeRealVector()
842 ioe.initCause(iae); in deserializeRealVector()
843 throw ioe; in deserializeRealVector()
946 IOException ioe = new IOException(); in deserializeRealMatrix()
947 ioe.initCause(nsfe); in deserializeRealMatrix()
948 throw ioe; in deserializeRealMatrix()
950 IOException ioe = new IOException(); in deserializeRealMatrix()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStreamAllocation.java374 IOException ioe = e.getLastConnectException(); in isRecoverable() local
377 if (ioe instanceof ProtocolException) { in isRecoverable()
383 if (ioe instanceof InterruptedIOException) { in isRecoverable()
384 return ioe instanceof SocketTimeoutException; in isRecoverable()
389 if (ioe instanceof SSLHandshakeException) { in isRecoverable()
392 if (ioe.getCause() instanceof CertificateException) { in isRecoverable()
396 if (ioe instanceof SSLPeerUnverifiedException) { in isRecoverable()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-commons-net.jar ... .String) boolean result java.io.IOException ioe boolean result java.io.IOException ioe String currentPathElement ...
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java186 catch (IOException ioe) in _run()
189 ioe.printStackTrace (System.out); in _run()
242 catch (IOException ioe) in _run()
245 throw new EMMARuntimeException (ioe); in _run()
270 catch (IOException ioe) in _run()
275 throw new EMMARuntimeException (ioe); in _run()
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAX1ParserAdapter.java45 } catch (IOException ioe) { in parse()
46 throw new SAXException(ioe); in parse()
55 } catch (IOException ioe) { in parse()
56 throw new SAXException(ioe); in parse()
/external/emma/core/java12/com/vladium/emma/report/lcov/
DReportGenerator.java329 catch (IOException ioe) in row()
331 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row()
347 catch (IOException ioe) in row()
349 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row()
362 catch (IOException ioe) in close()
364 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe); in close()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncDocument.java240 catch (IOException ioe) in getDoc()
242 throw new TransformerException(ioe.getMessage(), in getDoc()
243 (SourceLocator)xctxt.getSAXLocator(), ioe); in getDoc()
262 catch (IOException ioe) in getDoc()
264 throw new TransformerException(ioe.getMessage(), in getDoc()
265 (SourceLocator)xctxt.getSAXLocator(), ioe); in getDoc()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DBaseMessageSender.java140 catch (IOException ioe) { in initReceiver()
159 catch (IOException ioe) { in initReceiver()
272 catch(IOException ioe) { in run()
274 ioe.printStackTrace(); in run()
/external/jdiff/src/jdiff/
DStreamReader.java29 } catch (IOException ioe) { in run()
31 ioe.printStackTrace(); in run()
/external/apache-http/src/org/apache/http/impl/io/
DChunkedInputStream.java250 IOException ioe = new MalformedChunkCodingException("Invalid footer: " in parseTrailerHeaders()
252 ExceptionUtils.initCause(ioe, e); in parseTrailerHeaders()
253 throw ioe; in parseTrailerHeaders()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
DNetscapeCertRequest.java247 catch (IOException ioe) in sign()
249 throw new SignatureException(ioe.getMessage()); in sign()
272 catch (IOException ioe) in getKeySpec()
274 throw new InvalidKeySpecException(ioe.getMessage()); in getKeySpec()
/external/nanohttpd/core/src/main/java/fi/iki/elonen/util/
DServerRunner.java52 } catch (IOException ioe) { in executeInstance()
53 System.err.println("Couldn't start server:\n" + ioe); in executeInstance()
/external/emma/core/java12/com/vladium/emma/
DrunCommand.java129 catch (IOException ioe) in run()
131 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
155 catch (IOException ioe) in run()
158 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRecordingProxySelector.java45 @Override public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { in connectFailed() argument
49 ioe.getMessage())); in connectFailed()
/external/toolchain-utils/
Dget_common_image_version.py76 except IOError as ioe:
78 print(ioe)

123456789