Home
last modified time | relevance | path

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

12345678910>>...73

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Doperation.hpp31 axpy_prod (const compressed_matrix<T1, L1, 0, IA1, TA1> &e1, in axpy_prod()
51 axpy_prod (const compressed_matrix<T1, L1, 0, IA1, TA1> &e1, in axpy_prod()
69 axpy_prod (const compressed_matrix<T1, L1, 0, IA1, TA1> &e1, in axpy_prod()
92 axpy_prod (const compressed_matrix<T1, L1, 0, IA1, TA1> &e1, in axpy_prod()
103 axpy_prod (const coordinate_matrix<T1, L1, 0, IA1, TA1> &e1, in axpy_prod()
128 axpy_prod (const matrix_expression<E1> &e1, in axpy_prod()
157 axpy_prod (const matrix_expression<E1> &e1, in axpy_prod()
186 axpy_prod (const matrix_expression<E1> &e1, in axpy_prod()
204 axpy_prod (const matrix_expression<E1> &e1, in axpy_prod()
240 axpy_prod (const matrix_expression<E1> &e1, in axpy_prod()
[all …]
Dtriangular.hpp2037 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2062 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2091 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2119 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2144 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2172 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2201 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2209 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2218 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
2226 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/enrollment/
DEnrollmentDaoTest.java478 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndOriginData_isMatch() local
522 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndAnyPort_isMatch() local
557 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSameSiteUri_isMatch() local
589 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSameETLD_isMatch() local
622 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSamePath_isMatch() local
686 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndExtraPath_isMatch() local
724 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndDifferentUri_isMatch() local
769 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndOneUrlInEnrollment_isMatch() local
814 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndDiffSchemeUrl_matchesScheme() local
842 EnrollmentData e1 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSameSubdomainChild_isMatch() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/assign/
H A Dassign.U.pass.cpp102 std::expected<Traced, int> e1(std::in_place, oldState, 5); in test() local
118 std::expected<Traced, int> e1(std::in_place, oldState, 5); in test() local
140 std::expected<MoveThrowConvNoexcept, BothMayThrow> e1(std::unexpect, oldState, 5); in test() local
166 std::expected<MoveThrowConvNoexcept, BothMayThrow> e1(std::unexpect, oldState, 5); in test() local
192 std::expected<MoveNoexceptConvThrow, BothMayThrow> e1(std::unexpect, oldState, 5); in test() local
220 std::expected<MoveNoexceptConvThrow, BothMayThrow> e1(std::unexpect, oldState, 5); in test() local
252 std::expected<BothMayThrow, TracedNoexcept> e1(std::unexpect, oldState, 5); in test() local
284 std::expected<BothMayThrow, TracedNoexcept> e1(std::unexpect, oldState, 5); in test() local
316 CheckForInvalidWrites<true> e1(std::unexpect); in test() local
321 CheckForInvalidWrites<false> e1(std::unexpect); in test() local
[all …]
H A Dassign.move.pass.cpp107 std::expected<Traced, int> e1(std::in_place, oldState, 5); in test() local
135 std::expected<TracedNoexcept, Traced> e1(std::in_place, oldState, 5); in test() local
165 std::expected<Traced, TracedNoexcept> e1(std::in_place, oldState, 5); in test() local
200 std::expected<Traced, TracedNoexcept> e1(std::unexpect, oldState, 5); in test() local
229 std::expected<TracedNoexcept, Traced> e1(std::unexpect, oldState, 5); in test() local
251 std::expected<int, Traced> e1(std::unexpect, oldState, 5); in test() local
265 CheckForInvalidWrites<true> e1(std::unexpect); in test() local
274 CheckForInvalidWrites<false> e1(std::unexpect); in test() local
291 std::expected<ThrowOnMoveConstruct, int> e1(std::unexpect, 5); in testException() local
304 std::expected<int, ThrowOnMoveConstruct> e1(5); in testException() local
H A Dassign.copy.pass.cpp86 std::expected<Traced, int> e1(std::in_place, oldState, 5); in test() local
114 std::expected<TracedNoexcept, Traced> e1(std::in_place, oldState, 5); in test() local
144 std::expected<Traced, TracedNoexcept> e1(std::in_place, oldState, 5); in test() local
180 std::expected<Traced, TracedNoexcept> e1(std::unexpect, oldState, 5); in test() local
210 std::expected<TracedNoexcept, Traced> e1(std::unexpect, oldState, 5); in test() local
233 std::expected<int, Traced> e1(std::unexpect, oldState, 5); in test() local
247 CheckForInvalidWrites<true> e1(std::unexpect); in test() local
256 CheckForInvalidWrites<false> e1(std::unexpect); in test() local
280 std::expected<ThrowOnCopyMoveMayThrow, int> e1(std::unexpect, 5); in testException() local
293 std::expected<int, ThrowOnCopyMoveMayThrow> e1(5); in testException() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java100 public static <E> ImmutableList<E> of(E e1) { in of()
109 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
118 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
127 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
136 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
145 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
154 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
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()
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()
182 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
[all …]
H A DImmutableSortedMultiset.java117 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1) { in of()
130 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
140 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
151 E e1, E e2, E e3, E e4) { in of()
162 E e1, E e2, E e3, E e4, E e5) { in of()
173 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
668 public static <E> ImmutableSortedMultiset<E> of(E e1) { in of()
683 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
698 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
713 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.copy.pass.cpp68 const std::expected<CopyableNonTrivial, int> e1(5); in test() local
76 const std::expected<int, CopyableNonTrivial> e1(std::unexpect, 5); in test() local
84 const std::expected<int, int> e1(5); in test() local
92 const std::expected<int, int> e1(std::unexpect, 5); in test() local
100 const std::expected<TailClobberer<0>, bool> e1; in test() local
107 const std::expected<bool, TailClobberer<1>> e1(std::unexpect); in test() local
124 const std::expected<Throwing, int> e1; in testException() local
134 const std::expected<int, Throwing> e1(std::unexpect); in testException() local
H A Dctor.move.pass.cpp81 std::expected<MovableNonTrivial, int> e1(5); in test() local
91 std::expected<int, MovableNonTrivial> e1(std::unexpect, 5); in test() local
101 std::expected<int, int> e1(5); in test() local
110 std::expected<int, int> e1(std::unexpect, 5); in test() local
119 std::expected<TailClobbererNonTrivialMove<0>, bool> e1; in test() local
127 std::expected<bool, TailClobbererNonTrivialMove<1>> e1(std::unexpect); in test() local
145 std::expected<Throwing, int> e1; in testException() local
155 std::expected<int, Throwing> e1(std::unexpect); in testException() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Debitmap.c18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_or()
59 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) in ebitmap_union()
72 int ebitmap_and(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_and()
113 int ebitmap_xor(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_xor()
162 int ebitmap_not(ebitmap_t *dst, const ebitmap_t *e1, unsigned int maxbit) in ebitmap_not()
209 int ebitmap_andnot(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2, unsigned int maxbit) in ebitmap_andnot()
224 unsigned int ebitmap_cardinality(const ebitmap_t *e1) in ebitmap_cardinality()
235 int ebitmap_hamming_distance(const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_hamming_distance()
250 int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_cmp()
299 int ebitmap_contains(const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_contains()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DSet.java469 static <E> Set<E> of(E e1) { in of()
486 static <E> Set<E> of(E e1, E e2) { in of()
504 static <E> Set<E> of(E e1, E e2, E e3) { in of()
523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of()
543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
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()
662 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
DList.java955 static <E> List<E> of(E e1) { in of()
972 static <E> List<E> of(E e1, E e2) { in of()
990 static <E> List<E> of(E e1, E e2, E e3) { in of()
1009 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of()
1029 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
1050 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
1073 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
1097 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
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()
1148 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DSet.annotated.java68 …et<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1) { throw new RuntimeException("Stub!"); } in of()
70 …of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw new RuntimeException("Stub!"); } in of()
72 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw new RuntimeException("Stub!… in of()
74 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4) { throw… in of()
76 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
78 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
80 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
82 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
84 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
86 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
H A DList.annotated.java92 …st<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1) { throw new RuntimeException("Stub!"); } in of()
94 …of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw new RuntimeException("Stub!"); } in of()
96 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw new RuntimeException("Stub… in of()
98 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4) { thro… in of()
100 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of()
102 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of()
104 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of()
106 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of()
108 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of()
110 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DSet.java469 static <E> Set<E> of(E e1) { in of()
486 static <E> Set<E> of(E e1, E e2) { in of()
504 static <E> Set<E> of(E e1, E e2, E e3) { in of()
523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of()
543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
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()
662 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DSet.java469 static <E> Set<E> of(E e1) { in of()
486 static <E> Set<E> of(E e1, E e2) { in of()
504 static <E> Set<E> of(E e1, E e2, E e3) { in of()
523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of()
543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
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()
662 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableList.java57 public static <E> ImmutableList<E> of(E e1) { in of()
61 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
65 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
69 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
73 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
77 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
81 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
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()
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()
97 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessor/
Dtuple.hpp17 #define BOOST_MPL_PP_TUPLE_11_ELEM_0(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e0 argument
18 #define BOOST_MPL_PP_TUPLE_11_ELEM_1(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e1 argument
19 #define BOOST_MPL_PP_TUPLE_11_ELEM_2(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e2 argument
20 #define BOOST_MPL_PP_TUPLE_11_ELEM_3(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e3 argument
21 #define BOOST_MPL_PP_TUPLE_11_ELEM_4(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e4 argument
22 #define BOOST_MPL_PP_TUPLE_11_ELEM_5(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e5 argument
23 #define BOOST_MPL_PP_TUPLE_11_ELEM_6(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e6 argument
24 #define BOOST_MPL_PP_TUPLE_11_ELEM_7(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e7 argument
25 #define BOOST_MPL_PP_TUPLE_11_ELEM_8(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e8 argument
26 #define BOOST_MPL_PP_TUPLE_11_ELEM_9(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e9 argument
[all …]
/aosp_15_r20/external/toybox/kconfig/
H A Dexpr.c33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
132 #define e1 (*ep1) macro
194 int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
351 struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
415 struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
511 #define e1 (*ep1) in expr_eliminate_dups1() macro
563 #define e1 (*ep1) in expr_eliminate_dups2() macro
855 #define e1 (*ep1) in expr_extract_eq() macro
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.void/assign/
H A Dassign.copy.pass.cpp53 std::expected<void, int> e1; in test() local
64 std::expected<void, Traced> e1; in test() local
78 std::expected<void, Traced> e1(std::unexpect, state, 5); in test() local
91 std::expected<void, Traced> e1(std::unexpect, state, 5); in test() local
105 CheckForInvalidWrites<true, true> e1; in test() local
114 CheckForInvalidWrites<false, true> e1; in test() local
129 std::expected<void, ThrowOnCopyConstruct> e1(std::in_place); in testException() local
H A Dassign.move.pass.cpp77 std::expected<void, int> e1; in test() local
90 std::expected<void, Traced> e1; in test() local
104 std::expected<void, Traced> e1(std::unexpect, state, 5); in test() local
117 std::expected<void, Traced> e1(std::unexpect, state, 5); in test() local
131 CheckForInvalidWrites<true, true> e1; in test() local
140 CheckForInvalidWrites<false, true> e1; in test() local
155 std::expected<void, ThrowOnMoveConstruct> e1(std::in_place); in testException() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/src/
Dlib.rs1088 let e1 = Flags::empty(); in test_two_empties_do_not_intersect() localVariable
1097 let e1 = Flags::empty(); in test_empty_does_not_intersect_with_full() localVariable
1104 let e1 = Flags::A; in test_disjoint_intersects() localVariable
1111 let e1 = Flags::A; in test_overlapping_intersects() localVariable
1118 let e1 = Flags::A; in test_contains() localVariable
1131 let mut e1 = Flags::A; in test_insert() localVariable
1143 let mut e1 = Flags::A | Flags::B; in test_remove() localVariable
1155 let e1 = Flags::A | Flags::C; in test_operators() localVariable
1174 let e1 = Flags::A | Flags::C | extra; in test_operators_unchecked() localVariable
1245 let e1 = Flags::A.union(Flags::C).union(extra); in test_set_ops_unchecked() localVariable
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DImmutableSortedMultiset.java140 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1) { in of()
153 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
163 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
174 E e1, E e2, E e3, E e4) { in of()
185 E e1, E e2, E e3, E e4, E e5) { in of()
196 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
815 public static <E> ImmutableSortedMultiset<E> of(E e1) { in of()
830 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
845 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
860 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DList.annotated.java105 public static <E> java.util.List<E> of(E e1) { throw new RuntimeException("Stub!"); } in of()
107 public static <E> java.util.List<E> of(E e1, E e2) { throw new RuntimeException("Stub!"); } in of()
109 public static <E> java.util.List<E> of(E e1, E e2, E e3) { throw new RuntimeException("Stub!"); } in of()
111 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4) { throw new RuntimeException("Stub!"… in of()
113 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5) { throw new RuntimeException("… in of()
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()
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()
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()
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()
123 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, E e10)… in of()

12345678910>>...73