HomeSort by relevance Sort by last modified time
    Searched refs:throwed (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 296 final Throwable[] throwed = new Throwable[1]; local
342 synchronized (throwed) {
346 if (throwed[0] == null) {
347 throwed[0] = e;
414 synchronized (throwed) {
418 if (throwed[0] == null) {
419 throwed[0] = e;
449 if (throwed[0] != null) {
450 throw throwed[0];
465 if (throwed[0] != null)
    [all...]
SSLSocketFunctionalTest.java 187 final Throwable[] throwed = new Throwable[1]; local
233 synchronized (throwed) {
237 if (throwed[0] == null) {
238 throwed[0] = e;
308 synchronized (throwed) {
312 if (throwed[0] == null) {
313 throwed[0] = e;
343 if (throwed[0] != null) {
344 throw throwed[0];
359 if (throwed[0] != null)
    [all...]

Completed in 150 milliseconds