Home
last modified time | relevance | path

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

12345678910>>...34

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Daligned_storage.pass.cpp39 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef
52 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef
65 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef
78 typedef std::aligned_storage<10, 8 >::type T1; in main() typedef
91 typedef std::aligned_storage<10, 16 >::type T1; in main() typedef
104 typedef std::aligned_storage<10, 32 >::type T1; in main() typedef
117 typedef std::aligned_storage<20, 32 >::type T1; in main() typedef
130 typedef std::aligned_storage<40, 32 >::type T1; in main() typedef
143 typedef std::aligned_storage<12, 16 >::type T1; in main() typedef
156 typedef std::aligned_storage<1>::type T1; in main() typedef
[all …]
H A Daligned_union.pass.cpp25 typedef std::aligned_union<10, char >::type T1; in main() typedef
35 typedef std::aligned_union<10, short >::type T1; in main() typedef
45 typedef std::aligned_union<10, int >::type T1; in main() typedef
55 typedef std::aligned_union<10, double >::type T1; in main() typedef
65 typedef std::aligned_union<10, short, char >::type T1; in main() typedef
75 typedef std::aligned_union<10, char, short >::type T1; in main() typedef
85 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef
95 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef
105 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
H A Dcommon_type.pass.cpp148 typedef const S<int> T1; in test_bullet_three_one() typedef
154 typedef const ::S<long> T1; in test_bullet_three_one() typedef
162 typedef const void T1; in test_bullet_three_one() typedef
168 typedef int const T1[]; in test_bullet_three_one() typedef
189 typedef int const* T1; in test_bullet_three_three() typedef
197 typedef int T1; in test_bullet_three_three() typedef
203 typedef int T1; in test_bullet_three_three() typedef
211 typedef void T1; in test_bullet_three_three() typedef
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Daligned_storage.pass.cpp24 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef
37 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef
50 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef
63 typedef std::aligned_storage<10, 8 >::type T1; in main() typedef
76 typedef std::aligned_storage<10, 16 >::type T1; in main() typedef
89 typedef std::aligned_storage<10, 32 >::type T1; in main() typedef
102 typedef std::aligned_storage<20, 32 >::type T1; in main() typedef
115 typedef std::aligned_storage<40, 32 >::type T1; in main() typedef
128 typedef std::aligned_storage<12, 16 >::type T1; in main() typedef
141 typedef std::aligned_storage<1>::type T1; in main() typedef
[all …]
H A Daligned_union.pass.cpp26 typedef std::aligned_union<10, char >::type T1; in main() typedef
36 typedef std::aligned_union<10, short >::type T1; in main() typedef
46 typedef std::aligned_union<10, int >::type T1; in main() typedef
56 typedef std::aligned_union<10, double >::type T1; in main() typedef
66 typedef std::aligned_union<10, short, char >::type T1; in main() typedef
76 typedef std::aligned_union<10, char, short >::type T1; in main() typedef
86 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef
96 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef
106 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
H A Dcommon_type.pass.cpp124 using T1 = S<int> const; in test_bullet_three_one() typedef
130 using T1 = ::S<long> const; in test_bullet_three_one() typedef
138 using T1 = const void; in test_bullet_three_one() typedef
144 using T1 = int const[]; in test_bullet_three_one() typedef
162 using T1 = int const*; in test_bullet_three_two() typedef
170 using T1 = int; in test_bullet_three_two() typedef
176 using T1 = int; in test_bullet_three_two() typedef
184 using T1 = void; in test_bullet_three_two() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.rel/
H A Dthree_way.pass.cpp48 typedef std::tuple<long> T1; in test() typedef
56 typedef std::tuple<long, unsigned int> T1; in test() typedef
66 typedef std::tuple<long, int, unsigned short> T1; in test() typedef
79 typedef std::tuple<long> T1; in test() typedef
87 typedef std::tuple<long, float> T1; in test() typedef
97 typedef std::tuple<short, float, double> T1; in test() typedef
109 typedef std::tuple<float> T1; in test() typedef
116 typedef std::tuple<double, double> T1; in test() typedef
123 typedef std::tuple<double, float, float> T1; in test() typedef
132 typedef std::tuple<long, int, unsigned int> T1; in test() typedef
[all …]
H A Dlt.pass.cpp40 typedef std::tuple<> T1; in main() typedef
50 typedef std::tuple<long> T1; in main() typedef
60 typedef std::tuple<long> T1; in main() typedef
70 typedef std::tuple<long> T1; in main() typedef
80 typedef std::tuple<long, int> T1; in main() typedef
90 typedef std::tuple<long, int> T1; in main() typedef
100 typedef std::tuple<long, int> T1; in main() typedef
110 typedef std::tuple<long, int> T1; in main() typedef
120 typedef std::tuple<long, int> T1; in main() typedef
130 typedef std::tuple<long, int, double> T1; in main() typedef
[all …]
H A Deq.pass.cpp28 typedef std::tuple<> T1; in main() typedef
36 typedef std::tuple<int> T1; in main() typedef
44 typedef std::tuple<int> T1; in main() typedef
52 typedef std::tuple<int, double> T1; in main() typedef
60 typedef std::tuple<int, double> T1; in main() typedef
68 typedef std::tuple<int, double> T1; in main() typedef
76 typedef std::tuple<int, double> T1; in main() typedef
84 typedef std::tuple<long, int, double> T1; in main() typedef
92 typedef std::tuple<long, int, double> T1; in main() typedef
100 typedef std::tuple<long, int, double> T1; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
H A Dlt.pass.cpp41 typedef std::tuple<> T1; in main() typedef
51 typedef std::tuple<long> T1; in main() typedef
61 typedef std::tuple<long> T1; in main() typedef
71 typedef std::tuple<long> T1; in main() typedef
81 typedef std::tuple<long, int> T1; in main() typedef
91 typedef std::tuple<long, int> T1; in main() typedef
101 typedef std::tuple<long, int> T1; in main() typedef
111 typedef std::tuple<long, int> T1; in main() typedef
121 typedef std::tuple<long, int> T1; in main() typedef
131 typedef std::tuple<long, int, double> T1; in main() typedef
[all …]
H A Deq.pass.cpp29 typedef std::tuple<> T1; in main() typedef
37 typedef std::tuple<int> T1; in main() typedef
45 typedef std::tuple<int> T1; in main() typedef
53 typedef std::tuple<int, double> T1; in main() typedef
61 typedef std::tuple<int, double> T1; in main() typedef
69 typedef std::tuple<int, double> T1; in main() typedef
77 typedef std::tuple<int, double> T1; in main() typedef
85 typedef std::tuple<long, int, double> T1; in main() typedef
93 typedef std::tuple<long, int, double> T1; in main() typedef
101 typedef std::tuple<long, int, double> T1; in main() typedef
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/detail/cpp03/preprocessed/
Dbind_member_function_10.hpp155 RT(ClassT::*f)(T0 , T1) in bind() argument
232 RT(ClassT::*f)(T0 , T1) in bind() argument
278 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
317 RT(ClassT::*f)(T0 , T1 , T2) const in bind() argument
355 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
401 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
440 RT(ClassT::*f)(T0 , T1 , T2 , T3) const in bind() argument
478 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
524 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
563 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) const in bind() argument
[all …]
Dbind_member_function_20.hpp155 RT(ClassT::*f)(T0 , T1) in bind() argument
232 RT(ClassT::*f)(T0 , T1) in bind() argument
278 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
317 RT(ClassT::*f)(T0 , T1 , T2) const in bind() argument
355 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
401 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
440 RT(ClassT::*f)(T0 , T1 , T2 , T3) const in bind() argument
478 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
524 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
563 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) const in bind() argument
[all …]
Dbind_function_20.hpp29 RT(*f)(T0 , T1) in bind() argument
69 RT(*f)(T0 , T1 , T2) in bind() argument
109 RT(*f)(T0 , T1 , T2 , T3) in bind() argument
149 RT(*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
189 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5) in bind() argument
229 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6) in bind() argument
269 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7) in bind() argument
309 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8) in bind() argument
349 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9) in bind() argument
389 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10) in bind() argument
[all …]
Dbind_function_10.hpp29 RT(*f)(T0 , T1) in bind() argument
69 RT(*f)(T0 , T1 , T2) in bind() argument
109 RT(*f)(T0 , T1 , T2 , T3) in bind() argument
149 RT(*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
189 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5) in bind() argument
229 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6) in bind() argument
269 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7) in bind() argument
309 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8) in bind() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dgroup.hpp91 const group2<T1,T2>& x) in operator <<()
114 const group3<T1,T2,T3>& x) in operator <<()
138 const group4<T1,T2,T3,T4>& x) in operator <<()
161 const group5<T1,T2,T3,T4,T5>& x) in operator <<()
185 const group6<T1,T2,T3,T4,T5,T6>& x) in operator <<()
210 const group7<T1,T2,T3,T4,T5,T6,T7>& x) in operator <<()
236 const group8<T1,T2,T3,T4,T5,T6,T7,T8>& x) in operator <<()
263 const group9<T1,T2,T3,T4,T5,T6,T7,T8,T9>& x) in operator <<()
291 const group10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>& x) in operator <<()
303 group_head( group2<T1,T2> const& x) in group_head()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dconvert_move.pass.cpp97 typedef std::tuple<long long> T1; in test() typedef
105 typedef std::tuple<long long, int> T1; in test() typedef
137 typedef std::tuple<long long, int, B> T1; in main() typedef
149 typedef std::tuple<long long, int, B&> T1; in main() typedef
159 typedef std::tuple<long long, int, std::unique_ptr<B>> T1; in main() typedef
176 typedef std::tuple<NothrowMoveAssignable, int> T1; in main() typedef
181 typedef std::tuple<PotentiallyThrowingMoveAssignable, int> T1; in main() typedef
189 using T1 = std::tuple<MoveAssignable&, long>; in main() typedef
196 using T1 = std::tuple<CopyAssignable&, long>; in main() typedef
204 using T1 = std::tuple<MoveAssignable&&, long>; in main() typedef
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dpair.hpp514 inline bool operator==(const pair<T1,T2>& x, const pair<T1,T2>& y) in operator ==()
518 inline bool operator< (const pair<T1,T2>& x, const pair<T1,T2>& y) in operator <()
523 inline bool operator!=(const pair<T1,T2>& x, const pair<T1,T2>& y) in operator !=()
527 inline bool operator> (const pair<T1,T2>& x, const pair<T1,T2>& y) in operator >()
531 inline bool operator>=(const pair<T1,T2>& x, const pair<T1,T2>& y) in operator >=()
535 inline bool operator<=(const pair<T1,T2>& x, const pair<T1,T2>& y) in operator <=()
543 inline void swap(pair<T1, T2>& x, pair<T1, T2>& y) in swap()
/aosp_15_r20/external/clang/INPUTS/
H A Dc99-intconst-1.c29 #define type_comb2(T1, T2) __typeof__(0 ? (T1)0 : (T2)0) argument
30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument
31 #define type_comb4(T1, T2, T3, T4) \ argument
33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument
41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
67 #define first_of2(T1, E1, T2, E2) \ argument
69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument
[all …]
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/
H A DAutofuzz.java120 public static <T1, R> R autofuzz(FuzzedDataProvider data, Function1<T1, R> func) { in autofuzz()
150 public static <T1, T2, R> R autofuzz(FuzzedDataProvider data, Function2<T1, T2, R> func) { in autofuzz()
180 public static <T1, T2, T3, R> R autofuzz(FuzzedDataProvider data, Function3<T1, T2, T3, R> func) { in autofuzz()
211 FuzzedDataProvider data, Function4<T1, T2, T3, T4, R> func) { in autofuzz()
242 FuzzedDataProvider data, Function5<T1, T2, T3, T4, T5, R> func) { in autofuzz()
294 public static <T1, T2> void autofuzz(FuzzedDataProvider data, Consumer2<T1, T2> func) { in autofuzz()
319 public static <T1, T2, T3> void autofuzz(FuzzedDataProvider data, Consumer3<T1, T2, T3> func) { in autofuzz()
345 FuzzedDataProvider data, Consumer4<T1, T2, T3, T4> func) { in autofuzz()
371 FuzzedDataProvider data, Consumer5<T1, T2, T3, T4, T5> func) { in autofuzz()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
Dalign_test.go13 type T1 struct { struct
14 x float32
15 a, b, c, d int16 // memequal64
27 func cmpT1(p, q *T1) {
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconvert_copy.pass.cpp72 typedef std::tuple<long long> T1; in main() typedef
80 typedef std::tuple<A> T1; in main() typedef
87 typedef std::tuple<C> T1; in main() typedef
95 typedef std::tuple<long long, int> T1; in main() typedef
103 typedef std::tuple<long long, int, B> T1; in main() typedef
113 typedef std::tuple<long long, int, B&> T1; in main() typedef
123 typedef std::tuple<long long, int, B> T1; in main() typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dmarshal_test.go398 type T1 struct{} struct
402 T1 T1 member
408 T1 T1 member
414 T1 T1 member
420 T1 T1 member
426 T1 T1 member
432 T1 T1 member
438 T1 T1 member
444 T1 T1 member
450 T1 T1 member
[all …]
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo()
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo()
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo()
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo()
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo()
557 void PrintTo( in PrintTo()
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconvert_copy.pass.cpp80 typedef std::tuple<long long> T1; in main() typedef
88 typedef std::tuple<A> T1; in main() typedef
95 typedef std::tuple<C> T1; in main() typedef
103 typedef std::tuple<long long, int> T1; in main() typedef
111 typedef std::tuple<long long, int, B> T1; in main() typedef
121 typedef std::tuple<long long, int, B&> T1; in main() typedef
131 typedef std::tuple<long long, int, B> T1; in main() typedef

12345678910>>...34