Home
last modified time | relevance | path

Searched refs:exs (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java3173 CFException[] exs = new CFException[k]; in testAnyOf_exceptional() local
3176 exs[i] = new CFException(); in testAnyOf_exceptional()
3181 fs[i].completeExceptionally(exs[i]); in testAnyOf_exceptional()
3182 checkCompletedWithWrappedException(f, exs[0]); in testAnyOf_exceptional()
3191 CFException[] exs = new CFException[k]; in testAnyOf_exceptional_backwards() local
3194 exs[i] = new CFException(); in testAnyOf_exceptional_backwards()
3199 fs[i].completeExceptionally(exs[i]); in testAnyOf_exceptional_backwards()
3200 checkCompletedWithWrappedException(f, exs[k - 1]); in testAnyOf_exceptional_backwards()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java3426 CFException[] exs = new CFException[k]; in testAnyOf_exceptional() local
3429 exs[i] = new CFException(); in testAnyOf_exceptional()
3434 fs[i].completeExceptionally(exs[i]); in testAnyOf_exceptional()
3435 checkCompletedWithWrappedException(f, exs[0]); in testAnyOf_exceptional()
3446 CFException[] exs = new CFException[k]; in testAnyOf_exceptional_backwards() local
3449 exs[i] = new CFException(); in testAnyOf_exceptional_backwards()
3454 fs[i].completeExceptionally(exs[i]); in testAnyOf_exceptional_backwards()
3455 checkCompletedWithWrappedException(f, exs[k - 1]); in testAnyOf_exceptional_backwards()