Home
last modified time | relevance | path

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

12345678910>>...134

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DSet.java454 static <E> Set<E> of() { in of() method
469 static <E> Set<E> of(E e1) { in of() method
486 static <E> Set<E> of(E e1, E e2) { in of() method
504 static <E> Set<E> of(E e1, E e2, E e3) { in of() method
523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() method
543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
636 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method
[all …]
DList.java939 static <E> List<E> of() { in of() method
955 static <E> List<E> of(E e1) { in of() method
972 static <E> List<E> of(E e1, E e2) { in of() method
990 static <E> List<E> of(E e1, E e2, E e3) { in of() method
1009 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() method
1029 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
1050 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
1073 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
1097 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
1122 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method
[all …]
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DSet.annotated.java66 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of() { throw new Run… in of() method
68 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
70 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
72 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
74 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
76 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
78 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
80 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
82 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
84 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method
[all …]
H A DList.annotated.java90 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of() { throw new Ru… in of() method
92 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
94 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
96 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
98 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
100 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
102 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
104 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
106 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
108 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DSet.java454 static <E> Set<E> of() { in of() method
469 static <E> Set<E> of(E e1) { in of() method
486 static <E> Set<E> of(E e1, E e2) { in of() method
504 static <E> Set<E> of(E e1, E e2, E e3) { in of() method
523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() method
543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
636 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DSet.java454 static <E> Set<E> of() { in of() method
469 static <E> Set<E> of(E e1) { in of() method
486 static <E> Set<E> of(E e1, E e2) { in of() method
504 static <E> Set<E> of(E e1, E e2, E e3) { in of() method
523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() method
543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
636 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method
[all …]
H A DList.java939 static <E> List<E> of() { in of() method
955 static <E> List<E> of(E e1) { in of() method
972 static <E> List<E> of(E e1, E e2) { in of() method
990 static <E> List<E> of(E e1, E e2, E e3) { in of() method
1009 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() method
1029 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
1050 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
1073 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
1097 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
1122 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java89 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
100 public static <E> ImmutableList<E> of(E e1) { 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 …]
H A DImmutableSortedMultiset.java112 public static <E> ImmutableSortedMultiset<E> of() { in of() method
117 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1) { 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 e1) { 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 …]
H A DImmutableSortedSet.java103 public static <E> ImmutableSortedSet<E> of() { in of() method in ImmutableSortedSet
108 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1) { in of() method in ImmutableSortedSet
119 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSet
130 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSet
141 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
927 public static <E> ImmutableSortedSet<E> of(E e1) { in of() method
942 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method
957 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method
[all …]
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableList.java53 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
57 public static <E> ImmutableList<E> of(E e1) { 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 …]
H A DImmutableBiMap.java47 public static <K, V> ImmutableBiMap<K, V> of() { in of() method in ImmutableBiMap
51 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() method in ImmutableBiMap
56 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { 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) { in of() method in ImmutableBiMap
64 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
68 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
73 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
79 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
85 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
106 public static <K, V> ImmutableBiMap<K, V> of( in of() method in ImmutableBiMap
[all …]
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DList.annotated.java103 public static <E> java.util.List<E> of() { throw new RuntimeException("Stub!"); } in of() method
105 public static <E> java.util.List<E> of(E e1) { throw new RuntimeException("Stub!"); } in of() method
107 public static <E> java.util.List<E> of(E e1, E e2) { throw new RuntimeException("Stub!"); } in of() method
109 public static <E> java.util.List<E> of(E e1, E e2, E e3) { throw new RuntimeException("Stub!"); } in of() method
111 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4) { throw new RuntimeException("Stub!"… in of() method
113 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5) { throw new RuntimeException("… in of() method
115 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { throw new RuntimeExcep… in of() method
117 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { throw new Runtim… in of() method
119 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { throw new … in of() method
121 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { thro… in of() method
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DList.java939 static <E> List<E> of() { in of() method
955 static <E> List<E> of(E e1) { in of() method
972 static <E> List<E> of(E e1, E e2) { in of() method
990 static <E> List<E> of(E e1, E e2, E e3) { in of() method
1009 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() method
1029 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
1050 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
1073 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
1097 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
1122 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A 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 …]
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
300 ___ptail, /* ptr to tail of obj with tail doing consuming */ \ argument
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DImmutableSortedMultiset.java135 public static <E> ImmutableSortedMultiset<E> of() { in of() method
140 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1) { in of() method
153 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method
163 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method
173 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
184 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
195 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of( in of() method
815 public static <E> ImmutableSortedMultiset<E> of(E e1) { in of() method
830 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of() method
845 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of() method
[all …]
H A 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 e1) { in of() method in ImmutableSortedSet
115 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSet
126 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSet
137 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableSortedSet
148 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
162 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of( in of() method in ImmutableSortedSet
849 public static <E> ImmutableSortedSet<E> of(E e1) { in of() method in ImmutableSortedSet
864 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() method in ImmutableSortedSet
879 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() method in ImmutableSortedSet
[all …]
H A DImmutableList.java87 public static <E> ImmutableList<E> of() { in of() method in ImmutableList
98 public static <E> ImmutableList<E> of(E e1) { in of() method in ImmutableList
107 public static <E> ImmutableList<E> of(E e1, E e2) { in of() method in ImmutableList
116 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() method in ImmutableList
125 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() method in ImmutableList
134 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method in ImmutableList
143 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method in ImmutableList
152 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
161 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
170 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 …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
H A 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( in of() method in FragmentController
35 public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent) { in of() method in FragmentController
39 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of() method in FragmentController
43 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
48 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
53 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
58 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A 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
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/
H A 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
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/fragment/src/main/java/org/robolectric/shadows/androidx/fragment/
H A DFragmentController.java71 public static <F extends Fragment> FragmentController<F> of(F fragment) { in of() method in FragmentController
82 public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent) { in of() method in FragmentController
93 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of() method in FragmentController
104 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
117 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
131 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
144 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
159 public static <F extends Fragment> FragmentController<F> of( in of() method in FragmentController
/aosp_15_r20/external/guava/guava/src/com/google/common/math/
H A 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
/aosp_15_r20/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A 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

12345678910>>...134