/aosp_15_r20/external/executorch/runtime/core/exec_aten/testing_util/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
H A D | tuple_cat.pass.cpp | 42 std::tuple<> t2 = std::tuple_cat(t1); in main() local 66 constexpr std::tuple<> t2 = std::tuple_cat(t1); in main() local 109 std::tuple<> t2; in main() local 115 std::tuple<int> t2(2); in main() local 121 std::tuple<int> t2(2); in main() local 127 std::tuple<int> t2(2); in main() local 134 std::tuple<int> t2(2); in main() local 141 std::tuple<int, double> t2(2, 3.5); in main() local 149 std::tuple<int, double> t2(2, 3.5); in main() local 157 std::tuple<int, double> t2(2, 3.5); in main() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/time_point/ |
D | comparisons_pass.cpp | 34 T1 t2(Duration1(3)); in main() local 40 BOOST_CONSTEXPR T1 t2(Duration1(3)); in main() local 46 T1 t2(Duration1(4)); in main() local 52 BOOST_CONSTEXPR T1 t2(Duration1(4)); in main() local 58 T2 t2(Duration2(3000)); in main() local 64 BOOST_CONSTEXPR T2 t2(Duration2(3000)); in main() local 70 T2 t2(Duration2(3001)); in main() local 76 BOOST_CONSTEXPR T2 t2(Duration2(3001)); in main() local 82 T1 t2(Duration1(3)); in main() local 90 BOOST_CONSTEXPR T1 t2(Duration1(3)); in main() local [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
H A D | tuple_cat.pass.cpp | 35 std::tuple<> t2 = std::tuple_cat(t1); in main() local 59 constexpr std::tuple<> t2 = std::tuple_cat(t1); in main() local 102 std::tuple<> t2; in main() local 108 std::tuple<int> t2(2); in main() local 114 std::tuple<int> t2(2); in main() local 120 std::tuple<int> t2(2); in main() local 127 std::tuple<int> t2(2); in main() local 134 std::tuple<int, double> t2(2, 3.5); in main() local 142 std::tuple<int, double> t2(2, 3.5); in main() local 150 std::tuple<int, double> t2(2, 3.5); in main() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
H A D | lt.pass.cpp | 43 const T2 t2; in main() local 53 const T2 t2(1); in main() local 63 const T2 t2(0.9); in main() local 73 const T2 t2(1.1); in main() local 83 const T2 t2(1, 2); in main() local 93 const T2 t2(0.9, 2); in main() local 103 const T2 t2(1.1, 2); in main() local 113 const T2 t2(1, 1); in main() local 123 const T2 t2(1, 3); in main() local 133 const T2 t2(1, 2, 3); in main() local [all …]
|
H A D | eq.pass.cpp | 31 const T2 t2; in main() local 39 const T2 t2(1.1); in main() local 47 const T2 t2(1); in main() local 55 const T2 t2(1, 2); in main() local 63 const T2 t2(1, 3); in main() local 71 const T2 t2(1.1, 2); in main() local 79 const T2 t2(1.1, 3); in main() local 87 const T2 t2(1, 2, 3); in main() local 95 const T2 t2(1.1, 2, 3); in main() local 103 const T2 t2(1, 3, 3); in main() local [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
H A D | lt.pass.cpp | 44 const T2 t2; in main() local 54 const T2 t2(1); in main() local 64 const T2 t2(0.9); in main() local 74 const T2 t2(1.1); in main() local 84 const T2 t2(1, 2); in main() local 94 const T2 t2(0.9, 2); in main() local 104 const T2 t2(1.1, 2); in main() local 114 const T2 t2(1, 1); in main() local 124 const T2 t2(1, 3); in main() local 134 const T2 t2(1, 2, 3); in main() local [all …]
|
H A D | eq.pass.cpp | 32 const T2 t2; in main() local 40 const T2 t2(1.1); in main() local 48 const T2 t2(1); in main() local 56 const T2 t2(1, 2); in main() local 64 const T2 t2(1, 3); in main() local 72 const T2 t2(1.1, 2); in main() local 80 const T2 t2(1.1, 3); in main() local 88 const T2 t2(1, 2, 3); in main() local 96 const T2 t2(1.1, 2, 3); in main() local 104 const T2 t2(1, 3, 3); in main() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | full_type_inference_util_test.cc | 60 FullTypeDef t2; in TEST() local 76 FullTypeDef t2; in TEST() local 138 FullTypeDef t2; in TEST() local 161 FullTypeDef t2; in TEST() local 171 FullTypeDef t2; in TEST() local 183 FullTypeDef t2; in TEST() local 194 FullTypeDef t2; in TEST() local 213 FullTypeDef t2; in TEST() local 234 FullTypeDef t2; in TEST() local 247 FullTypeDef t2; in TEST() local [all …]
|
H A D | tensor_test.cc | 136 Tensor t2(t.dtype()); in TestCopies() local 142 Tensor t2(t.dtype()); in TestCopies() local 148 Tensor t2(t.dtype(), t.shape()); in TestCopies() local 156 Tensor t2(t.dtype()); in TestCopies() local 164 Tensor t2(t.dtype()); in TestCopies() local 176 Tensor t2 = test::AsTensor(values, t.shape()); in TestCopies() local 181 Tensor t2 = t; in TestCopies() local 189 Tensor t2 = t; in TestCopies() local 198 Tensor t2 = t; in TestCopies() local 258 Tensor t2(t.dtype()); in TEST() local [all …]
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_mop.cc | 26 ScopedThread t1, t2; in TEST() local 33 ScopedThread t1, t2; in TEST() local 40 ScopedThread t1, t2; in TEST() local 47 ScopedThread t1, t2; in TEST() local 54 ScopedThread t1, t2; in TEST() local 62 ScopedThread t1, t2; in TEST() local 74 ScopedThread t1, t2; in TEST() local 93 ScopedThread t1, t2; in TEST() local 108 ScopedThread t1, t2; in TEST() local 142 ScopedThread t1, t2; in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | alloc_convert_non_const_copy.pass.cpp | 59 std::tuple<ConvertibleFrom<MutableCopy>> t2 = {std::allocator_arg, test_allocator<int>{}, t1}; in test() local 68 …std::tuple<ConvertibleFrom<MutableCopy>, int> t2 = {std::allocator_arg_t{}, test_allocator<int>{},… in test() local 78 …std::tuple<ExplicitConstructibleFrom<MutableCopy>> t2{std::allocator_arg_t{}, test_allocator<int>{… in test() local 87 …std::tuple<ExplicitConstructibleFrom<MutableCopy>, int> t2{std::allocator_arg_t{}, test_allocator<… in test() local 108 … std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 116 std::tuple<TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 124 … std::tuple<TracedCopyMove, TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 134 …std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 142 …std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int… in test() local
|
H A D | convert_const_move.pass.cpp | 54 std::tuple<ConvertibleFrom<ConstMove>> t2 = std::move(t1); in test() local 62 std::tuple<ConvertibleFrom<ConstMove>, int> t2 = std::move(t1); in test() local 71 std::tuple<ExplicitConstructibleFrom<ConstMove>> t2{std::move(t1)}; in test() local 79 std::tuple<ExplicitConstructibleFrom<ConstMove>, int> t2{std::move(t1)}; in test() local 96 std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::move(t1)}; in test() local 103 std::tuple<TracedCopyMove> t2{t1}; in test() local 110 std::tuple<TracedCopyMove, TracedCopyMove> t2{std::move(t1)}; in test() local 119 std::tuple<ConvertibleFrom<CvtFromConstTupleRefRef>> t2{std::move(t1)}; in test() local 126 std::tuple<ConvertibleFrom<ExplicitCtrFromConstTupleRefRef>> t2{std::move(t1)}; in test() local
|
H A D | alloc_convert_const_move.pass.cpp | 59 …std::tuple<ConvertibleFrom<ConstMove>> t2 = {std::allocator_arg, test_allocator<int>{}, std::move(… in test() local 68 …std::tuple<ConvertibleFrom<ConstMove>, int> t2 = {std::allocator_arg_t{}, test_allocator<int>{}, s… in test() local 78 …std::tuple<ExplicitConstructibleFrom<ConstMove>> t2{std::allocator_arg_t{}, test_allocator<int>{},… in test() local 87 …std::tuple<ExplicitConstructibleFrom<ConstMove>, int> t2{std::allocator_arg_t{}, test_allocator<in… in test() local 109 …std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::allocator_arg_t{}, test_allocator<int>{}, std:… in test() local 117 std::tuple<TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, std::move(t1)}; in test() local 125 …std::tuple<TracedCopyMove, TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, std::… in test() local 135 …std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int>{}, std… in test() local 143 …std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int… in test() local
|
H A D | convert_non_const_copy.pass.cpp | 52 std::tuple<ConvertibleFrom<MutableCopy>> t2 = t1; in test() local 60 std::tuple<ConvertibleFrom<MutableCopy>, int> t2 = t1; in test() local 69 std::tuple<ExplicitConstructibleFrom<MutableCopy>> t2{t1}; in test() local 77 std::tuple<ExplicitConstructibleFrom<MutableCopy>, int> t2{t1}; in test() local 95 std::tuple<ConvertibleFrom<TracedCopyMove>> t2{t1}; in test() local 102 std::tuple<TracedCopyMove> t2{t1}; in test() local 109 std::tuple<TracedCopyMove, TracedCopyMove> t2{t1}; in test() local 118 std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{t1}; in test() local 125 std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{t1}; in test() local
|
H A D | PR22806_constrain_tuple_like_ctor.pass.cpp | 96 std::tuple< T&& > t2(std::move(t1)); in main() local 102 std::tuple< T const & > t2(t1); in main() local 111 std::tuple< T & > t2(t1); in main() local 117 std::tuple< T const && > t2(std::move(t1)); in main() local 122 std::tuple< T&& > t2(std::allocator_arg, A, std::move(t1)); in main() local 128 std::tuple< T const & > t2(std::allocator_arg, A, t1); in main() local 137 std::tuple< T & > t2(std::allocator_arg, A, t1); in main() local 142 std::tuple< T const && > t2(std::allocator_arg, A, std::move(t1)); in main() local 152 std::tuple<VT> t2(t1); in main() local 158 std::tuple<VT> t2 = {t1}; in main() local [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | PR22806_constrain_tuple_like_ctor.pass.cpp | 97 std::tuple< T&& > t2(std::move(t1)); in main() local 103 std::tuple< T const & > t2(t1); in main() local 112 std::tuple< T & > t2(t1); in main() local 118 std::tuple< T const && > t2(std::move(t1)); in main() local 123 std::tuple< T&& > t2(std::allocator_arg, A, std::move(t1)); in main() local 129 std::tuple< T const & > t2(std::allocator_arg, A, t1); in main() local 138 std::tuple< T & > t2(std::allocator_arg, A, t1); in main() local 143 std::tuple< T const && > t2(std::allocator_arg, A, std::move(t1)); in main() local 153 std::tuple<VT> t2(t1); in main() local 159 std::tuple<VT> t2 = {t1}; in main() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.point/time.point.comparisons/ |
H A D | compare.three_way.pass.cpp | 36 T1 t2(Duration1(3)); in test_with_integral_ticks_value() local 42 T1 t2(Duration1(4)); in test_with_integral_ticks_value() local 48 T2 t2(Duration2(3000)); in test_with_integral_ticks_value() local 54 T2 t2(Duration2(3001)); in test_with_integral_ticks_value() local 73 TIntR2 t2(DInt60Hz(20)); in test_with_integral_ticks_value_and_custom_period_value() local 79 TIntR2 t2(DInt60Hz(21)); in test_with_integral_ticks_value_and_custom_period_value() local 85 TIntR2 t2(DInt60Hz(20)); in test_with_integral_ticks_value_and_custom_period_value() local 103 F2 t2(DF60Hz(7.1)); in test_with_floating_point_ticks_value() local 109 F2 t2(DF60Hz(7.0)); in test_with_floating_point_ticks_value() local
|
H A D | op_equal.pass.cpp | 36 T1 t2(Duration1(3)); in main() local 42 T1 t2(Duration1(4)); in main() local 48 T2 t2(Duration2(3000)); in main() local 54 T2 t2(Duration2(3001)); in main() local 62 constexpr T1 t2(Duration1(3)); in main() local 68 constexpr T1 t2(Duration1(4)); in main() local 74 constexpr T2 t2(Duration2(3000)); in main() local 80 constexpr T2 t2(Duration2(3001)); in main() local
|
H A D | op_less.pass.cpp | 44 T1 t2(Duration1(3)); in main() local 52 T1 t2(Duration1(4)); in main() local 60 T2 t2(Duration2(3000)); in main() local 68 T2 t2(Duration2(3001)); in main() local 78 constexpr T1 t2(Duration1(3)); in main() local 86 constexpr T1 t2(Duration1(4)); in main() local 94 constexpr T2 t2(Duration2(3000)); in main() local 102 constexpr T2 t2(Duration2(3001)); in main() local
|
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/ |
H A D | op_less.pass.cpp | 45 T1 t2(Duration1(3)); in main() local 53 T1 t2(Duration1(4)); in main() local 61 T2 t2(Duration2(3000)); in main() local 69 T2 t2(Duration2(3001)); in main() local 79 constexpr T1 t2(Duration1(3)); in main() local 87 constexpr T1 t2(Duration1(4)); in main() local 95 constexpr T2 t2(Duration2(3000)); in main() local 103 constexpr T2 t2(Duration2(3001)); in main() local
|
H A D | op_equal.pass.cpp | 37 T1 t2(Duration1(3)); in main() local 43 T1 t2(Duration1(4)); in main() local 49 T2 t2(Duration2(3000)); in main() local 55 T2 t2(Duration2(3001)); in main() local 63 constexpr T1 t2(Duration1(3)); in main() local 69 constexpr T1 t2(Duration1(4)); in main() local 75 constexpr T2 t2(Duration2(3000)); in main() local 81 constexpr T2 t2(Duration2(3001)); in main() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | CyclicBarrierTest.java | 178 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testAwait1_Interrupted_BrokenBarrier() local 205 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testAwait2_Interrupted_BrokenBarrier() local 252 Thread t2 = newStartedThread(new CheckedRunnable() { in testAwait4_Timeout_BrokenBarrier() local 281 Thread t2 = newStartedThread(new CheckedRunnable() { in testAwait5_Timeout_BrokenBarrier() local 309 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testReset_BrokenBarrier() local 338 Thread t2 = newStartedThread(new CheckedRunnable() { in testReset_NoBrokenBarrier() local 392 Thread t2 = newStartedThread(new CheckedRunnable() { in testResetWithoutBreakage() local 424 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testResetAfterInterrupt() local 459 Thread t2 = newStartedThread(new CheckedRunnable() { in testResetAfterTimeout() local 498 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testResetAfterCommandException() local
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | CyclicBarrierTest.java | 137 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testAwait1_Interrupted_BrokenBarrier() local 163 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testAwait2_Interrupted_BrokenBarrier() local 208 Thread t2 = newStartedThread(new CheckedRunnable() { in testAwait4_Timeout_BrokenBarrier() local 236 Thread t2 = newStartedThread(new CheckedRunnable() { in testAwait5_Timeout_BrokenBarrier() local 263 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testReset_BrokenBarrier() local 291 Thread t2 = newStartedThread(new CheckedRunnable() { in testReset_NoBrokenBarrier() local 343 Thread t2 = newStartedThread(new CheckedRunnable() { in testResetWithoutBreakage() local 374 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testResetAfterInterrupt() local 408 Thread t2 = newStartedThread(new CheckedRunnable() { in testResetAfterTimeout() local 446 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testResetAfterCommandException() local
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | timespec_utils.cpp | 54 bool operator==(const timespec& t1, const timespec& t2) { in operator ==() 58 bool operator!=(const timespec& t1, const timespec& t2) { in operator !=() 62 bool operator<(const timespec& t1, const timespec& t2) { in operator <() 66 bool operator<=(const timespec& t1, const timespec& t2) { in operator <=() 70 bool operator>(const timespec& t1, const timespec& t2) { in operator >() 74 bool operator>=(const timespec& t1, const timespec& t2) { in operator >=() 79 timespec operator-(const timespec& t1, const timespec& t2) { in operator -() 95 timespec operator+(const timespec& t1, const timespec& t2) { in operator +() 115 timespec operator/(const timespec& t1, const timespec& t2) { in operator /()
|