Home
last modified time | relevance | path

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

12345678910>>...64

/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/cronet/third_party/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/libwebsockets/include/libwebsockets/
Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
300 ___ptail, /* ptr to tail of obj with tail doing consuming */ \ argument
/external/guava/guava/src/com/google/common/collect/
DImmutableList.java89 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
100 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList
109 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList
118 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList
127 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList
136 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList
145 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList
154 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
163 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
172 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 …]
DImmutableSortedMultiset.java112 public static <E> ImmutableSortedMultiset<E> of() { in of() method
117 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E element) { in of() method
130 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method
140 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method
150 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
161 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
172 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
668 public static <E> ImmutableSortedMultiset<E> of(E element) { in of() method
683 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method
698 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method
[all …]
DImmutableSet.java82 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
91 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
100 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
118 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
127 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
141 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
DImmutableSortedSet.java99 public static <E> ImmutableSortedSet<E> of() { in of() method in ImmutableSortedSet
104 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E element) { in of() method in ImmutableSortedSet
116 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSet
128 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSet
140 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedSet
152 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
166 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
909 public static <E> ImmutableSortedSet<E> of(E element) { in of() method
924 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method
939 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
DFragmentController.java26 public static <F extends Fragment> FragmentController<F> of(F fragment) { in of() method in FragmentController
30 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
34 public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent) { in of() method in FragmentController
38 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of() method in FragmentController
42 …public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent, Bundle argu… in of() method in FragmentController
47 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
51 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
55 …public static <F extends Fragment> FragmentController<F> of(F fragment, Class<? extends Activity> … in of() method in FragmentController
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSet.java75 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
84 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
93 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet
102 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet
111 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
120 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
134 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
DImmutableSortedMultiset.java131 public static <E> ImmutableSortedMultiset<E> of() { in of() method
136 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E element) { in of() method
149 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method
159 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method
169 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
180 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
191 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
808 public static <E> ImmutableSortedMultiset<E> of(E element) { in of() method
823 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method
838 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method
[all …]
DImmutableSortedSet.java93 public static <E> ImmutableSortedSet<E> of() { in of() method in ImmutableSortedSet
98 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E element) { in of() method in ImmutableSortedSet
110 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSet
122 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSet
134 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedSet
146 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
160 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
834 public static <E> ImmutableSortedSet<E> of(E element) { in of() method in ImmutableSortedSet
849 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSet
864 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSet
[all …]
/external/guava/guava/src/com/google/common/math/
DStats.java104 public static Stats of(Iterable<? extends Number> values) { in of() method in Stats
117 public static Stats of(Iterator<? extends Number> values) { in of() method in Stats
128 public static Stats of(double... values) { in of() method in Stats
139 public static Stats of(int... values) { in of() method in Stats
151 public static Stats of(long... values) { in of() method in Stats
167 public static Stats of(DoubleStream values) { in of() method in Stats
183 public static Stats of(IntStream values) { in of() method in Stats
200 public static Stats of(LongStream values) { in of() method in Stats
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java52 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
56 public static <E> ImmutableList<E> of(E element) { in of() method in ImmutableList
60 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList
64 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList
68 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
76 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList
80 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
85 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
90 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 …]
DImmutableSet.java52 public static <E> ImmutableSet<E> of() { in of() method in ImmutableSet
56 public static <E> ImmutableSet<E> of(E element) { in of() method in ImmutableSet
61 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() method in ImmutableSet
66 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSet
71 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSet
76 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSet
81 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.java43 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
52 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() method in ImmutableBiMap
56 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
60 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
64 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
69 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
75 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
81 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
102 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
[all …]
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DMapUtils.java27 public static <K, V> Map<K, V> of(K k1, V v1) { in of() method in MapUtils
33 public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method in MapUtils
40 public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method in MapUtils
48 public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method in MapUtils
57 public static <K, V> Map<K, V> 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 MapUtils
67 …public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6… in of() method in MapUtils
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
DArgs.java27 public static Map<String, Object> of( in of() method in Args
34 public static Map<String, Object> of( in of() method in Args
43 public static Map<String, Object> of( in of() method in Args
54 public static Map<String, Object> of( in of() method in Args
67 public static Map<String, Object> of( in of() method in Args
82 public static Map<String, Object> of( in of() method in Args
99 public static Map<String, Object> of( in of() method in Args
118 public static Map<String, Object> of( in of() method in Args
139 public static Map<String, Object> of( in of() method in Args
162 public static Map<String, Object> of( in of() method in Args
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/
DArgs.java24 public static Map<String, Object> of( in of() method in Args
31 public static Map<String, Object> of( in of() method in Args
40 public static Map<String, Object> of( in of() method in Args
51 public static Map<String, Object> of( in of() method in Args
64 public static Map<String, Object> of( in of() method in Args
79 public static Map<String, Object> of( in of() method in Args
96 public static Map<String, Object> of( in of() method in Args
115 public static Map<String, Object> of( in of() method in Args
136 public static Map<String, Object> of( in of() method in Args
159 public static Map<String, Object> of( in of() method in Args
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/
DByteBuffersAsyncRequestBody.java121 public static ByteBuffersAsyncRequestBody of(ByteBuffer... buffers) { in of() method in ByteBuffersAsyncRequestBody
128 public static ByteBuffersAsyncRequestBody of(Long length, ByteBuffer... buffers) { in of() method in ByteBuffersAsyncRequestBody
132 public static ByteBuffersAsyncRequestBody of(String mimetype, ByteBuffer... buffers) { in of() method in ByteBuffersAsyncRequestBody
139 …public static ByteBuffersAsyncRequestBody of(String mimetype, Long length, ByteBuffer... buffers) { in of() method in ByteBuffersAsyncRequestBody
/external/dagger2/java/dagger/hilt/processor/internal/
DMethodSignature.java42 public static MethodSignature of(String methodName, TypeName... typeNames) { in of() method in MethodSignature
47 public static MethodSignature of(MethodSpec method) { in of() method in MethodSignature
53 public static MethodSignature of(XExecutableElement executableElement) { in of() method in MethodSignature
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java143 protected <E extends Comparable<? super E>> Set<E> of() { in of() method in ImmutableSetTest
148 protected <E extends Comparable<? super E>> Set<E> of(E e) { in of() method in ImmutableSetTest
153 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2) { in of() method in ImmutableSetTest
158 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3) { in of() method in ImmutableSetTest
163 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSetTest
168 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableSetTest
174 protected <E extends Comparable<? super E>> Set<E> of( in of() method in ImmutableSetTest
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DMatchValue.java53 public static MatchValue of(String command) { in of() method in MatchValue
251 public static <T> EnumParser of(Class<T> aClass) { in of() method in MatchValue.EnumParser
324 public static MatchValue of(String typeName) { in of() method in MatchValue.ValidityMatchValue
415 public static Bcp47MatchValue of(String key) { in of() method in MatchValue.Bcp47MatchValue
533 public static RangeMatchValue of(String key) { in of() method in MatchValue.RangeMatchValue
573 public static LiteralMatchValue of(String key) { in of() method in MatchValue.LiteralMatchValue
609 public static RegexMatchValue of(String key) { in of() method in MatchValue.RegexMatchValue
629 public static SemverMatchValue of(String key) { in of() method in MatchValue.SemverMatchValue
656 public static VersionMatchValue of(String key) { in of() method in MatchValue.VersionMatchValue
682 public static MetazoneMatchValue of(String key) { in of() method in MatchValue.MetazoneMatchValue
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbValue.java24 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

12345678910>>...64