Lines Matching refs:LFCCF

612                 f = new LFCCF(f, --n);
618 final class LFCCF extends FailingCCF { class in CountedCompleterTest
619 public LFCCF(int n) { this(null, n); } in LFCCF() method in CountedCompleterTest.LFCCF
620 public LFCCF(CountedCompleter parent, int n) { in LFCCF() method in CountedCompleterTest.LFCCF
776 FailingCCF f = new LFCCF(8); in testAbnormalInvoke()
793 FailingCCF f = new LFCCF(8); in testAbnormalQuietlyInvoke()
807 FailingCCF f = new LFCCF(8); in testAbnormalForkJoin()
825 FailingCCF f = new LFCCF(8); in testAbnormalForkGet()
845 FailingCCF f = new LFCCF(8); in testAbnormalForkTimedGet()
865 FailingCCF f = new LFCCF(8); in testAbnormalForkQuietlyJoin()
1136 FailingCCF g = new LFCCF(9); in testAbnormalInvokeAll2()
1153 FailingCCF g = new LFCCF(9); in testAbnormalInvokeAll1()
1171 FailingCCF g = new LFCCF(9); in testAbnormalInvokeAll3()
1189 FailingCCF f = new LFCCF(8); in testAbnormalInvokeAllCollection()
1498 FailingCCF f = new LFCCF(8); in testAbnormalInvokeSingleton()
1515 FailingCCF f = new LFCCF(8); in testAbnormalQuietlyInvokeSingleton()
1529 FailingCCF f = new LFCCF(8); in testAbnormalForkJoinSingleton()
1547 FailingCCF f = new LFCCF(8); in testAbnormalForkGetSingleton()
1567 FailingCCF f = new LFCCF(8); in testAbnormalForkTimedGetSingleton()
1587 FailingCCF f = new LFCCF(8); in testAbnormalForkQuietlyJoinSingleton()
1801 FailingCCF g = new LFCCF(9); in testAbnormalInvokeAll2Singleton()
1818 FailingCCF g = new LFCCF(9); in testAbnormalInvokeAll1Singleton()
1836 FailingCCF g = new LFCCF(9); in testAbnormalInvokeAll3Singleton()
1854 FailingCCF f = new LFCCF(8); in testAbnormalInvokeAllCollectionSingleton()