Home
last modified time | relevance | path

Searched defs:LFCCF (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCountedCompleterTest.java598 final class LFCCF extends FailingCCF { class in CountedCompleterTest
599 public LFCCF(int n) { this(null, n); } in LFCCF() method in CountedCompleterTest.LFCCF
600 public LFCCF(CountedCompleter parent, int n) { in LFCCF() method in CountedCompleterTest.LFCCF
DForkJoinPool8Test.java945 static final class LFCCF extends FailingCCF { class in ForkJoinPool8Test
946 public LFCCF(CountedCompleter parent, int n) { in LFCCF() method in ForkJoinPool8Test.LFCCF