Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java279 Set<HugeEnum> hugeSet = EnumSet.noneOf(HugeEnum.class); in test_add_E() local
403 Set<HugeEnum> hugeSet = EnumSet.noneOf(HugeEnum.class); in test_addAll_LCollection() local
501 Set<HugeEnum> hugeSet = EnumSet.allOf(HugeEnum.class); in test_remove_LOject() local
559 Set<HugeEnum> hugeSet = EnumSet.noneOf(HugeEnum.class); in test_equals_LObject() local
592 Set<HugeEnum> hugeSet = EnumSet.allOf(HugeEnum.class); in test_clear() local
682 EnumSet<HugeEnum> hugeSet = EnumSet.noneOf(HugeEnum.class); in test_ComplementOf_LEnumSet() local
747 Set<HugeEnum> hugeSet = EnumSet.allOf(HugeEnum.class); in test_contains_LObject() local
847 Set<HugeEnum> hugeSet = EnumSet.noneOf(HugeEnum.class); in test_containsAll_LCollection() local
1159 Set<HugeEnum> hugeSet = EnumSet.allOf(HugeEnum.class); in test_removeAll_LCollection() local
1334 Set<HugeEnum> hugeSet = EnumSet.allOf(HugeEnum.class); in test_retainAll_LCollection() local
[all …]