Home
last modified time | relevance | path

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

12345678910>>...12

/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java49 public static Value of(boolean value) { in of() method in Values
54 public static Value of(double value) { in of() method in Values
59 public static Value of(String value) { in of() method in Values
64 public static Value of(Struct value) { in of() method in Values
69 public static Value of(ListValue value) { in of() method in Values
77 public static Value of(Iterable<Value> values) { in of() method in Values
DStructs.java42 public static Struct of(String k1, Value v1) { in of() method in Structs
51 public static Struct of(String k1, Value v1, String k2, Value v2) { in of() method in Structs
60 public static Struct of(String k1, Value v1, String k2, Value v2, String k3, Value v3) { in of() method in Structs
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMultisetFauxverideShim.java61 public static <E> ImmutableSortedMultiset<E> of(E element) { in of() method in ImmutableSortedMultisetFauxverideShim
75 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method in ImmutableSortedMultisetFauxverideShim
89 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedMultisetFauxverideShim
103 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedMultisetFauxverideShim
118 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSortedMultisetFauxverideShim
133 public static <E> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultisetFauxverideShim
DImmutableSortedSetFauxverideShim.java75 public static <E> ImmutableSortedSet<E> of(E element) { in of() method in ImmutableSortedSetFauxverideShim
89 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSetFauxverideShim
103 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSetFauxverideShim
117 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedSetFauxverideShim
131 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSortedSetFauxverideShim
146 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() method in ImmutableSortedSetFauxverideShim
DImmutableSet.java54 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
63 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
72 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet
81 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet
90 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
99 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
113 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
DImmutableSortedMapFauxverideShim.java64 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() method in ImmutableSortedMapFauxverideShim
78 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSortedMapFauxverideShim
92 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableSortedMapFauxverideShim
107 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableSortedMapFauxverideShim
122 public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim
DImmutableBiMap.java42 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap
47 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap
57 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap
68 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableBiMap
80 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableBiMap
93 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedSetFauxverideShim.java89 public static <E> ImmutableSortedSet<E> of(E element) { in of() method in ImmutableSortedSetFauxverideShim
103 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSetFauxverideShim
117 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSetFauxverideShim
131 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedSetFauxverideShim
145 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSortedSetFauxverideShim
160 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() method in ImmutableSortedSetFauxverideShim
DImmutableSortedMultisetFauxverideShim.java93 public static <E> ImmutableSortedMultiset<E> of(E element) { in of() method in ImmutableSortedMultisetFauxverideShim
107 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method in ImmutableSortedMultisetFauxverideShim
121 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedMultisetFauxverideShim
135 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedMultisetFauxverideShim
150 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSortedMultisetFauxverideShim
165 public static <E> ImmutableSortedMultiset<E> of( in of() method in ImmutableSortedMultisetFauxverideShim
DImmutableList.java81 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
92 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList
101 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList
110 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList
119 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList
128 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList
137 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList
146 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method in ImmutableList
155 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method in ImmutableList
164 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method in ImmutableList
[all …]
DImmutableMultiset.java98 public static <E> ImmutableMultiset<E> of() { in of() method
109 public static <E> ImmutableMultiset<E> of(E element) { in of() method
120 public static <E> ImmutableMultiset<E> of(E e1, E e2) { in of() method
132 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of() method
144 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method
156 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
168 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of() method
DImmutableSet.java74 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
83 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
92 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet
101 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet
110 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
119 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
133 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
DImmutableSortedMapFauxverideShim.java98 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() method in ImmutableSortedMapFauxverideShim
112 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableSortedMapFauxverideShim
126 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableSortedMapFauxverideShim
141 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableSortedMapFauxverideShim
156 public static <K, V> ImmutableSortedMap<K, V> of( in of() method in ImmutableSortedMapFauxverideShim
DImmutableBiMap.java65 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap
79 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap
88 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableBiMap
97 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableBiMap
107 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DFragmentController.java17 public static <F extends Fragment> FragmentController<F> of(F fragment) { in of() method in FragmentController
21 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
25 public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent) { in of() method in FragmentController
29 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of() method in FragmentController
33 …public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent, Bundle argu… in of() method in FragmentController
38 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
42 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
46 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSet.java51 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
55 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
60 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet
65 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet
70 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
75 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
80 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
DImmutableList.java55 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
59 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList
63 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList
67 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList
71 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList
75 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList
79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList
83 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method in ImmutableList
88 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method in ImmutableList
93 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method in ImmutableList
[all …]
DImmutableBiMap.java44 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap
48 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap
53 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap
57 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in ImmutableBiMap
61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in ImmutableBiMap
65 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
/external/robolectric-shadows/shadows/androidx/fragment/src/main/java/org/robolectric/shadows/androidx/fragment/
DFragmentController.java53 public static <F extends Fragment> FragmentController<F> of(F fragment) { in of() method in FragmentController
64 public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent) { in of() method in FragmentController
75 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of() method in FragmentController
86 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
99 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
112 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
125 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
140 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
/external/cldr/tools/java/org/unicode/cldr/util/
DMatchValue.java40 public static MatchValue of(String command) { in of() method in MatchValue
170 public static MatchValue of(String typeName) { in of() method in MatchValue.ValidityMatchValue
215 public static Bcp47MatchValue of(String key) { in of() method in MatchValue.Bcp47MatchValue
323 public static RangeMatchValue of(String key) { in of() method in MatchValue.RangeMatchValue
356 public static LiteralMatchValue of(String key) { in of() method in MatchValue.LiteralMatchValue
378 public static RegexMatchValue of(String key) { in of() method in MatchValue.RegexMatchValue
398 public static VersionMatchValue of(String key) { in of() method in MatchValue.VersionMatchValue
424 public static MetazoneMatchValue of(String key) { in of() method in MatchValue.MetazoneMatchValue
454 public static AnyMatchValue of(String key) { in of() method in MatchValue.AnyMatchValue
478 public static SetMatchValue of(String key) { in of() method in MatchValue.SetMatchValue
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java142 protected <E extends Comparable<? super E>> Set<E> of() { in of() method in ImmutableSetTest
147 protected <E extends Comparable<? super E>> Set<E> of(E e) { in of() method in ImmutableSetTest
152 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2) { in of() method in ImmutableSetTest
157 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3) { in of() method in ImmutableSetTest
162 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSetTest
167 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSetTest
173 protected <E extends Comparable<? super E>> Set<E> of( in of() method in ImmutableSetTest
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
DImmutableReferenceFactory.java42 public static ImmutableReference of(Reference reference) { in of() method in ImmutableReferenceFactory
68 public static ImmutableReference of(int referenceType, Reference reference) { in of() method in ImmutableReferenceFactory
/external/guava/android/guava/src/com/google/common/primitives/
DImmutableIntArray.java87 public static ImmutableIntArray of() { in of() method in ImmutableIntArray
92 public static ImmutableIntArray of(int e0) { in of() method in ImmutableIntArray
97 public static ImmutableIntArray of(int e0, int e1) { in of() method in ImmutableIntArray
102 public static ImmutableIntArray of(int e0, int e1, int e2) { in of() method in ImmutableIntArray
107 public static ImmutableIntArray of(int e0, int e1, int e2, int e3) { in of() method in ImmutableIntArray
112 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4) { in of() method in ImmutableIntArray
117 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4, int e5) { in of() method in ImmutableIntArray
130 public static ImmutableIntArray of(int first, int... rest) { in of() method in ImmutableIntArray
DImmutableLongArray.java87 public static ImmutableLongArray of() { in of() method in ImmutableLongArray
92 public static ImmutableLongArray of(long e0) { in of() method in ImmutableLongArray
97 public static ImmutableLongArray of(long e0, long e1) { in of() method in ImmutableLongArray
102 public static ImmutableLongArray of(long e0, long e1, long e2) { in of() method in ImmutableLongArray
107 public static ImmutableLongArray of(long e0, long e1, long e2, long e3) { in of() method in ImmutableLongArray
112 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4) { in of() method in ImmutableLongArray
117 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4, long e5) { in of() method in ImmutableLongArray
130 public static ImmutableLongArray of(long first, long... rest) { in of() method in ImmutableLongArray
DImmutableDoubleArray.java87 public static ImmutableDoubleArray of() { in of() method in ImmutableDoubleArray
92 public static ImmutableDoubleArray of(double e0) { in of() method in ImmutableDoubleArray
97 public static ImmutableDoubleArray of(double e0, double e1) { in of() method in ImmutableDoubleArray
102 public static ImmutableDoubleArray of(double e0, double e1, double e2) { in of() method in ImmutableDoubleArray
107 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3) { in of() method in ImmutableDoubleArray
112 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3, double e4) { in of() method in ImmutableDoubleArray
117 public static ImmutableDoubleArray of( in of() method in ImmutableDoubleArray
131 public static ImmutableDoubleArray of(double first, double... rest) { in of() method in ImmutableDoubleArray

12345678910>>...12