Home
last modified time | relevance | path

Searched refs:EntryComparator (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkFlattenable.cpp60 struct EntryComparator { struct
78 std::sort(gEntries, gEntries + gCount, EntryComparator()); in Finalize()
94 SkASSERT(std::is_sorted(gEntries, gEntries + gCount, EntryComparator())); in NameToFactory()
95 auto pair = std::equal_range(gEntries, gEntries + gCount, name, EntryComparator()); in NameToFactory()
/external/skqp/src/core/
DSkFlattenable.cpp60 struct EntryComparator { struct
78 std::sort(gEntries, gEntries + gCount, EntryComparator()); in Finalize()
94 SkASSERT(std::is_sorted(gEntries, gEntries + gCount, EntryComparator())); in NameToFactory()
95 auto pair = std::equal_range(gEntries, gEntries + gCount, name, EntryComparator()); in NameToFactory()
/external/cldr/tools/java/org/unicode/cldr/util/
DCounter.java150 private static class EntryComparator<T> implements Comparator<Entry<T>> { class in Counter
154 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() method in Counter.EntryComparator
175 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getKeysetSortedByCount()
188 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getEntrySetSortedByCount()
DCounter2.java106 private static class EntryComparator<T> implements Comparator<Entry<T>> { class in Counter2
110 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() method in Counter2.EntryComparator
133 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getKeysetSortedByCount()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java109 private static class EntryComparator<T> implements Comparator<Entry<T>>{ class in Counter
113 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() method in Counter.EntryComparator
132 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue)); in getKeysetSortedByCount()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCounter.java112 private static class EntryComparator<T> implements Comparator<Entry<T>>{ class in Counter
116 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() method in Counter.EntryComparator
135 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue)); in getKeysetSortedByCount()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavaslang-2.0.3.jarMETA-INF/ META-INF/MANIFEST.MF javaslang/ javaslang/collection/ javaslang/ ...