/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableList.java | 76 public static <E> ImmutableList<E> of() { in of() method in ImmutableList 88 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList 97 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList 106 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList 115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList 124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList 133 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList 142 public static <E> ImmutableList<E> of( in of() method in ImmutableList 152 public static <E> ImmutableList<E> of( in of() method in ImmutableList 162 public static <E> ImmutableList<E> of( in of() method in ImmutableList [all …]
|
D | ImmutableSortedMultisetFauxverideShim.java | 58 public static <E> ImmutableSortedMultiset<E> of(E element) { in of() method in ImmutableSortedMultisetFauxverideShim 72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method in ImmutableSortedMultisetFauxverideShim 86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedMultisetFauxverideShim 100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedMultisetFauxverideShim 115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSortedMultisetFauxverideShim 130 public static <E> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultisetFauxverideShim
|
D | ImmutableSortedSetFauxverideShim.java | 58 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) { in of() method in ImmutableSortedSetFauxverideShim 71 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSetFauxverideShim 84 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSetFauxverideShim 98 @Deprecated public static <E> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSetFauxverideShim 113 @Deprecated public static <E> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSetFauxverideShim 128 @Deprecated public static <E> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSetFauxverideShim
|
D | ImmutableSet.java | 83 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet 93 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet 104 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet 115 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet 126 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet 137 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet 149 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of() method in ImmutableSet
|
D | ImmutableSortedMapFauxverideShim.java | 50 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() method in ImmutableSortedMapFauxverideShim 63 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim 78 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim 93 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim 108 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim
|
D | ImmutableBiMap.java | 49 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap 56 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap 65 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap 74 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap 84 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap 95 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
|
D | ImmutableMultiset.java | 62 public static <E> ImmutableMultiset<E> of() { in of() method in ImmutableMultiset 73 public static <E> ImmutableMultiset<E> of(E element) { in of() method in ImmutableMultiset 84 public static <E> ImmutableMultiset<E> of(E e1, E e2) { in of() method in ImmutableMultiset 95 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableMultiset 106 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableMultiset 117 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableMultiset 128 public static <E> ImmutableMultiset<E> of( in of() method in ImmutableMultiset
|
D | ImmutableSortedMultiset.java | 95 public static <E> ImmutableSortedMultiset<E> of() { in of() method in ImmutableSortedMultiset 102 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E element) { in of() method in ImmutableSortedMultiset 117 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method in ImmutableSortedMultiset 128 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedMultiset 139 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultiset 151 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultiset 163 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultiset
|
D | ImmutableListMultimap.java | 63 public static <K, V> ImmutableListMultimap<K, V> of() { in of() method in ImmutableListMultimap 70 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of() method in ImmutableListMultimap 80 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableListMultimap 91 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap 104 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap 118 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
|
D | ImmutableSortedSet.java | 120 public static <E> ImmutableSortedSet<E> of() { in of() method in ImmutableSortedSet 127 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 141 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 154 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 167 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 180 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 194 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
|
D | ImmutableMap.java | 69 public static <K, V> ImmutableMap<K, V> of() { in of() method in ImmutableMap 79 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of() method in ImmutableMap 88 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableMap 97 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap 108 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap 119 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSetTest.java | 40 @Override protected Set<String> of() { in of() method in ImmutableSetTest 44 @Override protected Set<String> of(String e) { in of() method in ImmutableSetTest 48 @Override protected Set<String> of(String e1, String e2) { in of() method in ImmutableSetTest 52 @Override protected Set<String> of(String e1, String e2, String e3) { in of() method in ImmutableSetTest 56 @Override protected Set<String> of( in of() method in ImmutableSetTest 61 @Override protected Set<String> of( in of() method in ImmutableSetTest 66 @Override protected Set<String> of(String e1, String e2, String e3, in of() method in ImmutableSetTest
|
D | AbstractImmutableSetTest.java | 43 protected abstract Set<String> of(); in of() method in AbstractImmutableSetTest 44 protected abstract Set<String> of(String e); in of() method in AbstractImmutableSetTest 45 protected abstract Set<String> of(String e1, String e2); in of() method in AbstractImmutableSetTest 46 protected abstract Set<String> of(String e1, String e2, String e3); in of() method in AbstractImmutableSetTest 47 protected abstract Set<String> of(String e1, String e2, String e3, String e4); in of() method in AbstractImmutableSetTest 48 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of() method in AbstractImmutableSetTest 50 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of() method in AbstractImmutableSetTest
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableList.java | 49 public static <E> ImmutableList<E> of() { in of() method in ImmutableList 53 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList 57 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList 62 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList 67 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList 72 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList 77 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList 82 public static <E> ImmutableList<E> of( in of() method in ImmutableList 88 public static <E> ImmutableList<E> of( in of() method in ImmutableList 94 public static <E> ImmutableList<E> of( in of() method in ImmutableList [all …]
|
D | ImmutableSet.java | 45 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet 49 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet 54 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet 59 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet 64 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet 69 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet 74 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of() method in ImmutableSet
|
D | ImmutableBiMap.java | 33 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap 37 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap 42 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap 46 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap 52 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap 58 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
|
D | ImmutableMultiset.java | 61 public static <E> ImmutableMultiset<E> of() { in of() method in ImmutableMultiset 72 public static <E> ImmutableMultiset<E> of(E element) { in of() method in ImmutableMultiset 83 public static <E> ImmutableMultiset<E> of(E e1, E e2) { in of() method in ImmutableMultiset 94 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableMultiset 105 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableMultiset 116 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableMultiset 127 public static <E> ImmutableMultiset<E> of( in of() method in ImmutableMultiset
|
D | ImmutableListMultimap.java | 58 public static <K, V> ImmutableListMultimap<K, V> of() { in of() method in ImmutableListMultimap 65 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of() method in ImmutableListMultimap 75 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableListMultimap 86 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap 99 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap 113 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
|
D | ImmutableMap.java | 47 public static <K, V> ImmutableMap<K, V> of() { in of() method in ImmutableMap 51 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of() method in ImmutableMap 55 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableMap 59 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap 65 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap 71 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
|
D | ImmutableSortedSet.java | 75 public static <E> ImmutableSortedSet<E> of() { in of() method in ImmutableSortedSet 79 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 85 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 91 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 97 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 103 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet 109 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
|
D | ImmutableSetMultimap.java | 66 public static <K, V> ImmutableSetMultimap<K, V> of() { in of() method in ImmutableSetMultimap 73 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { in of() method in ImmutableSetMultimap 84 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSetMultimap 96 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap 110 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap 125 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap
|
D | ImmutableSortedMap.java | 78 public static <K, V> ImmutableSortedMap<K, V> of() { in of() method in ImmutableSortedMap 83 of(K k1, V v1) { in of() method in ImmutableSortedMap 88 of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSortedMap 94 of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableSortedMap 100 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableSortedMap 106 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() method in ImmutableSortedMap
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 90 @Override protected Set<String> of() { in of() method in ImmutableSetTest 94 @Override protected Set<String> of(String e) { in of() method in ImmutableSetTest 98 @Override protected Set<String> of(String e1, String e2) { in of() method in ImmutableSetTest 102 @Override protected Set<String> of(String e1, String e2, String e3) { in of() method in ImmutableSetTest 106 @Override protected Set<String> of( in of() method in ImmutableSetTest 111 @Override protected Set<String> of( in of() method in ImmutableSetTest 116 @Override protected Set<String> of(String e1, String e2, String e3, in of() method in ImmutableSetTest
|
D | AbstractImmutableSetTest.java | 47 protected abstract Set<String> of(); in of() method in AbstractImmutableSetTest 48 protected abstract Set<String> of(String e); in of() method in AbstractImmutableSetTest 49 protected abstract Set<String> of(String e1, String e2); in of() method in AbstractImmutableSetTest 50 protected abstract Set<String> of(String e1, String e2, String e3); in of() method in AbstractImmutableSetTest 51 protected abstract Set<String> of(String e1, String e2, String e3, String e4); in of() method in AbstractImmutableSetTest 52 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of() method in AbstractImmutableSetTest 54 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of() method in AbstractImmutableSetTest
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ |
D | ImmutableReferenceFactory.java | 42 public static ImmutableReference of(Reference reference) { in of() method in ImmutableReferenceFactory 59 public static ImmutableReference of(int referenceType, Reference reference) { in of() method in ImmutableReferenceFactory
|