Home
last modified time | relevance | path

Searched defs:sortedSet (Results 1 – 24 of 24) sorted by relevance

/external/gson/gson/src/test/java/com/google/gson/functional/
DInheritanceTest.java184 SortedSet<Character> sortedSet = new TreeSet<>(); in testSubInterfacesOfCollectionSerialization() local
211 private SortedSet<Character> sortedSet; field in InheritanceTest.ClassWithSubInterfacesOfCollection
214 SortedSet<Character> sortedSet) { in ClassWithSubInterfacesOfCollection()
/external/guava/android/guava/src/com/google/common/collect/
DSortedIterables.java55 SortedSet<E> sortedSet) { in comparator()
DImmutableSortedSet.java341 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
DSynchronized.java260 private static <E extends @Nullable Object> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
/external/guava/guava/src/com/google/common/collect/
DSortedIterables.java55 SortedSet<E> sortedSet) { in comparator()
DImmutableSortedSet.java347 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
DSynchronized.java303 private static <E extends @Nullable Object> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DSortedSetNavigationTester.java43 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DSortedSetNavigationTester.java43 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeSetImplementationsTest.java32 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet() local
50 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet2() local
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
/external/guava/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
/external/guava/android/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java498 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testFirst_sortedSet() local
503 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testFirst_emptySortedSet() local
537 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testLast_sortedSet() local
542 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testLast_emptySortedSet() local
DImmutableSetTest.java316 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
DImmutableSortedSetTest.java719 ImmutableSortedSet<String> sortedSet = zis.combine(zat).build(); in testToImmutableSortedSet_java7() local
732 ImmutableSortedSet<String> sortedSet = zis.combine(zat).build(); in testToImmutableSortedSet_customComparator_java7() local
/external/guava/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java502 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testFirst_sortedSet() local
507 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testFirst_emptySortedSet() local
541 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testLast_sortedSet() local
546 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testLast_emptySortedSet() local
DImmutableSetTest.java293 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DNavigableSetTestSuiteBuilder.java76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DNavigableSetTestSuiteBuilder.java76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java168 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
213 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local
/external/cronet/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.go1831 func sortedSet(m map[string]struct{}) []string { func
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go1847 func sortedSet(m map[string]struct{}) []string { func
/external/guava/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java1016 SortedSet<Number> sortedSet, in checkDefaultValuesForTheseTypes()
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java2460 public abstract ImmutableSortedSet<T> sortedSet(); in sortedSet() method in AutoValueTest.BuilderWithImmutableSorted