Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp339 UnicodeSet emptySet; in testIDs() local
594 UnicodeSet emptySet; in TestCompilerRTTI() local
Ditutil.cpp561 UnicodeSet emptySet; in TestLocalXyzPointer() local
620 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DLocalVariableInfo.java40 private final RegisterSpecSet emptySet; field in LocalVariableInfo
/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/dexmaker/src/dx/java/com/android/dx/rop/code/
DLocalVariableInfo.java38 private final RegisterSpecSet emptySet; field in LocalVariableInfo
/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/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