Home
last modified time | relevance | path

Searched refs:why (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DCertificateExtensions.java357 private Throwable why; field in UnparseableExtension
359 public UnparseableExtension(Extension ext, Throwable why) { in UnparseableExtension() argument
373 this.why = why; in UnparseableExtension()
378 "Unparseable " + name + "extension due to\n" + why + "\n\n" + in toString()
/libcore/ojluni/src/main/native/
Dio_util.c220 jstring why = NULL; in throwFileNotFoundException() local
224 why = JNU_NewStringPlatform(env, buf); in throwFileNotFoundException()
229 path, why); in throwFileNotFoundException()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DDeflaterOutputStreamTest.java185 why = "DeflaterOutputStream.close() does not work properly if finish() throws an"
300 why = "DeflaterOutputStream.close() does not work properly if finish() throws an"
348 why = "DeflaterOutputStream.close() does not work properly if finish() throws an"
DZipOutputStreamTest.java129 why = "InflaterOutputStream.close() does not work properly if finish() throws an"
187 why = "InflaterOutputStream.close() does not work properly if finish() throws an"
264 why = "InflaterOutputStream.close() does not work properly if finish() throws an"
DInflaterOutputStreamTest.java46 why = "InflaterOutputStream does not clean up the default Inflater created in the"
280 why = "InflaterOutputStream.close() does not work properly if finish() throws an"
DGZIPInputStreamTest.java87 why = "InflaterInputStream does not clean up the default Inflater created in the"
DDeflaterInputStreamTest.java353 why = "DeflaterInputStream does not clean up the default Deflater created in the"
/libcore/test-rules/src/main/java/libcore/junit/util/
DResourceLeakageDetector.java222 String why(); in why() method
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java454 why = "URLConnection has no mechanism for releasing resources owned by the connection."