/external/guava/guava/src/com/google/common/collect/ |
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 | 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 | 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 | 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
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/ |
D | FragmentController.java | 17 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/ |
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
|
/external/robolectric-shadows/shadows/androidx/fragment/src/main/java/org/robolectric/shadows/androidx/fragment/ |
D | FragmentController.java | 53 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/ |
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
|
/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
|
/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 62 public static ImmutableReference of(int referenceType, Reference reference) { in of() method in ImmutableReferenceFactory
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | EnumLookup.java | 16 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/ |
D | Classpath.java | 33 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/ |
D | BitSet.pm | 42 sub of : Tests(2) { subroutine
|