Home
last modified time | relevance | path

Searched defs:tr (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/third_party/boost/boost/iostreams/detail/
Diostream.hpp24 # define BOOST_IOSTREAMS_BASIC_ISTREAM(ch, tr) std::basic_istream< ch, tr > argument
25 # define BOOST_IOSTREAMS_BASIC_OSTREAM(ch, tr) std::basic_ostream< ch, tr > argument
26 # define BOOST_IOSTREAMS_BASIC_IOSTREAM(ch, tr) std::basic_iostream< ch, tr > argument
28 # define BOOST_IOSTREAMS_BASIC_STREAMBUF(ch, tr) std::streambuf argument
29 # define BOOST_IOSTREAMS_BASIC_ISTREAM(ch, tr) std::istream argument
30 # define BOOST_IOSTREAMS_BASIC_OSTREAM(ch, tr) std::ostream argument
31 # define BOOST_IOSTREAMS_BASIC_IOSTREAM(ch, tr) std::iostream argument
Dstreambuf.hpp23 # define BOOST_IOSTREAMS_BASIC_STREAMBUF(ch, tr) std::basic_streambuf< ch, tr > argument
28 # define BOOST_IOSTREAMS_BASIC_STREAMBUF(ch, tr) std::streambuf argument
/third_party/node/test/parallel/
Dtest-stream2-set-encoding.js59 const tr = new TestReader(100); constant
88 const tr = new TestReader(100); constant
126 const tr = new TestReader(100); constant
160 const tr = new TestReader(100); constant
192 const tr = new TestReader(100, { encoding: 'utf8' }); constant
220 const tr = new TestReader(100, { encoding: 'hex' }); constant
257 const tr = new TestReader(100, { encoding: 'hex' }); constant
290 const tr = new TestReader(100, { encoding: 'base64' }); constant
321 const tr = new TestReader(100); constant
/third_party/boost/boost/xpressive/detail/dynamic/
Dparser.hpp56 , Traits const &tr in make_char_xpression()
78 , Traits const &tr in make_any_xpression()
116 , Traits const &tr in make_literal_xpression()
145 , Traits const &tr in make_backref_xpression()
172 , Traits const &tr in merge_charset()
216 , Traits const &tr in make_charset_xpression()
290 , Traits const &tr in make_assert_begin_line()
311 , Traits const &tr in make_assert_end_line()
329 inline sequence<BidiIter> make_assert_word(Cond, Traits const &tr) in make_assert_word()
/third_party/boost/libs/hana/test/experimental/view/transformed/
Dis_empty.cpp21 auto tr = hana::experimental::transformed(xs, undefined{}); in main() local
27 auto tr = hana::experimental::transformed(xs, undefined{}); in main() local
33 auto tr = hana::experimental::transformed(xs, undefined{}); in main() local
/third_party/boost/libs/test/test/test-organization-ts/
Dparameterized_test-test.cpp83 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
103 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
123 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
143 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
163 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
184 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
204 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
224 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
Dtest_case_template-test.cpp89 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
112 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
135 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
156 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
Dtest_case_template-with-tuples-test.cpp57 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
89 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
128 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
Dtest_case_template-with-variadic-typelist.cpp67 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
99 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
138 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/
DLog.java34 public static void v(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in v()
46 public static void i(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in i()
58 public static void d(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in d()
68 public static void w(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in w()
76 public static void e(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in e()
84 public static void wtf(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in wtf()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor_row.cc35 TensorRow::TensorRow(const TensorRow &tr) in TensorRow()
40 TensorRow &TensorRow::operator=(const TensorRow &tr) { in operator =()
63 TensorRow::TensorRow(TensorRow &&tr) noexcept { in TensorRow() function in mindspore::dataset::TensorRow
70 TensorRow &TensorRow::operator=(TensorRow &&tr) noexcept { in operator =()
/third_party/boost/libs/beast/test/beast/websocket/
Daccept.cpp75 auto tr = connect(ws.next_layer()); in fail_loop() local
326 auto tr = connect(ws.next_layer()); in testOversized() local
352 auto tr = connect(ws.next_layer()); in testOversized() local
373 auto tr = connect(ws.next_layer()); in testOversized() local
399 auto tr = connect(ws.next_layer()); in testOversized() local
432 auto tr = connect(ws.next_layer()); in testOversized() local
458 auto tr = connect(ws.next_layer()); in testOversized() local
504 auto tr = connect(ws.next_layer()); in testInvalidInputs() local
665 auto tr = connect(ws.next_layer()); in testEndOfStream() local
683 auto tr = connect(ws.next_layer()); in testEndOfStream() local
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.c440 TestResult *tr; in srunner_free() local
488 TestResult *tr = (TestResult *) check_list_val (rlst); in srunner_failures() local
524 TestResult *tr; in tr_create() local
532 tr_init (TestResult * tr) in tr_init()
545 tr_free (TestResult * tr) in tr_free()
554 tr_msg (TestResult * tr) in tr_msg()
560 tr_lno (TestResult * tr) in tr_lno()
566 tr_lfile (TestResult * tr) in tr_lfile()
572 tr_rtype (TestResult * tr) in tr_rtype()
578 tr_ctx (TestResult * tr) in tr_ctx()
[all …]
Dcheck_str.c36 tr_str (TestResult * tr) in tr_str()
51 tr_short_str (TestResult * tr) in tr_short_str()
109 tr_type_str (TestResult * tr) in tr_type_str()
Dcheck_run.c224 TestResult *tr = NULL; in srunner_iterate_tcase_tfuns() local
261 srunner_add_failure (SRunner * sr, TestResult * tr) in srunner_add_failure()
276 TestResult *tr = NULL; in srunner_run_setup() local
315 TestResult *tr = NULL; in srunner_run_unchecked_setup() local
334 TestResult *tr = srunner_run_setup (tc->ch_sflst, srunner_fork_status (sr), in tcase_run_checked_setup() local
387 TestResult *tr; in tcase_run_tfun_nofork() local
410 TestResult *tr; in receive_result_info_nofork() local
427 set_nofork_info (TestResult * tr) in set_nofork_info()
455 TestResult *tr; in tcase_run_tfun_fork() local
512 TestResult *tr; in receive_result_info_fork() local
[all …]
Dcheck_print.c88 TestResult *tr = (TestResult *) check_list_val (resultlst); in srunner_fprint_results() local
144 tr_fprint (FILE * file, TestResult * tr, enum print_output print_mode) in tr_fprint()
160 tr_xmlprint (FILE * file, TestResult * tr, in tr_xmlprint()
/third_party/boost/boost/xpressive/detail/core/
Doptimize.hpp31 , Traits const &tr in optimize_regex()
67 , Traits const &tr in optimize_regex()
95 , Traits const &tr in common_compile()
/third_party/boost/boost/xpressive/detail/utility/
Dtraits_utils.hpp41 …char_cast(FromChar from, Traits const &tr, typename disable_if<is_same<ToChar, FromChar> >::type *… in char_cast()
119 string_cast(From const &from, Traits const &tr) in string_cast()
128 inline Char translate(Char ch, Traits const &tr, mpl::false_) // case-sensitive in translate()
134 inline Char translate(Char ch, Traits const &tr, mpl::true_) // case-insensitive in translate()
/third_party/boost/libs/beast/test/beast/http/
Dwrite.cpp274 test::stream ts{ioc_, sv}, tr{ioc_}; in equal_body() local
295 test::stream ts{ioc_}, tr{ioc_}; in str() local
315 test::stream ts{ioc_}, tr{ioc_}; in testAsyncWrite() local
335 test::stream ts{ioc_}, tr{ioc_}; in testAsyncWrite() local
359 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
389 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
420 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
451 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
478 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
532 test::stream ts{ioc_}, tr{ioc_}; in testOutput() local
[all …]
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DLog.java48 public static void w (String tag, String msg, Throwable tr) { in w()
58 public static void e (String tag, String msg, Throwable tr) { in e()
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc176 inline time_zone::civil_lookup MakeSkipped(const Transition& tr, in MakeSkipped()
186 inline time_zone::civil_lookup MakeRepeated(const Transition& tr, in MakeRepeated()
230 Transition& tr(*transitions_.emplace(transitions_.end())); in ResetToBuiltinUTC() local
529 Transition& tr(*transitions_.emplace(transitions_.begin())); in Load() local
544 Transition& tr(*transitions_.emplace(transitions_.end())); in Load() local
553 Transition& tr(transitions_[i]); in Load() local
813 const Transition* tr = std::upper_bound(begin, begin + timecnt, target, in BreakTime() local
825 const Transition* tr = nullptr; in MakeTime() local
913 const Transition* tr = in NextTransition() local
948 const Transition* tr = in PrevTransition() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc177 inline time_zone::civil_lookup MakeSkipped(const Transition& tr, in MakeSkipped()
187 inline time_zone::civil_lookup MakeRepeated(const Transition& tr, in MakeRepeated()
231 Transition& tr(*transitions_.emplace(transitions_.end())); in ResetToBuiltinUTC() local
530 Transition& tr(*transitions_.emplace(transitions_.begin())); in Load() local
545 Transition& tr(*transitions_.emplace(transitions_.end())); in Load() local
554 Transition& tr(transitions_[i]); in Load() local
810 const Transition* tr = std::upper_bound(begin, begin + timecnt, target, in BreakTime() local
822 const Transition* tr = nullptr; in MakeTime() local
910 const Transition* tr = in NextTransition() local
945 const Transition* tr = in PrevTransition() local
/third_party/boost/boost/xpressive/detail/static/
Dcompile.hpp35 …atic_compile_impl2(Xpr const &xpr, shared_ptr<regex_impl<BidiIter> > const &impl, Traits const &tr) in static_compile_impl2()
78 traits_type tr; in static_compile_impl1() local
/third_party/boost/boost/thread/experimental/parallel/v2/
Dtask_region.hpp88 TRH& tr; in BOOST_THREAD_INLINE_NAMESPACE() member
274 task_region_handle_gen<Executor> tr(ex); in BOOST_THREAD_INLINE_NAMESPACE() local
295 task_region_handle tr; in BOOST_THREAD_INLINE_NAMESPACE() local
/third_party/boost/libs/geometry/test/srs/
Dtransformation_interface.cpp64 transformation<> tr((proj4(from)), (proj4(to))); in test_geometries() local
119 inline void test_combination(Tr const& tr, P1 const& pt, in test_combination()
155 transformation<> tr((proj4(from)), (proj4(to))); in test_combinations() local

12345678910>>...12