Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/
H A DParcelableImmutableSortedSet.java34 private final ImmutableSortedSet<E> sortedSet; field in ParcelableImmutableSortedSet
42 Bundler bundler, BundlerType type, ImmutableSortedSet<E> sortedSet) { in of()
51 Bundler bundler, BundlerType type, ImmutableSortedSet<E> sortedSet) { in ParcelableImmutableSortedSet()
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A 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()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A 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
H A DImmutableSortedSetTest.java727 ImmutableSortedSet<String> sortedSet = zis.combine(zat).build(); in testToImmutableSortedSet_java7() local
740 ImmutableSortedSet<String> sortedSet = zis.combine(zat).build(); in testToImmutableSortedSet_customComparator_java7() local
H A DImmutableSetTest.java318 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A 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
H A DImmutableSetTest.java295 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
/aosp_15_r20/external/snakeyaml/src/test/java/examples/collections/
H A DTypeSafeSetImplementationsTest.java32 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet() local
50 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet2() local
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedSet.java177 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
222 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DSortedIterables.java55 SortedSet<E> sortedSet) { in comparator()
H A DImmutableSortedSet.java347 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
H A DSynchronized.java305 private static <E extends @Nullable Object> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DSortedIterables.java55 SortedSet<E> sortedSet) { in comparator()
H A DImmutableSortedSet.java343 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
H A DSynchronized.java261 private static <E extends @Nullable Object> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSortedSetNavigationTester.java46 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSortedSetNavigationTester.java46 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/collect/
H A DSortedCopyBenchmark.java121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DSortedCopyBenchmark.java121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DNavigableSetTestSuiteBuilder.java76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DNavigableSetTestSuiteBuilder.java76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
/aosp_15_r20/external/boringssl/src/util/fipstools/delocate/
H A Ddelocate.go1856 func sortedSet(m map[string]struct{}) []string { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/delocate/
H A Ddelocate.go1847 func sortedSet(m map[string]struct{}) []string { func
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/
H A DNullPointerTesterTest.java1012 SortedSet<Number> sortedSet, in checkDefaultValuesForTheseTypes()
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java1771 TreeSet<String> sortedSet = new TreeSet<String>(bundle.keySet()); in handleCcGetValue() local

12345678910>>...15