/third_party/boost/libs/test/example/ |
D | filtering_example.cpp | 10 namespace bt=boost::unit_test; 19 * bt::disabled() 20 * bt::description( "initially disabled suite 1") 21 * bt::label( "label1" ) 22 * bt::label( "label2" )) 25 * bt::enabled() 26 * bt::description("initially enabled case s1/t1")) 34 * bt::description( "initially defaulted case s1/t2") 35 * bt::expected_failures( 1 )) 43 * bt::description( "initially defaulted case s1/t3")) [all …]
|
D | unit_test_example_04.cpp | 11 namespace bt=boost::unit_test; 26 * bt::fixture<suite_fixture>() 27 * bt::fixture<suite_fixture2>() ) 37 * bt::label( "L1" ) 38 * bt::label( "L2" ) 39 * bt::description( "test case 1 description" ) 40 * bt::fixture( &some_setup ); 49 BOOST_AUTO_TEST_CASE( my_test2, * bt::description( "test case 2 description" ) ) 73 * bt::label( "L3" ) 74 * bt::description( "suite description" ) [all …]
|
D | unit_test_example_05.cpp | 11 namespace bt = boost::unit_test; 28 * bt::enabled() 29 * bt::expected_failures(1); 39 BOOST_FIXTURE_TEST_CASE( my_test2, F, * bt::depends_on("my_suite/my_test1") )
|
/third_party/boost/libs/system/test/ |
D | std_interop_test.cpp | 40 boost::system::error_category const & bt = boost::system::generic_category(); in test_generic_category() local 41 std::error_category const & st = bt; in test_generic_category() 43 BOOST_TEST_CSTR_EQ( bt.name(), st.name() ); in test_generic_category() 47 BOOST_TEST_EQ( bt.message( ev ), st.message( ev ) ); in test_generic_category() 50 boost::system::error_code bc( ev, bt ); in test_generic_category() 53 BOOST_TEST_EQ( &bc.category(), &bt ); in test_generic_category() 62 boost::system::error_condition bn = bt.default_error_condition( ev ); in test_generic_category() 65 BOOST_TEST_EQ( &bn.category(), &bt ); in test_generic_category() 67 BOOST_TEST( bt.equivalent( ev, bn ) ); in test_generic_category() 80 boost::system::error_category const & bt = boost::system::system_category(); in test_system_category() local [all …]
|
D | std_mismatch_test.cpp | 40 boost::system::error_category const & bt = boost::system::generic_category(); in test_generic_category() local 41 std::error_category const & st = bt; in test_generic_category() 43 BOOST_TEST_CSTR_EQ( bt.name(), st.name() ); in test_generic_category() 48 boost::system::error_category const & bt = boost::system::system_category(); in test_system_category() local 49 std::error_category const & st = bt; in test_system_category() 51 BOOST_TEST_CSTR_EQ( bt.name(), st.name() ); in test_system_category()
|
D | quick.cpp | 18 boost::system::error_category const & bt = boost::system::generic_category(); in main() local 22 boost::system::error_code bc( ev, bt ); in main() 25 BOOST_TEST_EQ( &bc.category(), &bt ); in main() 27 boost::system::error_condition bn = bt.default_error_condition( ev ); in main() 30 BOOST_TEST_EQ( &bn.category(), &bt ); in main() 32 BOOST_TEST( bt.equivalent( ev, bn ) ); in main()
|
D | warnings_test.cpp | 28 boost::system::error_category const & bt = boost::system::generic_category(); in main() local 32 boost::system::error_code bc( ev, bt ); in main() 35 BOOST_TEST_EQ( &bc.category(), &bt ); in main() 37 boost::system::error_condition bn = bt.default_error_condition( ev ); in main() 40 BOOST_TEST_EQ( &bn.category(), &bt ); in main() 42 BOOST_TEST( bt.equivalent( ev, bn ) ); in main()
|
/third_party/jerryscript/tests/debugger/ |
D | do_backtrace.cmd | 7 bt 1 2 t 8 bt 1 2 9 bt 0 3 t 10 bt 11 bt 2 12 bt 2 t 17 bt 4 4 18 bt 600 919 19 bt 3 500 20 bt 42 [all …]
|
D | do_backtrace.expected | 17 (jerry-debugger) bt 1 2 t 20 (jerry-debugger) bt 1 2 22 (jerry-debugger) bt 0 3 t 27 (jerry-debugger) bt 31 (jerry-debugger) bt 2 34 (jerry-debugger) bt 2 t 50 (jerry-debugger) bt 4 4 51 (jerry-debugger) bt 600 919 52 (jerry-debugger) bt 3 500 54 (jerry-debugger) bt 42 [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgluploadelement.c | 41 static GstCaps *_gst_gl_upload_element_transform_caps (GstBaseTransform * bt, 43 static gboolean _gst_gl_upload_element_set_caps (GstBaseTransform * bt, 48 bt, GstQuery * decide_query, GstQuery * query); 52 gst_gl_upload_element_prepare_output_buffer (GstBaseTransform * bt, 54 static GstFlowReturn gst_gl_upload_element_transform (GstBaseTransform * bt, 56 static gboolean gst_gl_upload_element_stop (GstBaseTransform * bt); 124 gst_gl_upload_element_stop (GstBaseTransform * bt) in gst_gl_upload_element_stop() argument 126 GstGLUploadElement *upload = GST_GL_UPLOAD_ELEMENT (bt); in gst_gl_upload_element_stop() 133 return GST_BASE_TRANSFORM_CLASS (parent_class)->stop (bt); in gst_gl_upload_element_stop() 151 _gst_gl_upload_element_transform_caps (GstBaseTransform * bt, in _gst_gl_upload_element_transform_caps() argument [all …]
|
D | gstglcolorconvertelement.c | 39 static gboolean gst_gl_color_convert_element_set_caps (GstBaseTransform * bt, 42 bt, GstPadDirection direction, GstCaps * caps, GstCaps * filter); 51 gst_gl_color_convert_element_prepare_output_buffer (GstBaseTransform * bt, 54 bt, GstBuffer * inbuf, GstBuffer * outbuf); 56 bt, GstPadDirection direction, GstCaps * caps, GstCaps * othercaps); 74 gst_gl_color_convert_element_stop (GstBaseTransform * bt) in gst_gl_color_convert_element_stop() argument 76 GstGLColorConvertElement *convert = GST_GL_COLOR_CONVERT_ELEMENT (bt); in gst_gl_color_convert_element_stop() 83 return GST_BASE_TRANSFORM_CLASS (parent_class)->stop (bt); in gst_gl_color_convert_element_stop() 126 gst_gl_color_convert_element_set_caps (GstBaseTransform * bt, in gst_gl_color_convert_element_set_caps() argument 129 GstGLColorConvertElement *convert = GST_GL_COLOR_CONVERT_ELEMENT (bt); in gst_gl_color_convert_element_set_caps() [all …]
|
D | gstgldownloadelement.c | 44 static GstCaps *gst_gl_download_element_transform_caps (GstBaseTransform * bt, 46 static gboolean gst_gl_download_element_set_caps (GstBaseTransform * bt, 49 gst_gl_download_element_prepare_output_buffer (GstBaseTransform * bt, 51 static GstFlowReturn gst_gl_download_element_transform (GstBaseTransform * bt, 113 gst_gl_download_element_set_caps (GstBaseTransform * bt, GstCaps * in_caps, in gst_gl_download_element_set_caps() argument 116 GstGLDownloadElement *dl = GST_GL_DOWNLOAD_ELEMENT (bt); in gst_gl_download_element_set_caps() 178 gst_gl_download_element_transform_caps (GstBaseTransform * bt, in gst_gl_download_element_transform_caps() argument 208 GST_DEBUG_OBJECT (bt, "returning caps %" GST_PTR_FORMAT, result); in gst_gl_download_element_transform_caps() 390 gst_gl_download_element_prepare_output_buffer (GstBaseTransform * bt, in gst_gl_download_element_prepare_output_buffer() argument 393 GstGLDownloadElement *dl = GST_GL_DOWNLOAD_ELEMENT (bt); in gst_gl_download_element_prepare_output_buffer() [all …]
|
/third_party/boost/libs/process/test/ |
D | limit_fd.cpp | 34 namespace bt = boost::this_process; 41 …const auto get_handle = [](FILE * f) {return reinterpret_cast<bt::nati… in __anon070cc94c0102() 49 auto fd_list = bt::get_handles(ec); 55 …BOOST_CHECK(bt::is_stream_handle(get_handle(stdin), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag… 56 …BOOST_CHECK(bt::is_stream_handle(get_handle(stdout), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag… 57 …BOOST_CHECK(bt::is_stream_handle(get_handle(stderr), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag… 61 BOOST_CHECK_GE(bt::get_handles(ec).size(), fd_list.size()); 67 auto fd_list_new = bt::get_handles(ec); 78 … BOOST_CHECK(bt::is_stream_handle(p.native_source(), ec)); BOOST_CHECK_MESSAGE(!ec, ec.message()); 79 … BOOST_CHECK(bt::is_stream_handle(p.native_sink(), ec)); BOOST_CHECK_MESSAGE(!ec, ec.message()); [all …]
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | vandg4.hpp | 71 T x1, t, bt, ct, ft, bt2, ct2, dt, dt2; in fwd() local 80 bt = fabs(two_div_pi * lp_lat); in fwd() 81 bt2 = bt * bt; in fwd() 82 ct = 0.5 * (bt * (8. - bt * (2. + bt2)) - 5.) in fwd() 83 / (bt2 * (bt - 1.)); in fwd() 90 x1 = bt + ct; x1 *= x1; in fwd() 91 t = bt + 3.*ct; in fwd() 94 ct2 * (12. * bt * ct + 4. * ct2) ); in fwd()
|
D | vandg2.hpp | 78 T x1, at, bt, ct; in fwd() local 80 bt = fabs(two_div_pi * lp_lat); in fwd() 81 if ((ct = 1. - bt * bt) < 0.) in fwd() 87 xy_y = pi * (lp_lat < 0. ? -bt : bt) / (1. + ct); in fwd() 91 x1 = bt / (1. + ct); in fwd() 96 (1. + at * at * bt * bt); in fwd()
|
/third_party/ltp/testcases/kdump/lib/ |
D | verify.sh | 36 foreach bt 46 bt 47 bt -a 48 bt -f 49 bt -e 50 bt -E
|
/third_party/boost/tools/build/src/kernel/ |
D | errors.jam | 25 local bt = [ nearest-user-location ] ; 26 if $(bt) 28 ECHO $(prefix) at $(bt) ; 42 local bt = [ BACKTRACE ] ; 43 bt = $(bt[$(drop-elements)-]) ; 45 while $(bt) 47 local m = [ MATCH ^(.+)\\.$ : $(bt[3]) ] ; 48 ECHO "$(bt[1]):$(bt[2]):" "in" $(bt[4]) "from module" $(m) ; 61 bt = $(bt[5-]) ; 229 local bt = [ BACKTRACE ] ; [all …]
|
/third_party/python/Lib/test/ |
D | test_gdb.py | 690 bt = self.get_stack_trace(script=self.get_sample_script(), 701 bt) 705 bt = self.get_stack_trace(script=self.get_sample_script(), 712 bt) 716 bt = self.get_stack_trace(script=self.get_sample_script(), 722 bt) 730 bt = self.get_stack_trace(script=self.get_sample_script(), 732 self.assertMultilineMatches(bt, 741 bt = self.get_stack_trace(script=self.get_sample_script(), 743 self.assertEndsWith(bt, [all …]
|
/third_party/boost/tools/boost_install/test/system/ |
D | quick.cpp | 17 boost::system::error_category const & bt = boost::system::generic_category(); in main() local 21 boost::system::error_code bc( ev, bt ); in main() 24 BOOST_TEST_EQ( &bc.category(), &bt ); in main() 26 boost::system::error_condition bn = bt.default_error_condition( ev ); in main() 29 BOOST_TEST_EQ( &bn.category(), &bt ); in main() 31 BOOST_TEST( bt.equivalent( ev, bn ) ); in main()
|
/third_party/boost/libs/stacktrace/example/ |
D | user_config.hpp | 19 …itsT>& do_stream_st(std::basic_ostream<CharT, TraitsT>& os, const basic_stacktrace<Allocator>& bt); 22 …ostream<CharT, TraitsT>& operator<<(std::basic_ostream<CharT, TraitsT>& os, const stacktrace& bt) { in operator <<() argument 23 return do_stream_st(os, bt); in operator <<() 39 …tsT>& do_stream_st(std::basic_ostream<CharT, TraitsT>& os, const basic_stacktrace<Allocator>& bt) { in do_stream_st() argument 41 const std::size_t frames = bt.size(); in do_stream_st() 47 os << bt[i].name(); in do_stream_st()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglfilter.c | 101 static GstCaps *gst_gl_filter_transform_caps (GstBaseTransform * bt, 105 static GstCaps *gst_gl_filter_fixate_caps (GstBaseTransform * bt, 108 static gboolean gst_gl_filter_stop (GstBaseTransform * bt); 111 static GstFlowReturn gst_gl_filter_transform (GstBaseTransform * bt, 117 static gboolean gst_gl_filter_set_caps (GstBaseTransform * bt, GstCaps * incaps, 120 static gboolean gst_gl_filter_gl_set_caps (GstGLBaseFilter * bt, 197 gst_gl_filter_stop (GstBaseTransform * bt) in gst_gl_filter_stop() argument 199 GstGLFilter *filter = GST_GL_FILTER (bt); in gst_gl_filter_stop() 203 return GST_BASE_TRANSFORM_CLASS (parent_class)->stop (bt); in gst_gl_filter_stop() 241 gst_gl_filter_fixate_caps (GstBaseTransform * bt, in gst_gl_filter_fixate_caps() argument [all …]
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | controller.c | 88 GstClockTime bt, ct; in main() local 125 bt = gst_util_get_timestamp (); in main() 133 elapsed = GST_CLOCK_DIFF (bt, ct); in main() 141 bt = gst_util_get_timestamp (); in main() 150 elapsed = GST_CLOCK_DIFF (bt, ct); in main() 159 bt = gst_util_get_timestamp (); in main() 164 elapsed = GST_CLOCK_DIFF (bt, ct); in main() 170 bt = gst_util_get_timestamp (); in main() 179 elapsed = GST_CLOCK_DIFF (bt, ct); in main()
|
/third_party/boost/boost/geometry/index/ |
D | predicates.hpp | 407 namespace bt = boost::tuples; in operator &&() 410 bt::cons< Pred1, bt::cons<Pred2, bt::null_type> > in operator &&() 411 ( p1, bt::cons<Pred2, bt::null_type>(p2, bt::null_type()) ); in operator &&() 421 namespace bt = boost::tuples; in operator &&() 425 bt::cons<Head, Tail>, Pred in operator &&()
|
/third_party/openssl/crypto/ |
D | x86cpuid.pl | 35 &bt ("ecx",21); 84 &bt ("edx",28); 118 &bt ("edx",28); # test hyper-threading bit 145 &bt ("ebp",27); # check OSXSAVE bit 172 &bt (&DWP(0,"ecx"),4); 184 &bt (&DWP(0,"ecx"),4); 193 &bt ("eax",9); 224 &bt ("eax",9); 254 &bt (&DWP(0,"ecx"),1); 363 &bt (&DWP(0,"edx"),4); [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 415 static gboolean gst_vulkan_upload_query (GstBaseTransform * bt, 422 static gboolean gst_vulkan_upload_set_caps (GstBaseTransform * bt, 424 static GstCaps *gst_vulkan_upload_transform_caps (GstBaseTransform * bt, 426 static gboolean gst_vulkan_upload_propose_allocation (GstBaseTransform * bt, 428 static gboolean gst_vulkan_upload_decide_allocation (GstBaseTransform * bt, 430 static GstFlowReturn gst_vulkan_upload_transform (GstBaseTransform * bt, 433 bt, GstBuffer * inbuf, GstBuffer ** outbuf); 558 gst_vulkan_upload_query (GstBaseTransform * bt, GstPadDirection direction, in gst_vulkan_upload_query() argument 561 GstVulkanUpload *vk_upload = GST_VULKAN_UPLOAD (bt); in gst_vulkan_upload_query() 577 return GST_BASE_TRANSFORM_CLASS (parent_class)->query (bt, direction, query); in gst_vulkan_upload_query() [all …]
|