| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ConstraintsTest.java | 124 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar")); in testConstrainedSortedSetLegal() local 143 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar")); in testConstrainedSortedSetIllegal() local
|
| D | FluentIterableTest.java | 355 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testFirst_sortedSet() local 360 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testFirst_emptySortedSet() local 394 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testLast_sortedSet() local 399 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testLast_emptySortedSet() local
|
| D | ForwardingSortedSetTest.java | 135 final SortedSet<String> sortedSet in setUp() local
|
| D | ImmutableSetTest.java | 208 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | SortedIterables.java | 53 public static <E> Comparator<? super E> comparator(SortedSet<E> sortedSet) { in comparator()
|
| D | Constraints.java | 130 SortedSet<E> sortedSet, Constraint<? super E> constraint) { in constrainedSortedSet()
|
| D | ImmutableSortedSet.java | 400 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
|
| D | Synchronized.java | 242 private static <E> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | SortedSetNavigationTester.java | 42 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
|
| /external/snakeyaml/src/test/java/examples/collections/ |
| D | TypeSafeSetImplementationsTest.java | 35 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet() local 53 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet2() local
|
| /external/guava/guava-tests/benchmark/com/google/common/collect/ |
| D | SortedCopyBenchmark.java | 118 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| D | NavigableSetTestSuiteBuilder.java | 76 @Override NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, in createSubSet()
|
| /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
| D | ImmutableSetTest.java | 116 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
|
| /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
| D | ImmutableSortedSet.java | 171 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted() 218 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local
|
| D | Synchronized.java | 226 private static <E> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
|
| /external/boringssl/src/util/fipstools/delocate/ |
| D | delocate.go | 1704 func sortedSet(m map[string]struct{}) []string { func
|
| /external/guava/guava-testlib/test/com/google/common/testing/ |
| D | NullPointerTesterTest.java | 853 SortedSet<Number> sortedSet, in checkDefaultValuesForTheseTypes()
|