OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkCompletedAbnormally
(Results
1 - 7
of
7
) sorted by null
/libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinPool8Test.java
149
void
checkCompletedAbnormally
(ForkJoinTask a, Throwable t) {
310
checkCompletedAbnormally
(f, success);
339
checkCompletedAbnormally
(f, f.getException());
418
checkCompletedAbnormally
(f, success);
433
checkCompletedAbnormally
(f, f.getException());
450
checkCompletedAbnormally
(f, success);
470
checkCompletedAbnormally
(f, cause);
490
checkCompletedAbnormally
(f, cause);
506
checkCompletedAbnormally
(f, f.getException());
646
checkCompletedAbnormally
(f, success)
[
all
...]
ForkJoinTaskTest.java
167
void
checkCompletedAbnormally
(ForkJoinTask a, Throwable t) {
524
checkCompletedAbnormally
(f, success);
539
checkCompletedAbnormally
(f, f.getException());
556
checkCompletedAbnormally
(f, success);
576
checkCompletedAbnormally
(f, cause);
596
checkCompletedAbnormally
(f, cause);
612
checkCompletedAbnormally
(f, f.getException());
776
checkCompletedAbnormally
(f, success);
797
checkCompletedAbnormally
(f, success);
909
checkCompletedAbnormally
(g, success)
[
all
...]
RecursiveActionTest.java
138
void
checkCompletedAbnormally
(RecursiveAction a, Throwable t) {
299
checkCompletedAbnormally
(f, success);
328
checkCompletedAbnormally
(f, f.getException());
397
checkCompletedAbnormally
(f, success);
423
checkCompletedAbnormally
(f, f.getException());
529
checkCompletedAbnormally
(f, success);
544
checkCompletedAbnormally
(f, f.getException());
561
checkCompletedAbnormally
(f, success);
581
checkCompletedAbnormally
(f, cause);
601
checkCompletedAbnormally
(f, cause)
[
all
...]
RecursiveTaskTest.java
155
void
checkCompletedAbnormally
(RecursiveTask a, Throwable t) {
356
checkCompletedAbnormally
(f, success);
372
checkCompletedAbnormally
(f, f.getException());
390
checkCompletedAbnormally
(f, success);
411
checkCompletedAbnormally
(f, cause);
432
checkCompletedAbnormally
(f, cause);
449
checkCompletedAbnormally
(f, f.getException());
649
checkCompletedAbnormally
(f, success);
671
checkCompletedAbnormally
(f, success);
800
checkCompletedAbnormally
(g, success)
[
all
...]
CountedCompleterTest.java
161
void
checkCompletedAbnormally
(CountedCompleter a, Throwable t) {
278
checkCompletedAbnormally
(this, ex);
759
checkCompletedAbnormally
(f, success);
774
checkCompletedAbnormally
(f, f.getException());
791
checkCompletedAbnormally
(f, success);
811
checkCompletedAbnormally
(f, cause);
831
checkCompletedAbnormally
(f, cause);
847
checkCompletedAbnormally
(f, f.getException());
[
all
...]
ForkJoinTask8Test.java
157
void
checkCompletedAbnormally
(ForkJoinTask a, Throwable t) {
560
checkCompletedAbnormally
(f, success);
581
checkCompletedAbnormally
(f, f.getException());
604
checkCompletedAbnormally
(f, success);
630
checkCompletedAbnormally
(f, cause);
656
checkCompletedAbnormally
(f, cause);
678
checkCompletedAbnormally
(f, f.getException());
769
checkCompletedAbnormally
(f, success);
907
checkCompletedAbnormally
(g, success);
933
checkCompletedAbnormally
(g, success)
[
all
...]
FutureTaskTest.java
147
void
checkCompletedAbnormally
(Future<?> f, Throwable t) {
330
checkCompletedAbnormally
(task, nse);
338
checkCompletedAbnormally
(task, nse);
344
checkCompletedAbnormally
(task, nse);
696
checkCompletedAbnormally
(task, success.getCause());
717
checkCompletedAbnormally
(task, success.getCause());
Completed in 244 milliseconds