Searched refs:exs (Results 1 – 2 of 2) sorted by relevance
3173 CFException[] exs = new CFException[k]; in testAnyOf_exceptional() local3176 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() local3194 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()
3426 CFException[] exs = new CFException[k]; in testAnyOf_exceptional() local3429 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() local3449 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()