/external/guava/guava-tests/test/com/google/common/collect/ |
SortedIterablesTest.java | 55 assertTrue(SortedIterables.hasSameComparator(Ordering.natural(), Sets.newTreeSet())); 62 Sets.newTreeSet(Ordering.natural().reverse())));
|
ImmutableSortedSetTest.java | 485 copyOf(Sets.newTreeSet(asList("e", "a", "f", "b", "d", "c"))); 490 SortedSet<String> set = copyOf(Sets.<String>newTreeSet()); 539 SortedSet<String> input = Sets.newTreeSet(STRING_LENGTH); 546 SortedSet<String> input = Sets.newTreeSet( 554 Sets.newTreeSet(asList("in", "the", "quick", "jumped", "over", "a")); 560 SortedSet<String> input = Sets.newTreeSet(STRING_LENGTH); 569 assertEquals(set, Sets.newTreeSet(asList("a", "b", "c"))); 570 assertEquals(Sets.newTreeSet(asList("a", "b", "c")), set); 571 assertFalse(set.equals(Sets.newTreeSet(asList("a", "b", "d")))); 572 assertFalse(Sets.newTreeSet(asList("a", "b", "d")).equals(set)) [all...] |
FauxveridesTest.java | 21 import static com.google.common.collect.Sets.newTreeSet; 115 Collections.emptySet(), newTreeSet(required));
|
SetsTest.java | 420 TreeSet<Integer> set = Sets.newTreeSet(); 425 TreeSet<Derived> set = Sets.newTreeSet(); 433 TreeSet<LegacyComparable> set = Sets.newTreeSet(); 441 TreeSet<Integer> set = Sets.newTreeSet(SOME_COLLECTION); 446 TreeSet<Integer> set = Sets.newTreeSet(SOME_ITERABLE); 453 TreeSet<Derived> set = Sets.newTreeSet(iterable); 461 TreeSet<LegacyComparable> set = Sets.newTreeSet(iterable); 467 TreeSet<Integer> set = Sets.newTreeSet(SOME_COMPARATOR); [all...] |
ForwardingSortedSetTest.java | 117 return Lists.newArrayList(Sets.newTreeSet(insertionOrder));
|
ConstraintsTest.java | 133 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar")); 151 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar"));
|
TreeMultimapNaturalTest.java | 304 Sets.newTreeSet(asList(2, 3, 4, 7, 8)), 392 Sets.newTreeSet(asList("bar", "baz", "cat", "dog", "foo")), 417 Set<Entry<String, Collection<Integer>>> set = Sets.newTreeSet(
|
MultimapsTest.java | 654 return Sets.newTreeSet(INT_COMPARATOR); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderDisplayer.java | 41 protected final SortedSet<Folder> mFoldersSortedSet = Sets.newTreeSet();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardParams.java | 61 public final TreeSet<Key> mKeys = CollectionUtils.newTreeSet(); // ordered set
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
CollectionUtils.java | 65 public static <E> TreeSet<E> newTreeSet() {
|
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 304 public static <E extends Comparable> TreeSet<E> newTreeSet() { 323 public static <E extends Comparable> TreeSet<E> newTreeSet( 325 TreeSet<E> set = newTreeSet(); 343 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { [all...] |
SortedIterables.java | 70 SortedSet<E> sortedSet = Sets.newTreeSet(comparator);
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Sets.java | 301 public static <E extends Comparable> TreeSet<E> newTreeSet() { 320 public static <E extends Comparable> TreeSet<E> newTreeSet( 322 TreeSet<E> set = newTreeSet(); 340 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { [all...] |
ImmutableSortedSet.java | 250 this(Sets.newTreeSet(comparator));
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
AdditionalSubtypeSettings.java | 103 final TreeSet<SubtypeLocaleItem> items = CollectionUtils.newTreeSet();
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 115 private final Set<String> m_expandedIds = Sets.newTreeSet(); 129 m_collapsedIds = Sets.newTreeSet(); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | 204 private final TreeSet<Long> mCurrentlyPressedHardwareKeys = CollectionUtils.newTreeSet(); [all...] |
/libcore/benchmarks/libs/ |
caliper.jar | |
/external/droiddriver/libs/ |
guava-13.0.jar | |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/prebuilts/sdk/tools/lib/ |
guava-10.0.1.jar | |
lint.jar | |
lint_api.jar | |