| /external/gson/gson/src/test/java/com/google/gson/functional/ | 
| D | InheritanceTest.java | 169     SortedSet<Character> sortedSet = new TreeSet<>();  in testSubInterfacesOfCollectionSerialization()  local195     private SortedSet<Character> sortedSet;  field in InheritanceTest.ClassWithSubInterfacesOfCollection
 198         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 | 325   public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) {  in copyOfSorted()
 | 
| D | Synchronized.java | 257   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 | 346   public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) {  in copyOfSorted()
 | 
| D | Synchronized.java | 300   private static <E extends @Nullable Object> SortedSet<E> sortedSet(  in sortedSet()  method in Synchronized
 | 
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ | 
| D | SortedSetNavigationTester.java | 43   private SortedSet<E> sortedSet;  field in SortedSetNavigationTester
 | 
| /external/guava/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 | 35         SortedSet<String> sortedSet = new TreeSet<String>();  in testDumpSet()  local53         SortedSet<String> sortedSet = new TreeSet<String>();  in testDumpSet2()  local
 
 | 
| /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/benchmark/com/google/common/collect/ | 
| D | SortedCopyBenchmark.java | 121   int sortedSet(int reps) {  in sortedSet()  method in SortedCopyBenchmark
 | 
| /external/guava/guava-tests/test/com/google/common/collect/ | 
| D | FluentIterableTest.java | 504     SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a");  in testFirst_sortedSet()  local509     SortedSet<String> sortedSet = ImmutableSortedSet.of();  in testFirst_emptySortedSet()  local
 543     SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a");  in testLast_sortedSet()  local
 548     SortedSet<String> sortedSet = ImmutableSortedSet.of();  in testLast_emptySortedSet()  local
 
 | 
| D | ImmutableSetTest.java | 298     ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a");  in testCopyOf_copiesImmutableSortedSet()  local
 | 
| /external/guava/android/guava-tests/test/com/google/common/collect/ | 
| D | FluentIterableTest.java | 500     SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a");  in testFirst_sortedSet()  local505     SortedSet<String> sortedSet = ImmutableSortedSet.of();  in testFirst_emptySortedSet()  local
 539     SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a");  in testLast_sortedSet()  local
 544     SortedSet<String> sortedSet = ImmutableSortedSet.of();  in testLast_emptySortedSet()  local
 
 | 
| D | ImmutableSetTest.java | 319     ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a");  in testCopyOf_copiesImmutableSortedSet()  local
 | 
| D | ImmutableSortedSetTest.java | 718     ImmutableSortedSet<String> sortedSet = zis.combine(zat).build();  in testToImmutableSortedSet_java7()  local731     ImmutableSortedSet<String> sortedSet = zis.combine(zat).build();  in testToImmutableSortedSet_customComparator_java7()  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 | 167   public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) {  in copyOfSorted()212       SortedSet<?> sortedSet = (SortedSet<?>) elements;  in hasSameComparator()  local
 
 | 
| /external/cronet/third_party/boringssl/src/util/fipstools/delocate/ | 
| D | delocate.go | 1795 func sortedSet(m map[string]struct{}) []string {  func
 | 
| /external/boringssl/src/util/fipstools/delocate/ | 
| D | delocate.go | 1795 func sortedSet(m map[string]struct{}) []string {  func
 | 
| /external/guava/android/guava-testlib/test/com/google/common/testing/ | 
| D | NullPointerTesterTest.java | 960         SortedSet<Number> sortedSet,  in checkDefaultValuesForTheseTypes()
 | 
| /external/guava/guava-testlib/test/com/google/common/testing/ | 
| D | NullPointerTesterTest.java | 1013         SortedSet<Number> sortedSet,  in checkDefaultValuesForTheseTypes()
 | 
| /external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ | 
| D | AutoValueTest.java | 2427     public abstract ImmutableSortedSet<T> sortedSet();  in sortedSet()  method in AutoValueTest.BuilderWithImmutableSorted
 |