Home
last modified time | relevance | path

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

123456789

/external/guava/guava/src/com/google/common/collect/
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
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
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 …]
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
/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/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
/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/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
/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
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
DImmutableReferenceFactory.java42 public static ImmutableReference of(Reference reference) { in of() method in ImmutableReferenceFactory
62 public static ImmutableReference of(int referenceType, Reference reference) { in of() method in ImmutableReferenceFactory
/external/cldr/tools/java/org/unicode/cldr/draft/
DEnumLookup.java16 public static <T extends Enum<?>> EnumLookup<T> of(Class<T> className) { in of() method in EnumLookup
21 …public static <T extends Enum<?>> EnumLookup<T> of(Class<T> className, Transform<String, String> t… in of() method in EnumLookup
31 …public static <T extends Enum<?>> EnumLookup<T> of(Class<T> className, Transform<String, String> t, in of() method in EnumLookup
/external/vogar/src/vogar/
DClasspath.java33 public static Classpath of(File... files) { in of() method in Classpath
37 public static Classpath of(Collection<File> files) { in of() method in Classpath
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DBitSet.pm42 sub of : Tests(2) { subroutine

123456789