Home
last modified time | relevance | path

Searched refs:checkEmpty (Results 26 – 50 of 589) sorted by relevance

12345678910>>...24

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DLinkedTransferQueueTest.java271 checkEmpty(q); in testPoll()
283 checkEmpty(q); in testTimedPoll0()
299 checkEmpty(q); in testTimedPoll()
336 checkEmpty(q); in testInterruptedTimedPoll()
360 checkEmpty(q); in testTimedPollAfterInterrupt()
375 checkEmpty(q); in testPeek()
391 checkEmpty(q); in testElement()
406 checkEmpty(q); in testRemove()
440 checkEmpty(q); in testClear()
447 checkEmpty(q); in testClear()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DLinkedTransferQueueTest.java271 checkEmpty(q); in testPoll()
283 checkEmpty(q); in testTimedPoll0()
299 checkEmpty(q); in testTimedPoll()
333 checkEmpty(q); in testInterruptedTimedPoll()
355 checkEmpty(q); in testTimedPollAfterInterrupt()
370 checkEmpty(q); in testPeek()
386 checkEmpty(q); in testElement()
401 checkEmpty(q); in testRemove()
435 checkEmpty(q); in testClear()
442 checkEmpty(q); in testClear()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DLinkedTransferQueueTest.java271 checkEmpty(q); in testPoll()
283 checkEmpty(q); in testTimedPoll0()
299 checkEmpty(q); in testTimedPoll()
333 checkEmpty(q); in testInterruptedTimedPoll()
355 checkEmpty(q); in testTimedPollAfterInterrupt()
370 checkEmpty(q); in testPeek()
386 checkEmpty(q); in testElement()
401 checkEmpty(q); in testRemove()
435 checkEmpty(q); in testClear()
442 checkEmpty(q); in testClear()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DLinkedTransferQueueTest.java262 checkEmpty(q); in testPoll()
274 checkEmpty(q); in testTimedPoll0()
290 checkEmpty(q); in testTimedPoll()
324 checkEmpty(q); in testInterruptedTimedPoll()
346 checkEmpty(q); in testTimedPollAfterInterrupt()
361 checkEmpty(q); in testPeek()
377 checkEmpty(q); in testElement()
392 checkEmpty(q); in testRemove()
426 checkEmpty(q); in testClear()
433 checkEmpty(q); in testClear()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DLinkedTransferQueueTest.java271 checkEmpty(q); in testPoll()
283 checkEmpty(q); in testTimedPoll0()
299 checkEmpty(q); in testTimedPoll()
333 checkEmpty(q); in testInterruptedTimedPoll()
355 checkEmpty(q); in testTimedPollAfterInterrupt()
370 checkEmpty(q); in testPeek()
386 checkEmpty(q); in testElement()
401 checkEmpty(q); in testRemove()
435 checkEmpty(q); in testClear()
442 checkEmpty(q); in testClear()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) {
497 b3.xor(b3); checkEmpty(b3);
874 checkEmpty(new BitSet(0));
875 checkEmpty(new BitSet(342));
877 checkEmpty(s);
878 s.clear(92); checkEmpty(s);
879 s.clear(127,127); checkEmpty(s);
880 s.set(127,127); checkEmpty(s);
881 s.set(128,128); checkEmpty(s);
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);}
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/BitSet/
H A DBSMethods.java58 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods
497 b3.xor(b3); checkEmpty(b3); in testXor()
874 checkEmpty(new BitSet(0)); in testEmpty2()
875 checkEmpty(new BitSet(342)); in testEmpty2()
877 checkEmpty(s); in testEmpty2()
878 s.clear(92); checkEmpty(s); in testEmpty2()
879 s.clear(127,127); checkEmpty(s); in testEmpty2()
880 s.set(127,127); checkEmpty(s); in testEmpty2()
881 s.set(128,128); checkEmpty(s); in testEmpty2()
883 {BitSet t = new BitSet(); t.and (empty); checkEmpty(t);} in testEmpty2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Collections/
H A DNCopies.java62 private static void checkEmpty(List<String> x) { in checkEmpty() method in NCopies
82 checkEmpty(x.subList(x.size()/2, x.size()/2)); in checkFoos()
88 checkEmpty(empty); in main()
89 checkEmpty(empty.subList(0,0)); in main()
H A DT6433170.java43 private void checkEmpty(Collection x) { in checkEmpty() method in T6433170
62 checkEmpty(checked); in test()
66 checkEmpty(checked); in test()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/descriptive/
H A DSummaryStatistics.java447 checkEmpty(); in setSumImpl()
477 checkEmpty(); in setSumsqImpl()
507 checkEmpty(); in setMinImpl()
537 checkEmpty(); in setMaxImpl()
567 checkEmpty(); in setSumLogImpl()
598 checkEmpty(); in setGeoMeanImpl()
628 checkEmpty(); in setMeanImpl()
658 checkEmpty(); in setVarianceImpl()
666 private void checkEmpty() throws MathIllegalStateException { in checkEmpty() method in SummaryStatistics
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Collections/
H A DNCopies.java62 private static void checkEmpty(List<String> x) { in checkEmpty() method in NCopies
82 checkEmpty(x.subList(x.size()/2, x.size()/2)); in checkFoos()
138 checkEmpty(empty);
139 checkEmpty(empty.subList(0,0));
H A DT6433170.java35 private void checkEmpty(Collection x) { in checkEmpty() method in T6433170
54 checkEmpty(checked); in test()
58 checkEmpty(checked); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Collections/
H A DNCopies.java62 private static void checkEmpty(List<String> x) { in checkEmpty() method in NCopies
82 checkEmpty(x.subList(x.size()/2, x.size()/2)); in checkFoos()
138 checkEmpty(empty);
139 checkEmpty(empty.subList(0,0));
H A DT6433170.java35 private void checkEmpty(Collection x) { in checkEmpty() method in T6433170
54 checkEmpty(checked); in test()
58 checkEmpty(checked); in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Collections/
H A DT6433170.java43 private void checkEmpty(Collection x) { in checkEmpty() method in T6433170
62 checkEmpty(checked); in test()
66 checkEmpty(checked); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Collections/
H A DT6433170.java43 private void checkEmpty(Collection x) { in checkEmpty() method in T6433170
62 checkEmpty(checked); in test()
66 checkEmpty(checked); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Collections/
H A DT6433170.java43 private void checkEmpty(Collection x) { in checkEmpty() method in T6433170
62 checkEmpty(checked); in test()
66 checkEmpty(checked); in test()

12345678910>>...24