Home
last modified time | relevance | path

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

123456789

/external/guava/guava/src/com/google/common/collect/
DImmutableList.java76 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 …]
DImmutableSortedMultisetFauxverideShim.java58 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
DImmutableSortedSetFauxverideShim.java58 @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
DImmutableSet.java83 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
DImmutableSortedMapFauxverideShim.java50 @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
DImmutableBiMap.java49 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
DImmutableMultiset.java62 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
DImmutableSortedMultiset.java95 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
DImmutableListMultimap.java63 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
DImmutableSortedSet.java120 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
DImmutableMap.java69 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/
DImmutableSetTest.java40 @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
DAbstractImmutableSetTest.java43 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/
DImmutableList.java49 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 …]
DImmutableSet.java45 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
DImmutableBiMap.java33 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
DImmutableMultiset.java61 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
DImmutableListMultimap.java58 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
DImmutableMap.java47 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
DImmutableSortedSet.java75 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
DImmutableSetMultimap.java66 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
DImmutableSortedMap.java78 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/
DImmutableSetTest.java90 @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
DAbstractImmutableSetTest.java47 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/
DImmutableReferenceFactory.java42 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

123456789