Home
last modified time | relevance | path

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

123456

/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java86 catch (IOException ioe) { in grammar()
96 catch (IOException ioe) { in rule()
105 catch (IOException ioe) { in endRule()
115 catch (IOException ioe) { in block()
125 catch (IOException ioe) { in alt()
141 catch (IOException ioe) { in endAlt()
152 catch (IOException ioe) { in ruleRef()
164 catch (IOException ioe) { in token()
179 catch (IOException ioe) { in charLiteral()
189 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDERExternalParser.java61 catch (IOException ioe) in toASN1Primitive()
63 throw new ASN1ParsingException("unable to get DER object", ioe); in toASN1Primitive()
65 catch (IllegalArgumentException ioe) in toASN1Primitive()
67 throw new ASN1ParsingException("unable to get DER object", ioe); in toASN1Primitive()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DDERExternalParser.java61 catch (IOException ioe) in toASN1Primitive()
63 throw new ASN1ParsingException("unable to get DER object", ioe); in toASN1Primitive()
65 catch (IllegalArgumentException ioe) in toASN1Primitive()
67 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/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/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/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/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DStreamAllocation.java376 IOException ioe = e.getLastConnectException(); in isRecoverable() local
379 if (ioe instanceof ProtocolException) { in isRecoverable()
385 if (ioe instanceof InterruptedIOException) { in isRecoverable()
386 return ioe instanceof SocketTimeoutException; in isRecoverable()
391 if (ioe instanceof SSLHandshakeException) { in isRecoverable()
394 if (ioe.getCause() instanceof CertificateException) { in isRecoverable()
398 if (ioe instanceof SSLPeerUnverifiedException) { in isRecoverable()
/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/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/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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DSocketTransportService.java415 } catch (IOException ioe) { in readPacket()
419 throw ioe; in readPacket()
451 } catch (IOException ioe) { in readPacket()
455 throw ioe; in readPacket()
503 } catch (IOException ioe) { in writePacket()
507 throw ioe; in writePacket()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DJobNestedExceptionsTest.kt115 val ioe = suppressed[0] in testChildThrowsDuringCompletion() constant
116 assertTrue(ioe is IOException) in testChildThrowsDuringCompletion()
117 checkException<NullPointerException>(ioe.suppressed[0]) in testChildThrowsDuringCompletion()
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DTestBlocking.java36 } catch (IOException ioe) { in testEagerAdvance()
37 verifyException(ioe, "Unexpected end-of-input: expected close marker for ARRAY"); in testEagerAdvance()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DByteBufOutputMarshaller.java46 } catch (IOException ioe) { in parse()
47 throw new RuntimeException(ioe); in parse()

123456