Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestKeyboardModifierSet.java35 EnumSet<KeyboardModifierSet.Modifier> emptySet = EnumSet in testParseSet_empty() local
DTestInheritance.java1002 Set<String> emptySet = Collections.emptySet(); in minimize() local
1025 Set<String> emptySet = Collections.emptySet(); in maximize() local
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp343 UnicodeSet emptySet; in testIDs() local
600 UnicodeSet emptySet; in TestCompilerRTTI() local
Ditutil.cpp677 UnicodeSet emptySet; in TestLocalXyzPointer() local
736 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
Drbbimonkeytest.cpp210 static const UChar emptySet[] = {(UChar)0x5b, (UChar)0x5d, 0}; in addRule() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSetTest.java266 ContiguousSet<Integer> emptySet = ContiguousSet.create(Range.closedOpen(2, 2), integers()); in testIntersection_empty() local
/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp86 std::set<std::string> emptySet; variable
/external/guava/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java304 ContiguousSet<Integer> emptySet = ContiguousSet.create(Range.closedOpen(2, 2), integers()); in testIntersection_empty() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSetMultimap.java335 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap
459 private static <V> ImmutableSet<V> emptySet( in emptySet() method in ImmutableSetMultimap
DImmutableSortedSet.java61 private static <E> ImmutableSortedSet<E> emptySet() { in emptySet() method in ImmutableSortedSet
65 static <E> ImmutableSortedSet<E> emptySet( in emptySet() method in ImmutableSortedSet
/external/guava/guava/src/com/google/common/collect/
DImmutableSetMultimap.java341 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap
465 private static <V> ImmutableSet<V> emptySet( in emptySet() method in ImmutableSetMultimap
DImmutableSortedSet.java104 private static <E> ImmutableSortedSet<E> emptySet() { in emptySet() method in ImmutableSortedSet
108 static <E> ImmutableSortedSet<E> emptySet( in emptySet() method in ImmutableSortedSet
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java98 FieldSet<T> emptySet() { in emptySet() method in FieldSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java355 SortedSet<E> emptySet = delegate.create(); in SortedSetSubsetTestSetGenerator() local