| /external/gson/gson/src/test/java/com/google/gson/functional/ |
| D | InheritanceTest.java | 184 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/ |
| D | SortedIterables.java | 55 SortedSet<E> sortedSet) { in comparator()
|
| D | ImmutableSortedSet.java | 341 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
|
| D | Synchronized.java | 260 private static <E extends @Nullable Object> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | SortedIterables.java | 55 SortedSet<E> sortedSet) { in comparator()
|
| D | ImmutableSortedSet.java | 347 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
|
| D | Synchronized.java | 303 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/ |
| D | SortedSetNavigationTester.java | 43 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | SortedSetNavigationTester.java | 43 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
|
| /external/snakeyaml/src/test/java/examples/collections/ |
| D | TypeSafeSetImplementationsTest.java | 32 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/ |
| D | SortedCopyBenchmark.java | 121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
|
| /external/guava/guava-tests/benchmark/com/google/common/collect/ |
| D | SortedCopyBenchmark.java | 121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | FluentIterableTest.java | 498 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
|
| D | ImmutableSetTest.java | 316 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
|
| D | ImmutableSortedSetTest.java | 719 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/ |
| D | FluentIterableTest.java | 502 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
|
| D | ImmutableSetTest.java | 293 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
| D | NavigableSetTestSuiteBuilder.java | 76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| D | NavigableSetTestSuiteBuilder.java | 76 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/ |
| D | ImmutableSortedSet.java | 168 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/ |
| D | delocate.go | 1831 func sortedSet(m map[string]struct{}) []string { func
|
| /external/boringssl/src/util/fipstools/delocate/ |
| D | delocate.go | 1847 func sortedSet(m map[string]struct{}) []string { func
|
| /external/guava/guava-testlib/test/com/google/common/testing/ |
| D | NullPointerTesterTest.java | 1016 SortedSet<Number> sortedSet, in checkDefaultValuesForTheseTypes()
|
| /external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
| D | AutoValueTest.java | 2460 public abstract ImmutableSortedSet<T> sortedSet(); in sortedSet() method in AutoValueTest.BuilderWithImmutableSorted
|