/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Values.java | 49 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
|
D | Structs.java | 42 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/ |
D | ImmutableSortedMultisetFauxverideShim.java | 61 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
|
D | ImmutableSortedSetFauxverideShim.java | 75 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
|
D | ImmutableSet.java | 54 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
|
D | ImmutableSortedMapFauxverideShim.java | 64 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
|
D | ImmutableBiMap.java | 42 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/ |
D | ImmutableSortedSetFauxverideShim.java | 89 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
|
D | ImmutableSortedMultisetFauxverideShim.java | 93 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
|
D | ImmutableList.java | 81 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 …]
|
D | ImmutableMultiset.java | 97 public static <E> ImmutableMultiset<E> of() { in of() method 108 public static <E> ImmutableMultiset<E> of(E element) { in of() method 119 public static <E> ImmutableMultiset<E> of(E e1, E e2) { in of() method 131 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of() method 143 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of() method 155 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method 167 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of() method
|
D | ImmutableSet.java | 74 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
|
D | ImmutableSortedMapFauxverideShim.java | 98 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
|
/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/libwebsockets/include/libwebsockets/ |
D | lws-ring.h | 264 ___type, /* type of objects with tails */ \ argument 300 ___ptail, /* ptr to tail of obj with tail doing consuming */ \ argument
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSet.java | 49 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet 53 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet 58 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet 63 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet 68 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet 73 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet 78 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 | ImmutableList.java | 53 public static <E> ImmutableList<E> of() { in of() method in ImmutableList 57 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList 61 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList 65 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList 69 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList 73 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 81 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 86 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 91 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 …]
|
/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/src/com/google/common/math/ |
D | Stats.java | 103 public static Stats of(Iterable<? extends Number> values) { in of() method in Stats 116 public static Stats of(Iterator<? extends Number> values) { in of() method in Stats 127 public static Stats of(double... values) { in of() method in Stats 138 public static Stats of(int... values) { in of() method in Stats 150 public static Stats of(long... values) { in of() method in Stats 166 public static Stats of(DoubleStream values) { in of() method in Stats 182 public static Stats of(IntStream values) { in of() method in Stats 199 public static Stats of(LongStream values) { in of() method in Stats
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 142 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/cldr/tools/java/org/unicode/cldr/util/ |
D | MatchValue.java | 51 public static MatchValue of(String command) { in of() method in MatchValue 183 public static <T> EnumParser of(Class<T> aClass) { in of() method in MatchValue.EnumParser 253 public static MatchValue of(String typeName) { in of() method in MatchValue.ValidityMatchValue 334 public static Bcp47MatchValue of(String key) { in of() method in MatchValue.Bcp47MatchValue 448 public static RangeMatchValue of(String key) { in of() method in MatchValue.RangeMatchValue 486 public static LiteralMatchValue of(String key) { in of() method in MatchValue.LiteralMatchValue 513 public static RegexMatchValue of(String key) { in of() method in MatchValue.RegexMatchValue 533 public static VersionMatchValue of(String key) { in of() method in MatchValue.VersionMatchValue 559 public static MetazoneMatchValue of(String key) { in of() method in MatchValue.MetazoneMatchValue 589 public static AnyMatchValue of(String key) { in of() method in MatchValue.AnyMatchValue [all …]
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | RbValue.java | 24 public static RbValue of(String... elements) { in of() method in RbValue 29 public static RbValue of(Iterable<String> elements) { in of() method in RbValue 34 public static RbValue of(Stream<String> elements) { in of() method in RbValue
|
/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 68 public static ImmutableReference of(int referenceType, Reference reference) { in of() method in ImmutableReferenceFactory
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | ProcessorErrorHandler.java | 106 static HiltError of(String message) { in of() method in ProcessorErrorHandler.HiltError 110 static HiltError of(String message, Element element) { in of() method in ProcessorErrorHandler.HiltError 114 private static HiltError of(String message, Optional<Element> element) { in of() method in ProcessorErrorHandler.HiltError
|
/external/guava/android/guava/src/com/google/common/primitives/ |
D | ImmutableIntArray.java | 87 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
|