Home
last modified time | relevance | path

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

123

/external/guava/guava/src/com/google/common/collect/
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.java61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) { in of() method in ImmutableSortedSetFauxverideShim
74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSetFauxverideShim
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSetFauxverideShim
101 @Deprecated public static <E> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSetFauxverideShim
116 @Deprecated public static <E> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSetFauxverideShim
131 @Deprecated public static <E> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSetFauxverideShim
DImmutableSortedMapFauxverideShim.java53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() method in ImmutableSortedMapFauxverideShim
66 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim
81 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim
96 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim
111 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim
DImmutableSet.java77 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
87 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
98 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet
109 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet
120 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
131 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
143 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of() method in ImmutableSet
DImmutableList.java67 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
79 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList
88 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList
97 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList
106 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList
115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList
124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList
133 public static <E> ImmutableList<E> of( in of() method in ImmutableList
143 public static <E> ImmutableList<E> of( in of() method in ImmutableList
153 public static <E> ImmutableList<E> of( in of() method in ImmutableList
[all …]
DImmutableBiMap.java54 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap
61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap
79 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
90 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
101 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
DImmutableMultiset.java58 public static <E> ImmutableMultiset<E> of() { in of() method in ImmutableMultiset
69 public static <E> ImmutableMultiset<E> of(E element) { in of() method in ImmutableMultiset
80 public static <E> ImmutableMultiset<E> of(E e1, E e2) { in of() method in ImmutableMultiset
91 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableMultiset
102 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableMultiset
113 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableMultiset
124 public static <E> ImmutableMultiset<E> of( in of() method in ImmutableMultiset
146 public static <E> ImmutableMultiset<E> of(E[] elements) { in of() method in ImmutableMultiset
DImmutableMap.java64 public static <K, V> ImmutableMap<K, V> of() { in of() method in ImmutableMap
74 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of() method in ImmutableMap
84 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableMap
93 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
104 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
115 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
DImmutableListMultimap.java60 public static <K, V> ImmutableListMultimap<K, V> of() { in of() method in ImmutableListMultimap
67 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of() method in ImmutableListMultimap
77 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableListMultimap
88 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
101 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
115 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
DImmutableSortedMultiset.java88 public static <E> ImmutableSortedMultiset<E> of() { in of() method in ImmutableSortedMultiset
95 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E element) { in of() method in ImmutableSortedMultiset
107 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method in ImmutableSortedMultiset
118 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedMultiset
129 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultiset
141 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultiset
153 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultiset
DImmutableSortedSet.java115 public static <E> ImmutableSortedSet<E> of() { in of() method in ImmutableSortedSet
122 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
136 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
149 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
162 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
175 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
189 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
DImmutableSetMultimap.java65 public static <K, V> ImmutableSetMultimap<K, V> of() { in of() method in ImmutableSetMultimap
72 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { in of() method in ImmutableSetMultimap
83 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSetMultimap
95 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap
109 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap
124 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap
DImmutableSortedMap.java85 public static <K, V> ImmutableSortedMap<K, V> of() { in of() method in ImmutableSortedMap
104 ImmutableSortedMap<K, V> of(K k1, V v1) { in of() method in ImmutableSortedMap
117 of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSortedMap
130 of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableSortedMap
143 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableSortedMap
156 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-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSet.java53 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
57 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
62 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet
67 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet
72 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of() method in ImmutableSet
92 @Deprecated public static <E> ImmutableSet<E> of(E[] elements) { in of() method in ImmutableSet
DImmutableList.java56 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
60 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList
64 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList
69 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList
74 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList
79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList
84 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList
89 public static <E> ImmutableList<E> of( in of() method in ImmutableList
95 public static <E> ImmutableList<E> of( in of() method in ImmutableList
101 public static <E> ImmutableList<E> of( in of() method in ImmutableList
[all …]
DImmutableBiMap.java35 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap
39 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap
43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap
47 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
53 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
59 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
DImmutableListMultimap.java55 public static <K, V> ImmutableListMultimap<K, V> of() { in of() method in ImmutableListMultimap
62 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of() method in ImmutableListMultimap
72 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableListMultimap
83 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
96 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
110 public static <K, V> ImmutableListMultimap<K, V> of( in of() method in ImmutableListMultimap
DImmutableSortedSet.java72 public static <E> ImmutableSortedSet<E> of() { in of() method in ImmutableSortedSet
76 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
82 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
88 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
94 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
100 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
106 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
118 static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
DImmutableMap.java68 public static <K, V> ImmutableMap<K, V> of() { in of() method in ImmutableMap
72 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of() method in ImmutableMap
77 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableMap
81 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
87 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
93 public static <K, V> ImmutableMap<K, V> of( in of() method in ImmutableMap
DImmutableSetMultimap.java60 public static <K, V> ImmutableSetMultimap<K, V> of() { in of() method in ImmutableSetMultimap
67 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { in of() method in ImmutableSetMultimap
78 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSetMultimap
90 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap
104 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap
119 public static <K, V> ImmutableSetMultimap<K, V> of( in of() method in ImmutableSetMultimap
DImmutableSortedMap.java88 public static <K, V> ImmutableSortedMap<K, V> of() { in of() method in ImmutableSortedMap
93 of(K k1, V v1) { in of() method in ImmutableSortedMap
98 of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSortedMap
104 of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableSortedMap
110 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableSortedMap
116 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.java42 @Override protected Set<String> of() { in of() method in ImmutableSetTest
46 @Override protected Set<String> of(String e) { in of() method in ImmutableSetTest
50 @Override protected Set<String> of(String e1, String e2) { in of() method in ImmutableSetTest
54 @Override protected Set<String> of(String e1, String e2, String e3) { in of() method in ImmutableSetTest
58 @Override protected Set<String> of( in of() method in ImmutableSetTest
63 @Override protected Set<String> of( in of() method in ImmutableSetTest
68 @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/qemu/target-i386/
Dhelper_template.h57 int cf, pf, af, zf, sf, of; in glue() local
81 int cf, pf, af, zf, sf, of; in glue() local
105 int cf, pf, af, zf, sf, of; in glue() local
130 int cf, pf, af, zf, sf, of; in glue() local
155 int cf, pf, af, zf, sf, of; in glue() local
172 int cf, pf, af, zf, sf, of; in glue() local
194 int cf, pf, af, zf, sf, of; in glue() local
209 int cf, pf, af, zf, sf, of; in glue() local
234 int cf, pf, af, zf, sf, of; in glue() local
258 int cf, pf, af, zf, sf, of; in glue() local
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DBitSet.pm42 sub of : Tests(2) { method in Test::ANTLR::Runtime::BitSet

123