Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/third_party/boost/libs/chrono/test/time_point/
Dcomparisons_pass.cpp33 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 …]
Darithmetic_pass.cpp43 boost::chrono::time_point<Clock, Duration1> t1(Duration1(3)); in main() local
51 BOOST_CONSTEXPR boost::chrono::time_point<Clock, Duration1> t1(Duration1(3)); in main() local
59 boost::chrono::time_point<Clock, Duration1> t1(Duration1(3)); in main() local
67 BOOST_CONSTEXPR boost::chrono::time_point<Clock, Duration1> t1(Duration1(3)); in main() local
75 boost::chrono::time_point<Clock, Duration1> t1(Duration1(3)); in main() local
85 BOOST_CONSTEXPR boost::chrono::time_point<Clock, Duration1> t1(Duration1(3)); in main() local
/third_party/boost/libs/mp11/test/
Dconstruct_from_tuple.cpp50 T1 t1 = construct_from_tuple<T1>( tp ); in main() local
58 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main() local
70 T1 t1 = construct_from_tuple<T1>( tp ); in main() local
78 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main() local
105 T1 t1 = construct_from_tuple<T1>( tp ); in main() local
113 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main() local
125 T1 t1 = construct_from_tuple<T1>( tp ); in main() local
133 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main() local
145 T1 t1 = construct_from_tuple<T1>( tp ); in main() local
153 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main() local
[all …]
/third_party/boost/libs/chrono/test/clock/
Dclock_pass.cpp39 typename Clock::time_point t1 = Clock::now(); in check_clock_now() local
49 typename Clock::time_point t1 = Clock::now(ec); in check_clock_now_ec() local
57 typename Clock::time_point t1 = Clock::now(boost::throws()); in check_clock_now_throws() local
68 typename Clock::time_point t1 = Clock::now(); in check_clock_now_err() local
83 typename Clock::time_point t1 = Clock::now(ec); in check_clock_now_ec_err() local
95 typename Clock::time_point t1 = Clock::now(boost::throws()); in check_clock_now_throws_err() local
123 C::time_point t1 = C::from_time_t(C::to_time_t(C::now())); in main() local
128 std::time_t t1 = C::to_time_t(C::now()); in main() local
/third_party/boost/libs/fiber/test/
Dtest_packaged_task_dispatch.cpp125 boost::fibers::packaged_task< int() > t1; in test_packaged_task_create() local
136 boost::fibers::packaged_task< A() > t1; in test_packaged_task_create_move() local
146 boost::fibers::packaged_task< void() > t1; in test_packaged_task_create_void() local
155 boost::fibers::packaged_task< int() > t1( fn3); in test_packaged_task_move() local
170 boost::fibers::packaged_task< A() > t1( fn9); in test_packaged_task_move_move() local
185 boost::fibers::packaged_task< void() > t1( fn4); in test_packaged_task_move_void() local
200 boost::fibers::packaged_task< int() > t1( fn3); in test_packaged_task_swap() local
213 boost::fibers::packaged_task< A() > t1( fn9); in test_packaged_task_swap_move() local
226 boost::fibers::packaged_task< void() > t1( fn4); in test_packaged_task_swap_void() local
343 boost::fibers::packaged_task< int() > t1( fn3); in test_packaged_task_get_future() local
[all …]
Dtest_packaged_task_post.cpp125 boost::fibers::packaged_task< int() > t1; in test_packaged_task_create() local
136 boost::fibers::packaged_task< A() > t1; in test_packaged_task_create_move() local
146 boost::fibers::packaged_task< void() > t1; in test_packaged_task_create_void() local
155 boost::fibers::packaged_task< int() > t1( fn3); in test_packaged_task_move() local
170 boost::fibers::packaged_task< A() > t1( fn9); in test_packaged_task_move_move() local
185 boost::fibers::packaged_task< void() > t1( fn4); in test_packaged_task_move_void() local
200 boost::fibers::packaged_task< int() > t1( fn3); in test_packaged_task_swap() local
213 boost::fibers::packaged_task< A() > t1( fn9); in test_packaged_task_swap_move() local
226 boost::fibers::packaged_task< void() > t1( fn4); in test_packaged_task_swap_void() local
343 boost::fibers::packaged_task< int() > t1( fn3); in test_packaged_task_get_future() local
[all …]
Dtest_mutex_post.cpp47 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn3() local
56 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn4() local
65 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn5() local
74 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn6() local
82 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn7() local
91 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn8() local
100 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn9() local
111 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn10() local
122 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn11() local
133 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn12() local
[all …]
Dtest_mutex_dispatch.cpp47 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn3() local
56 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn4() local
65 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn5() local
74 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn6() local
82 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn7() local
91 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn8() local
100 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn9() local
111 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn10() local
122 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn11() local
133 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in fn12() local
[all …]
/third_party/boost/libs/mpi/test/
Dcartesian_topology_init_test.cpp37 mpi::cartesian_topology t1(10); in BOOST_AUTO_TEST_CASE() local
45 mpi::cartesian_topology t1(dims, per); in BOOST_AUTO_TEST_CASE() local
57 mpi::cartesian_topology t1(seq); in BOOST_AUTO_TEST_CASE() local
66 mpi::cartesian_topology t1(dims, per); in BOOST_AUTO_TEST_CASE() local
75 mpi::cartesian_topology t1(vdims); in BOOST_AUTO_TEST_CASE() local
/third_party/typescript/tests/baselines/reference/
DpartiallyAnnotatedFunctionInferenceWithTypeParameter.js66 test(function (t1, t2) { t2.test2; }); argument
67 test(function (t1, t2) { t2.test2; }); argument
71 test(function (t1) { }); argument
80 testRest(function (t1) { }); argument
81 testRest(function (t1, t2, t3) { }); argument
82 testRest(function (t1, t2, t3) { }); argument
83 testRest(function (t1, t2, t3) { }); argument
/third_party/boost/boost/numeric/odeint/util/detail/
Dless_with_sign.hpp33 bool less_with_sign( T t1 , T t2 , T dt ) in less_with_sign()
47 bool less_eq_with_sign( T t1 , T t2 , T dt ) in less_eq_with_sign()
56 T min_abs( T t1 , T t2 ) in min_abs()
67 T max_abs( T t1 , T t2 ) in max_abs()
/third_party/boost/libs/regex/test/regress/
Dtest_operators.cpp21 void test_less(const T1& t1, const T2& t2) in test_less()
50 void test_greater(const T1& t1, const T2& t2) in test_greater()
79 void test_equal(const T1& t1, const T2& t2) in test_equal()
108 void test_plus(const T1& t1, const T2& t2, const T3& t3) in test_plus()
/third_party/boost/libs/fusion/test/sequence/
Dmap_misc.cpp105 const map<pair<k1, int>, pair<k2, float> > t1(5, 3.3f); in test() local
111 const map<pair<k1, int>, pair<k2, char> > t1(101, 'z'); in test() local
121 typedef map<pair<k1, int>, pair<k2, float>, pair<k3, double> > t1; in test() typedef
141 typedef map<pair<k1, int>, pair<k2, float>, pair<k3, double> > t1; in test() typedef
154 typedef map<pair<k1, int>, pair<k2, float>, pair<k3, double> > t1; in test() typedef
166 typedef map<pair<k1, int>, pair<k2, float>, pair<k3, double> > t1; in test() typedef
Dmisc.hpp130 const FUSION_SEQUENCE<int, float> t1(5, 3.3f); in test() local
136 const FUSION_SEQUENCE<int, char> t1(101, 'z'); in test() local
146 typedef FUSION_SEQUENCE<int, float, double> t1; in test() typedef
168 typedef FUSION_SEQUENCE<int, float, double> t1; in test() typedef
181 typedef FUSION_SEQUENCE<int, float, double> t1; in test() typedef
198 typedef FUSION_SEQUENCE<int, float, double> t1; in test() typedef
/third_party/gn/src/base/third_party/icu/
Dicu_utf.cc79 uint8_t t1 = s[i], t2, t3; in utf8_nextCharSafeBody() local
95 uint8_t t1 = s[i], t2; in utf8_nextCharSafeBody() local
108 uint8_t t1 = s[i] - 0x80, t2; in utf8_nextCharSafeBody() local
116 uint8_t t1 = s[i] - 0x80; in utf8_nextCharSafeBody() local
/third_party/boost/libs/hana/test/tuple/
Dcnstr.convert_copy.cpp39 T1 t1 = t0; in main() local
46 constexpr T1 t1 = t0; in main() local
53 constexpr T1 t1{t0}; in main() local
60 T1 t1 = t0; in main() local
68 T1 t1 = t0; in main() local
78 T1 t1 = t0; in main() local
88 T1 t1(t0); in main() local
Dcnstr.convert_move.cpp28 T1 t1 = std::move(t0); in main() local
35 T1 t1 = std::move(t0); in main() local
43 T1 t1 = std::move(t0); in main() local
53 T1 t1 = std::move(t0); in main() local
63 T1 t1 = std::move(t0); in main() local
Dassign.convert_move.cpp28 T1 t1; in main() local
36 T1 t1; in main() local
45 T1 t1; in main() local
57 T1 t1(1.5, 'b', d); in main() local
67 T1 t1; in main() local
Dassign.convert_copy.cpp24 T1 t1; in main() local
32 T1 t1; in main() local
41 T1 t1; in main() local
53 T1 t1(1.5, 'b', d); in main() local
/third_party/tzdata/
Ddifftime.c27 double t1 = time1, t0 = time0; in difftime() local
40 uintmax_t t1 = time1, t0 = time0; in difftime() local
57 long double t1 = time1, t0 = time0; in difftime() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken_test.cc29 Token t1(Source{}, -2.345f); in TEST_F() local
37 Token t1(Source{}, -2345); in TEST_F() local
45 Token t1(Source{}, std::numeric_limits<int32_t>::max()); in TEST_F() local
50 Token t1(Source{}, std::numeric_limits<int32_t>::min()); in TEST_F() local
60 Token t1(Source{}, std::numeric_limits<uint32_t>::max()); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp508 const char *t1 = parse_expression(t, last, db); in parse_const_cast_expr() local
534 const char *t1 = parse_expression(t, last, db); in parse_dynamic_cast_expr() local
560 const char *t1 = parse_expression(t, last, db); in parse_reinterpret_cast_expr() local
586 const char *t1 = parse_expression(t, last, db); in parse_static_cast_expr() local
693 const char *t1 = parse_number(t, last); in parse_function_param() local
704 const char *t1 = parse_number(t, last); in parse_function_param() local
783 const char *t1 = parse_expression(t, last, db); in parse_dot_star_expr() local
804 const char *t1 = parse_template_args(t, last, db); in parse_simple_id() local
1008 const char *t1 = parse_unresolved_type(t, last, db); in parse_unresolved_name() local
1049 const char *t1 = parse_unresolved_type(t, last, db); in parse_unresolved_name() local
[all …]
/third_party/boost/libs/thread/test/threads/this_thread/sleep_until/
Dsleep_until_pass.cpp35 time_point t1 = Clock::now(); in main() local
50 time_point t1 = Clock::now(); in main() local
65 time_point t1 = Clock::now(); in main() local
80 time_point t1 = Clock::now(); in main() local
/third_party/boost/libs/tuple/test/
Dtuple_test_bench.cpp76 typedef tuple<int> t1; typedef
107 tuple<int> t1; in construction_test() local
222 tuple<int, char> t1(4, 'a'); in copy_test() local
251 tuple<int, float, bool, foo> t1(5, 12.2f, true, foo(4)); in mutate_test() local
270 tuple<int, char> t1 = make_tuple(5, 'a'); in make_tuple_test() local
367 tuple<int, char> t1(5, 'a'); in equality_test() local
386 tuple<int, float> t1(4, 3.3f); in ordering_test() local
424 const tuple<int, float> t1(5, 3.3f); in const_tuple_test() local
434 typedef tuple<int, float, double> t1; in tuple_length_test() typedef
452 tuple<int, float, double> t1(1, 2.0f, 3.0), t2(4, 5.0f, 6.0); in tuple_swap_test() local
/third_party/boost/libs/outcome/test/tests/
Dpropagate.cpp40 auto t1 = [&](int a) { in __anon053614060202() variable
68 auto t1 = [&](int a) -> result<std::string> { in __anon053614060602() variable
76 auto t1 = [&](int a) -> outcome<std::string> { in __anon053614060802() variable
84 auto t1 = [&](int a) -> outcome<void> { in __anon053614060a02() variable

12345678910>>...43