/external/executorch/runtime/core/exec_aten/testing_util/ |
D | tensor_util.h | 225 #define EXPECT_TENSOR_EQ(t1, t2) \ argument 227 #define EXPECT_TENSOR_NE(t1, t2) \ argument 229 #define ASSERT_TENSOR_EQ(t1, t2) \ argument 231 #define ASSERT_TENSOR_NE(t1, t2) \ argument 234 #define EXPECT_TENSOR_CLOSE(t1, t2) \ argument 236 #define EXPECT_TENSOR_NOT_CLOSE(t1, t2) \ argument 238 #define ASSERT_TENSOR_CLOSE(t1, t2) \ argument 240 #define ASSERT_TENSOR_NOT_CLOSE(t1, t2) \ argument 243 #define EXPECT_TENSOR_CLOSE_WITH_TOL(t1, t2, rtol, atol) \ argument 246 #define EXPECT_TENSOR_NOT_CLOSE_WITH_TOL(t1, t2, rtol, atol) \ argument [all …]
|
/external/sdv/vsomeip/third_party/boost/chrono/test/time_point/ |
D | comparisons_pass.cpp | 33 T1 t1(Duration1(3)); in main() local 39 BOOST_CONSTEXPR T1 t1(Duration1(3)); in main() local 45 T1 t1(Duration1(3)); in main() local 51 BOOST_CONSTEXPR T1 t1(Duration1(3)); in main() local 57 T1 t1(Duration1(3)); in main() local 63 BOOST_CONSTEXPR T1 t1(Duration1(3)); in main() local 69 T1 t1(Duration1(3)); in main() local 75 BOOST_CONSTEXPR T1 t1(Duration1(3)); in main() local 81 T1 t1(Duration1(3)); in main() local 89 BOOST_CONSTEXPR T1 t1(Duration1(3)); in main() local [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 34 std::tuple<> t1; in main() local 47 std::tuple<int> t1(1); in main() local 58 constexpr std::tuple<> t1; in main() local 71 constexpr std::tuple<int> t1(1); in main() local 76 constexpr std::tuple<int> t1(1); in main() local 101 std::tuple<> t1; in main() local 107 std::tuple<> t1; in main() local 113 std::tuple<> t1; in main() local 119 std::tuple<int*> t1; in main() local 126 std::tuple<int*> t1; in main() local [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | implicit_deduction_guides.pass.cpp | 50 std::tuple t1(42); in test_primary_template() local 59 std::tuple t1(T{}); in test_primary_template() local 68 std::tuple t1(AT, A, 42); in test_primary_template() local 78 std::tuple t1(AT, A, T{}); in test_primary_template() local 89 std::tuple t1(t); in test_primary_template() local 94 std::tuple t1(Tup(nullptr, 42, 'a')); in test_primary_template() local 101 std::tuple t1(AT, A, t); in test_primary_template() local 106 std::tuple t1(AT, A, Tup(nullptr, 42, 'a')); in test_primary_template() local 126 std::tuple t1{}; in test_empty_specialization() local 130 std::tuple t1{AT, A}; in test_empty_specialization() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 41 std::tuple<> t1; in main() local 54 std::tuple<int> t1(1); in main() local 65 constexpr std::tuple<> t1; in main() local 78 constexpr std::tuple<int> t1(1); in main() local 83 constexpr std::tuple<int> t1(1); in main() local 108 std::tuple<> t1; in main() local 114 std::tuple<> t1; in main() local 120 std::tuple<> t1; in main() local 126 std::tuple<int*> t1; in main() local 133 std::tuple<int*> t1; in main() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 41 std::tuple<> t1; in main() local 54 std::tuple<int> t1(1); in main() local 65 constexpr std::tuple<> t1; in main() local 78 constexpr std::tuple<int> t1(1); in main() local 83 constexpr std::tuple<int> t1(1); in main() local 108 std::tuple<> t1; in main() local 114 std::tuple<> t1; in main() local 120 std::tuple<> t1; in main() local 126 std::tuple<int*> t1; in main() local 133 std::tuple<int*> t1; in main() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | deduct.pass.cpp | 46 std::tuple t1(42); in test_primary_template() local 53 std::tuple t1(p1); in test_primary_template() local 76 std::tuple t1(T{}); in test_primary_template() local 85 std::tuple t1(AT, A, 42); in test_primary_template() local 95 std::tuple t1(AT, A, T{}); in test_primary_template() local 104 std::tuple t1(AT, A, p1); in test_primary_template() local 127 std::tuple t1(t); in test_primary_template() local 132 std::tuple t1(Tup(nullptr, 42, 'a')); in test_primary_template() local 139 std::tuple t1(AT, A, t); in test_primary_template() local 144 std::tuple t1(AT, A, Tup(nullptr, 42, 'a')); in test_primary_template() local [all …]
|
D | alloc_convert_non_const_copy.pass.cpp | 58 std::tuple<MutableCopy> t1{1}; in test() local 67 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 77 std::tuple<MutableCopy> t1{1}; in test() local 86 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 107 std::tuple<TracedCopyMove> t1{}; in test() local 115 std::tuple<TracedCopyMove> t1{}; in test() local 123 std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 133 std::tuple<CvtFromTupleRef> t1{}; in test() local 141 std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
D | alloc_convert_const_move.pass.cpp | 58 const std::tuple<ConstMove> t1{1}; in test() local 67 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 77 const std::tuple<ConstMove> t1{1}; in test() local 86 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 108 const std::tuple<TracedCopyMove> t1{}; in test() local 116 const std::tuple<TracedCopyMove> t1{}; in test() local 124 const std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 134 const std::tuple<CvtFromTupleRef> t1{}; in test() local 142 const std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
D | convert_const_move.pass.cpp | 53 const std::tuple<ConstMove> t1{1}; in test() local 61 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 70 const std::tuple<ConstMove> t1{1}; in test() local 78 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 95 const std::tuple<TracedCopyMove> t1{}; in test() local 102 const std::tuple<TracedCopyMove> t1{}; in test() local 109 const std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 118 const std::tuple<CvtFromConstTupleRefRef> t1{}; in test() local 125 const std::tuple<ExplicitCtrFromConstTupleRefRef> t1{}; in test() local
|
D | convert_non_const_copy.pass.cpp | 51 std::tuple<MutableCopy> t1{1}; in test() local 59 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 68 std::tuple<MutableCopy> t1{1}; in test() local 76 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 94 std::tuple<TracedCopyMove> t1{}; in test() local 101 std::tuple<TracedCopyMove> t1{}; in test() local 108 std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 117 std::tuple<CvtFromTupleRef> t1{}; in test() local 124 std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | deduct.pass.cpp | 46 std::tuple t1(42); in test_primary_template() local 53 std::tuple t1(p1); in test_primary_template() local 76 std::tuple t1(T{}); in test_primary_template() local 85 std::tuple t1(AT, A, 42); in test_primary_template() local 95 std::tuple t1(AT, A, T{}); in test_primary_template() local 104 std::tuple t1(AT, A, p1); in test_primary_template() local 127 std::tuple t1(t); in test_primary_template() local 132 std::tuple t1(Tup(nullptr, 42, 'a')); in test_primary_template() local 139 std::tuple t1(AT, A, t); in test_primary_template() local 144 std::tuple t1(AT, A, Tup(nullptr, 42, 'a')); in test_primary_template() local [all …]
|
D | alloc_convert_non_const_copy.pass.cpp | 58 std::tuple<MutableCopy> t1{1}; in test() local 67 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 77 std::tuple<MutableCopy> t1{1}; in test() local 86 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 107 std::tuple<TracedCopyMove> t1{}; in test() local 115 std::tuple<TracedCopyMove> t1{}; in test() local 123 std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 133 std::tuple<CvtFromTupleRef> t1{}; in test() local 141 std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
D | convert_const_move.pass.cpp | 53 const std::tuple<ConstMove> t1{1}; in test() local 61 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 70 const std::tuple<ConstMove> t1{1}; in test() local 78 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 95 const std::tuple<TracedCopyMove> t1{}; in test() local 102 const std::tuple<TracedCopyMove> t1{}; in test() local 109 const std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 118 const std::tuple<CvtFromConstTupleRefRef> t1{}; in test() local 125 const std::tuple<ExplicitCtrFromConstTupleRefRef> t1{}; in test() local
|
D | convert_non_const_copy.pass.cpp | 51 std::tuple<MutableCopy> t1{1}; in test() local 59 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 68 std::tuple<MutableCopy> t1{1}; in test() local 76 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 94 std::tuple<TracedCopyMove> t1{}; in test() local 101 std::tuple<TracedCopyMove> t1{}; in test() local 108 std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 117 std::tuple<CvtFromTupleRef> t1{}; in test() local 124 std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
D | alloc_convert_const_move.pass.cpp | 58 const std::tuple<ConstMove> t1{1}; in test() local 67 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 77 const std::tuple<ConstMove> t1{1}; in test() local 86 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 108 const std::tuple<TracedCopyMove> t1{}; in test() local 116 const std::tuple<TracedCopyMove> t1{}; in test() local 124 const std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 134 const std::tuple<CvtFromTupleRef> t1{}; in test() local 142 const std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 43 const T1 t1; in main() local 53 const T1 t1(1); in main() local 63 const T1 t1(1); in main() local 73 const T1 t1(1); in main() local 83 const T1 t1(1, 2); in main() local 93 const T1 t1(1, 2); in main() local 103 const T1 t1(1, 2); in main() local 113 const T1 t1(1, 2); in main() local 123 const T1 t1(1, 2); in main() local 133 const T1 t1(1, 2, 3); in main() local [all …]
|
D | eq.pass.cpp | 31 const T1 t1; in main() local 39 const T1 t1(1); in main() local 47 const T1 t1(1); in main() local 55 const T1 t1(1, 2); in main() local 63 const T1 t1(1, 2); in main() local 71 const T1 t1(1, 2); in main() local 79 const T1 t1(1, 2); in main() local 87 const T1 t1(1, 2, 3); in main() local 95 const T1 t1(1, 2, 3); in main() local 103 const T1 t1(1, 2, 3); in main() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 42 const T1 t1; in main() local 52 const T1 t1(1); in main() local 62 const T1 t1(1); in main() local 72 const T1 t1(1); in main() local 82 const T1 t1(1, 2); in main() local 92 const T1 t1(1, 2); in main() local 102 const T1 t1(1, 2); in main() local 112 const T1 t1(1, 2); in main() local 122 const T1 t1(1, 2); in main() local 132 const T1 t1(1, 2, 3); in main() local [all …]
|
D | eq.pass.cpp | 30 const T1 t1; in main() local 38 const T1 t1(1); in main() local 46 const T1 t1(1); in main() local 54 const T1 t1(1, 2); in main() local 62 const T1 t1(1, 2); in main() local 70 const T1 t1(1, 2); in main() local 78 const T1 t1(1, 2); in main() local 86 const T1 t1(1, 2, 3); in main() local 94 const T1 t1(1, 2, 3); in main() local 102 const T1 t1(1, 2, 3); in main() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 42 const T1 t1; in main() local 52 const T1 t1(1); in main() local 62 const T1 t1(1); in main() local 72 const T1 t1(1); in main() local 82 const T1 t1(1, 2); in main() local 92 const T1 t1(1, 2); in main() local 102 const T1 t1(1, 2); in main() local 112 const T1 t1(1, 2); in main() local 122 const T1 t1(1, 2); in main() local 132 const T1 t1(1, 2, 3); in main() local [all …]
|
D | eq.pass.cpp | 30 const T1 t1; in main() local 38 const T1 t1(1); in main() local 46 const T1 t1(1); in main() local 54 const T1 t1(1, 2); in main() local 62 const T1 t1(1, 2); in main() local 70 const T1 t1(1, 2); in main() local 78 const T1 t1(1, 2); in main() local 86 const T1 t1(1, 2, 3); in main() local 94 const T1 t1(1, 2, 3); in main() local 102 const T1 t1(1, 2, 3); in main() local [all …]
|
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/ |
D | op_less.pass.cpp | 44 T1 t1(Duration1(3)); in main() local 52 T1 t1(Duration1(3)); in main() local 60 T1 t1(Duration1(3)); in main() local 68 T1 t1(Duration1(3)); in main() local 78 constexpr T1 t1(Duration1(3)); in main() local 86 constexpr T1 t1(Duration1(3)); in main() local 94 constexpr T1 t1(Duration1(3)); in main() local 102 constexpr T1 t1(Duration1(3)); in main() local
|
D | op_equal.pass.cpp | 36 T1 t1(Duration1(3)); in main() local 42 T1 t1(Duration1(3)); in main() local 48 T1 t1(Duration1(3)); in main() local 54 T1 t1(Duration1(3)); in main() local 62 constexpr T1 t1(Duration1(3)); in main() local 68 constexpr T1 t1(Duration1(3)); in main() local 74 constexpr T1 t1(Duration1(3)); in main() local 80 constexpr T1 t1(Duration1(3)); in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/time/time.point/time.point.comparisons/ |
D | op_less.pass.cpp | 43 T1 t1(Duration1(3)); in main() local 51 T1 t1(Duration1(3)); in main() local 59 T1 t1(Duration1(3)); in main() local 67 T1 t1(Duration1(3)); in main() local 77 constexpr T1 t1(Duration1(3)); in main() local 85 constexpr T1 t1(Duration1(3)); in main() local 93 constexpr T1 t1(Duration1(3)); in main() local 101 constexpr T1 t1(Duration1(3)); in main() local
|