Searched refs:why (Results 1 - 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
H A DCertificateExtensions.java357 private Throwable why; field in class:UnparseableExtension
359 public UnparseableExtension(Extension ext, Throwable why) { argument
373 this.why = why;
378 "Unparseable " + name + "extension due to\n" + why + "\n\n" +
/libcore/ojluni/src/main/native/
H A Dio_util.c220 jstring why = NULL; local
224 why = JNU_NewStringPlatform(env, buf);
229 path, why);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A 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"
H A 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"
H A 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"
H A DGZIPInputStreamTest.java87 why = "InflaterInputStream does not clean up the default Inflater created in the"
H A DDeflaterInputStreamTest.java353 why = "DeflaterInputStream does not clean up the default Deflater created in the"
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DZipOutputStreamTest.java76 why = "InflaterOutputStream.close() does not work properly if finish() throws an"
/libcore/test-rules/src/main/java/libcore/junit/util/
H A DResourceLeakageDetector.java219 * The explanation as to why resource leakage detection is disabled for this test.
221 String why(); method in interface:ResourceLeakageDetector.DisableResourceLeakageDetection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java454 why = "URLConnection has no mechanism for releasing resources owned by the connection."
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java1270 why = "Strange threading behavior causes resource leak",

Completed in 261 milliseconds