Home
last modified time | relevance | path

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

12

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DArrayUtilsTest.java533 final BitSet emptySet = new BitSet(); in testIndexesOf() local
555 final BitSet emptySet = new BitSet(); in testIndexesOfBoolean() local
574 final BitSet emptySet = new BitSet(); in testIndexesOfBooleanWithStartIndex() local
595 final BitSet emptySet = new BitSet(); in testIndexesOfByte() local
617 final BitSet emptySet = new BitSet(); in testIndexesOfByteWithStartIndex() local
641 final BitSet emptySet = new BitSet(); in testIndexesOfChar() local
663 final BitSet emptySet = new BitSet(); in testIndexesOfCharWithStartIndex() local
688 final BitSet emptySet = new BitSet(); in testIndexesOfDouble() local
711 final BitSet emptySet = new BitSet(); in testIndexesOfDoubleTolerance() local
731 final BitSet emptySet = new BitSet(); in testIndexesOfDoubleWithStartIndex() local
[all …]
DCharRangeTest.java318 final CharRange emptySet = CharRange.isNotIn((char) 0, Character.MAX_VALUE); in testIterator() local
/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
DMultibindingComponent.kt49 fun emptySet(): Set<Any> method
DMultibindsModule.kt28 @Multibinds abstract fun emptySet(): Set<Any> method in dagger.functional.kotlinsrc.multibindings.MultibindsModule
DMultibindingTest.kt154 fun emptySet() { in emptySet() method in dagger.functional.kotlinsrc.multibindings.MultibindingTest
/external/dagger2/javatests/dagger/functional/multibindings/
DMultibindsModule.java34 abstract Set<Object> emptySet(); in emptySet() method in MultibindsModule
DMultibindingComponent.java52 Set<Object> emptySet(); in emptySet() method
DMultibindingTest.java148 public void emptySet() { in emptySet() method in MultibindingTest
/external/cronet/tot/third_party/icu/source/test/intltest/
Duobjtest.cpp342 UnicodeSet emptySet; in testIDs() local
595 UnicodeSet emptySet; in TestCompilerRTTI() local
Ditutil.cpp647 UnicodeSet emptySet; in TestLocalXyzPointer() local
706 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
Drbbimonkeytest.cpp210 static const char16_t emptySet[] = {(char16_t)0x5b, (char16_t)0x5d, 0}; in addRule() local
/external/cronet/stable/third_party/icu/source/test/intltest/
Duobjtest.cpp342 UnicodeSet emptySet; in testIDs() local
595 UnicodeSet emptySet; in TestCompilerRTTI() local
Ditutil.cpp647 UnicodeSet emptySet; in TestLocalXyzPointer() local
706 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
Drbbimonkeytest.cpp210 static const char16_t emptySet[] = {(char16_t)0x5b, (char16_t)0x5d, 0}; in addRule() local
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp342 UnicodeSet emptySet; in testIDs() local
595 UnicodeSet emptySet; in TestCompilerRTTI() local
Ditutil.cpp649 UnicodeSet emptySet; in TestLocalXyzPointer() local
708 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
Drbbimonkeytest.cpp210 … static const char16_t emptySet[] = {static_cast<char16_t>(0x5b), static_cast<char16_t>(0x5d), 0}; in addRule() local
/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingTest.java175 public void emptySet() throws Exception { in emptySet() method in MultibindingTest
/external/guava/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java382 ContiguousSet<Integer> emptySet = ContiguousSet.closedOpen(2, 2); in testIntersection_empty() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java382 ContiguousSet<Integer> emptySet = ContiguousSet.closedOpen(2, 2); in testIntersection_empty() local
/external/guava/guava/src/com/google/common/collect/
DImmutableSetMultimap.java513 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap
650 private static <V> ImmutableSet<V> emptySet(@CheckForNull Comparator<? super V> valueComparator) { in emptySet() method in ImmutableSetMultimap
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSetMultimap.java517 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap
654 private static <V> ImmutableSet<V> emptySet(@CheckForNull Comparator<? super V> valueComparator) { in emptySet() method in ImmutableSetMultimap
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java64 static <E> ImmutableSortedSet<E> emptySet(Comparator<? super E> comparator) { in emptySet() method in ImmutableSortedSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java346 SortedSet<E> emptySet = delegate.create(); in SortedSetSubsetTestSetGenerator() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java346 SortedSet<E> emptySet = delegate.create(); in SortedSetSubsetTestSetGenerator() local

12