Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DMultibindsModule.java33 abstract Set<Object> emptySet(); in emptySet() method in MultibindsModule
DMultibindingComponent.java51 Set<Object> emptySet(); in emptySet() method
DMultibindingTest.java146 public void emptySet() { in emptySet() method in MultibindingTest
/external/llvm-project/libc/src/signal/linux/
Dsignal.h27 constexpr static Sigset emptySet() { return {0}; } in emptySet() function
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestKeyboardModifierSet.java35 EnumSet<KeyboardModifierSet.Modifier> emptySet = EnumSet in testParseSet_empty() local
DTestInheritance.java791 Set<String> emptySet = Collections.emptySet(); in minimize() local
814 Set<String> emptySet = Collections.emptySet(); in maximize() local
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp342 UnicodeSet emptySet; in testIDs() local
594 UnicodeSet emptySet; in TestCompilerRTTI() local
Ditutil.cpp647 UnicodeSet emptySet; in TestLocalXyzPointer() local
706 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
Drbbimonkeytest.cpp210 static const UChar emptySet[] = {(UChar)0x5b, (UChar)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/android/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java361 ContiguousSet<Integer> emptySet = ContiguousSet.closedOpen(2, 2); in testIntersection_empty() local
/external/guava/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java361 ContiguousSet<Integer> emptySet = ContiguousSet.closedOpen(2, 2); in testIntersection_empty() local
/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp86 std::set<std::string> emptySet; variable
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSetMultimap.java335 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap
461 private static <V> ImmutableSet<V> emptySet(@NullableDecl Comparator<? super V> valueComparator) { in emptySet() method in ImmutableSetMultimap
DImmutableSortedSet.java61 static <E> RegularImmutableSortedSet<E> emptySet(Comparator<? super E> comparator) { in emptySet() method in ImmutableSortedSet
/external/guava/guava/src/com/google/common/collect/
DImmutableSetMultimap.java440 private final transient ImmutableSet<V> emptySet; field in ImmutableSetMultimap
566 private static <V> ImmutableSet<V> emptySet(@Nullable Comparator<? super V> valueComparator) { in emptySet() method in ImmutableSetMultimap
DImmutableSortedSet.java82 static <E> RegularImmutableSortedSet<E> emptySet(Comparator<? super E> comparator) { in emptySet() method in ImmutableSortedSet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java61 static <E> ImmutableSortedSet<E> emptySet(Comparator<? super E> comparator) { in emptySet() method in ImmutableSortedSet
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java97 public static <T extends FieldSet.FieldDescriptorLite<T>> FieldSet<T> emptySet() { in emptySet() method in FieldSet
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java339 SortedSet<E> emptySet = delegate.create(); in SortedSetSubsetTestSetGenerator() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java339 SortedSet<E> emptySet = delegate.create(); in SortedSetSubsetTestSetGenerator() local