/aosp_15_r20/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/ |
H A D | ParcelableImmutableSortedSet.java | 34 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 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()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A 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
|
H A D | ImmutableSortedSetTest.java | 727 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 D | ImmutableSetTest.java | 318 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A 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
|
H A D | ImmutableSetTest.java | 295 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
|
/aosp_15_r20/external/snakeyaml/src/test/java/examples/collections/ |
H A D | TypeSafeSetImplementationsTest.java | 32 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 D | ImmutableSortedSet.java | 177 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 D | SortedIterables.java | 55 SortedSet<E> sortedSet) { in comparator()
|
H A D | ImmutableSortedSet.java | 347 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
|
H A D | Synchronized.java | 305 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 D | SortedIterables.java | 55 SortedSet<E> sortedSet) { in comparator()
|
H A D | ImmutableSortedSet.java | 343 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
|
H A D | Synchronized.java | 261 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 D | SortedSetNavigationTester.java | 46 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
H A D | SortedSetNavigationTester.java | 46 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
H A D | SortedCopyBenchmark.java | 121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/ |
H A D | SortedCopyBenchmark.java | 121 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 D | NavigableSetTestSuiteBuilder.java | 76 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 D | NavigableSetTestSuiteBuilder.java | 76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
|
/aosp_15_r20/external/boringssl/src/util/fipstools/delocate/ |
H A D | delocate.go | 1856 func sortedSet(m map[string]struct{}) []string { func
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/delocate/ |
H A D | delocate.go | 1847 func sortedSet(m map[string]struct{}) []string { func
|
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/ |
H A D | NullPointerTesterTest.java | 1012 SortedSet<Number> sortedSet, in checkDefaultValuesForTheseTypes()
|
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/ |
D | TelephonyShellCommand.java | 1771 TreeSet<String> sortedSet = new TreeSet<String>(bundle.keySet()); in handleCcGetValue() local
|