Home
last modified time | relevance | path

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

12345678910>>...77

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Doperation.hpp32 const vector_expression<E2> &e2, in axpy_prod()
52 const vector_expression<E2> &e2, in axpy_prod()
70 const vector_expression<E2> &e2, in axpy_prod()
93 const vector_expression<E2> &e2) { in axpy_prod()
104 const vector_expression<E2> &e2, in axpy_prod()
129 const vector_expression<E2> &e2, in axpy_prod()
158 const vector_expression<E2> &e2, in axpy_prod()
187 const vector_expression<E2> &e2, in axpy_prod()
205 const vector_expression<E2> &e2, in axpy_prod()
241 const vector_expression<E2> &e2, 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/system/libbase/
H A Dexpected_test.cpp60 exp_complex e2; in TEST() local
70 exp_int e2 = e; in TEST() local
85 exp_int e2 = std::move(e); in TEST() local
108 exp_int e2 = e; in TEST() local
118 exp_int e2 = std::move(e); in TEST() local
128 exp_double e2 = 5.5; in TEST() local
155 exp_string e2 = "hello"; // char* to std::string in TEST() local
168 exp_double e2 = unexp2; in TEST() local
188 exp_double e2 = unexpected(10.5); in TEST() local
207 exp_string e2({'a', 'b', 'c'}); in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/assign/
H A Dassign.move.pass.cpp108 std::expected<Traced, int> e2(std::in_place, newState, 10); in test() local
136 std::expected<TracedNoexcept, Traced> e2(std::unexpect, newState, 10); in test() local
166 std::expected<Traced, TracedNoexcept> e2(std::unexpect, newState, 10); in test() local
201 std::expected<Traced, TracedNoexcept> e2(std::in_place, newState, 10); in test() local
230 std::expected<TracedNoexcept, Traced> e2(std::in_place, newState, 10); in test() local
252 std::expected<int, Traced> e2(std::unexpect, newState, 10); in test() local
266 CheckForInvalidWrites<true> e2; in test() local
275 CheckForInvalidWrites<false> e2; in test() local
292 std::expected<ThrowOnMoveConstruct, int> e2(std::in_place); in testException() local
305 std::expected<int, ThrowOnMoveConstruct> e2(std::unexpect); in testException() local
H A Dassign.copy.pass.cpp87 const std::expected<Traced, int> e2(std::in_place, newState, 10); in test() local
115 const std::expected<TracedNoexcept, Traced> e2(std::unexpect, newState, 10); in test() local
145 const std::expected<Traced, TracedNoexcept> e2(std::unexpect, newState, 10); in test() local
181 const std::expected<Traced, TracedNoexcept> e2(std::in_place, newState, 10); in test() local
211 const std::expected<TracedNoexcept, Traced> e2(std::in_place, newState, 10); in test() local
234 const std::expected<int, Traced> e2(std::unexpect, newState, 10); in test() local
248 CheckForInvalidWrites<true> e2; in test() local
257 CheckForInvalidWrites<false> e2; in test() local
281 const std::expected<ThrowOnCopyMoveMayThrow, int> e2(std::in_place); in testException() local
294 const std::expected<int, ThrowOnCopyMoveMayThrow> e2(std::unexpect); in testException() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/enrollment/
DEnrollmentDaoTest.java293 EnrollmentData e2 = spyEnrollmentDao.getEnrollmentData("E2"); in testInitialization() local
323 EnrollmentData e2 = mEnrollmentDao.getEnrollmentData("1"); in testDelete() local
482 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndOriginData_isMatch() local
525 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndAnyPort_isMatch() local
562 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSameSiteUri_isMatch() local
594 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSameETLD_isMatch() local
626 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSamePath_isMatch() local
655 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndIncompletePath_isMatch() local
691 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndExtraPath_isMatch() local
729 EnrollmentData e2 = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndDifferentUri_isMatch() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.copy.pass.cpp69 auto e2 = e1; in test() local
77 auto e2 = e1; in test() local
85 auto e2 = e1; in test() local
93 auto e2 = e1; in test() local
101 auto e2 = e1; in test() local
108 auto e2 = e1; in test() local
126 [[maybe_unused]] auto e2 = e1; in testException() local
136 [[maybe_unused]] auto e2 = e1; in testException() local
H A Dctor.move.pass.cpp82 auto e2 = std::move(e1); in test() local
92 auto e2 = std::move(e1); in test() local
102 auto e2 = std::move(e1); in test() local
111 auto e2 = std::move(e1); in test() local
120 auto e2 = std::move(e1); in test() local
128 auto e2 = std::move(e1); in test() local
147 [[maybe_unused]] auto e2 = std::move(e1); in testException() local
157 [[maybe_unused]] auto e2 = std::move(e1); in testException() local
/aosp_15_r20/external/pdfium/xfa/fxfa/formcalc/
H A Dcxfa_fmparser.cpp294 CXFA_FMSimpleExpression* e2 = ParseLogicalAndExpression(); in ParseLogicalOrExpression() local
327 CXFA_FMSimpleExpression* e2 = ParseEqualityExpression(); in ParseLogicalAndExpression() local
360 CXFA_FMSimpleExpression* e2 = ParseRelationalExpression(); in ParseEqualityExpression() local
371 CXFA_FMSimpleExpression* e2 = ParseRelationalExpression(); in ParseEqualityExpression() local
404 CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression(); in ParseRelationalExpression() local
415 CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression(); in ParseRelationalExpression() local
426 CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression(); in ParseRelationalExpression() local
437 CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression(); in ParseRelationalExpression() local
469 CXFA_FMSimpleExpression* e2 = ParseMultiplicativeExpression(); in ParseAdditiveExpression() local
479 CXFA_FMSimpleExpression* e2 = ParseMultiplicativeExpression(); in ParseAdditiveExpression() local
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java109 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()
192 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
[all …]
H A DImmutableSortedMultiset.java130 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()
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()
729 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
746 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
/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()
133 #define e2 (*ep2) 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()
512 #define e2 (*ep2) in expr_eliminate_dups1() macro
564 #define e2 (*ep2) in expr_eliminate_dups2() macro
856 #define e2 (*ep2) 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.cpp54 std::expected<void, int> e2; in test() local
65 std::expected<void, Traced> e2(std::unexpect, state, 5); in test() local
79 std::expected<void, Traced> e2; in test() local
92 std::expected<void, Traced> e2(std::unexpect, state, 10); in test() local
106 CheckForInvalidWrites<true, true> e2(std::unexpect); in test() local
115 CheckForInvalidWrites<false, true> e2(std::unexpect); in test() local
130 std::expected<void, ThrowOnCopyConstruct> e2(std::unexpect); in testException() local
H A Dassign.move.pass.cpp78 std::expected<void, int> e2; in test() local
91 std::expected<void, Traced> e2(std::unexpect, state, 5); in test() local
105 std::expected<void, Traced> e2; in test() local
118 std::expected<void, Traced> e2(std::unexpect, state, 10); in test() local
132 CheckForInvalidWrites<true, true> e2(std::unexpect); in test() local
141 CheckForInvalidWrites<false, true> e2(std::unexpect); in test() local
156 std::expected<void, ThrowOnMoveConstruct> e2(std::unexpect); in testException() local
/aosp_15_r20/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp490 camera_metadata_entry e1, e2; in TEST() local
546 camera_metadata_entry e1, e2; in TEST() local
624 camera_metadata_entry e1, e2; in TEST() local
654 camera_metadata_entry e1, e2; in TEST() local
734 camera_metadata_entry e1, e2; in TEST() local
763 camera_metadata_entry e1, e2; in TEST() local
1175 camera_metadata_entry e2; in TEST() local
1221 camera_metadata_entry e2; in TEST() local
1275 camera_metadata_entry e2; in TEST() local
1314 camera_metadata_entry e2; in TEST() local
[all …]
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableList.java61 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()
103 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DSet.java486 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.java972 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.java70 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw… in of()
72 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
74 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
76 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
78 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
80 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
82 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
84 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
86 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
H A DList.annotated.java94 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw… in of()
96 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
98 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
100 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
102 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
104 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
106 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
108 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
110 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DSet.java486 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.java486 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/annotations/flagged_api/java/util/
H A DList.annotated.java107 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()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DList.java972 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()

12345678910>>...77