Home
last modified time | relevance | path

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

12345678910>>...45

/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A 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 …]
H A DCharRangeTest.java318 final CharRange emptySet = CharRange.isNotIn((char) 0, Character.MAX_VALUE); in testIterator() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/
DMultiLongSparseArray.java92 private void cacheEmptySet(Set<T> emptySet) { in cacheEmptySet()
102 Set<T> emptySet = mEmptySets[mEmptyIndex]; in getEmptySet() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
H A DMultibindingComponent.kt49 fun emptySet(): Set<Any> method
H A DMultibindingTest.kt154 fun emptySet() { in emptySet() method in dagger.functional.kotlinsrc.multibindings.MultibindingTest
H A DMultibindsModule.kt28 @Multibinds abstract fun emptySet(): Set<Any> method in dagger.functional.kotlinsrc.multibindings.MultibindsModule
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Duobjtest.cpp342 UnicodeSet emptySet; in testIDs() local
595 UnicodeSet emptySet; in TestCompilerRTTI() local
H A Ditutil.cpp647 UnicodeSet emptySet; in TestLocalXyzPointer() local
706 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp342 UnicodeSet emptySet; in testIDs() local
595 UnicodeSet emptySet; in TestCompilerRTTI() local
H A Ditutil.cpp647 UnicodeSet emptySet; in TestLocalXyzPointer() local
706 UnicodeSet emptySet; in TestLocalXyzPointerMoveSwap() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DEnumSetTest.java332 Set emptySet = EnumSet.noneOf(EmptyEnum.class); in test_addAll_LCollection() local
789 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_containsAll_LCollection() local
1091 Set<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_removeAll_LCollection() local
1285 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_retainAll_LCollection() local
1475 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_iterator() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A 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
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A 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
/aosp_15_r20/external/dagger2/javatests/dagger/functional/multibindings/
H A DMultibindsModule.java33 abstract Set<Object> emptySet(); in emptySet() method in MultibindsModule
H A DMultibindingComponent.java51 Set<Object> emptySet(); in emptySet() method
H A DMultibindingTest.java146 public void emptySet() { in emptySet() method in MultibindingTest
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/os/
H A DParcelHelperTest.java62 ArraySet emptySet = ParcelHelper.readArraySet(p, /* loader = */ null); in testArraySetAccess() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestInheritance.java895 Set<String> emptySet = Collections.emptySet(); in minimize() local
917 Set<String> emptySet = Collections.emptySet(); in maximize() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/multibindings/
H A DMultibindingTest.java175 public void emptySet() throws Exception { in emptySet() method in MultibindingTest
/aosp_15_r20/dalvik/dx/src/com/android/dx/ssa/
H A DLocalVariableInfo.java39 private final RegisterSpecSet emptySet; field in LocalVariableInfo
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DLocalVariableInfo.java37 private final RegisterSpecSet emptySet; field in LocalVariableInfo
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DLocalVariableInfo.java38 private final RegisterSpecSet emptySet; field in LocalVariableInfo
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DContiguousSetTest.java382 ContiguousSet<Integer> emptySet = ContiguousSet.closedOpen(2, 2); in testIntersection_empty() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DContiguousSetTest.java382 ContiguousSet<Integer> emptySet = ContiguousSet.closedOpen(2, 2); in testIntersection_empty() local
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/api/surface/
H A DApiVariant.kt135 internal fun emptySet(apiSurfaces: ApiSurfaces) = ApiVariantSet(apiSurfaces, 0) in toMutable() method

12345678910>>...45