/third_party/skia/modules/pathkit/perf/ |
D | path.bench.js | 51 function teardown(ctx) { } function 54 benchmarkAndReport('path_path2dapi', setup, test, teardown).then(() => { 71 function teardown(ctx) { function 76 benchmarkAndReport('path_copy', setup, test, teardown).then(() => { 96 function teardown(ctx) { } function 99 benchmarkAndReport('path_from_api_calls', setup, test, teardown).then(() => { 119 function teardown(ctx) { } function 122 benchmarkAndReport('path_fromCmds', setup, test, teardown).then(() => { 137 function teardown(ctx) { } function 140 benchmarkAndReport('path_fromSVGString', setup, test, teardown).then(() => { [all …]
|
D | effects.bench.js | 25 function teardown(ctx) { function 30 benchmarkAndReport('effects_dash', setup, test, teardown).then(() => { 46 function teardown(ctx) { function 51 benchmarkAndReport('effects_trim', setup, test, teardown).then(() => { 67 function teardown(ctx) { function 72 benchmarkAndReport('effects_trim_complement', setup, test, teardown).then(() => { 90 function teardown(ctx) { function 95 benchmarkAndReport('effects_transform', setup, test, teardown).then(() => { 116 function teardown(ctx) { function 121 benchmarkAndReport('effects_stroke', setup, test, teardown).then(() => {
|
D | pathops.bench.js | 24 function teardown(ctx) { function 29 benchmarkAndReport('pathops_simplify', setup, test, teardown).then(() => { 47 function teardown(ctx) { function 53 benchmarkAndReport('pathops_diff', setup, test, teardown).then(() => { 71 function teardown(ctx) { function 77 benchmarkAndReport('pathops_intersect', setup, test, teardown).then(() => { 95 function teardown(ctx) { function 101 benchmarkAndReport('pathops_union', setup, test, teardown).then(() => { 119 function teardown(ctx) { function 125 benchmarkAndReport('pathops_xor', setup, test, teardown).then(() => { [all …]
|
/third_party/flutter/skia/modules/pathkit/perf/ |
D | path.bench.js | 51 function teardown(ctx) { } function 54 benchmarkAndReport('path_path2dapi', setup, test, teardown).then(() => { 71 function teardown(ctx) { function 76 benchmarkAndReport('path_copy', setup, test, teardown).then(() => { 96 function teardown(ctx) { } function 99 benchmarkAndReport('path_from_api_calls', setup, test, teardown).then(() => { 119 function teardown(ctx) { } function 122 benchmarkAndReport('path_fromCmds', setup, test, teardown).then(() => { 137 function teardown(ctx) { } function 140 benchmarkAndReport('path_fromSVGString', setup, test, teardown).then(() => { [all …]
|
D | effects.bench.js | 25 function teardown(ctx) { function 30 benchmarkAndReport('effects_dash', setup, test, teardown).then(() => { 46 function teardown(ctx) { function 51 benchmarkAndReport('effects_trim', setup, test, teardown).then(() => { 67 function teardown(ctx) { function 72 benchmarkAndReport('effects_trim_complement', setup, test, teardown).then(() => { 90 function teardown(ctx) { function 95 benchmarkAndReport('effects_transform', setup, test, teardown).then(() => { 116 function teardown(ctx) { function 121 benchmarkAndReport('effects_stroke', setup, test, teardown).then(() => {
|
D | pathops.bench.js | 24 function teardown(ctx) { function 29 benchmarkAndReport('pathops_simplify', setup, test, teardown).then(() => { 47 function teardown(ctx) { function 53 benchmarkAndReport('pathops_diff', setup, test, teardown).then(() => { 71 function teardown(ctx) { function 77 benchmarkAndReport('pathops_intersect', setup, test, teardown).then(() => { 95 function teardown(ctx) { function 101 benchmarkAndReport('pathops_union', setup, test, teardown).then(() => { 119 function teardown(ctx) { function 125 benchmarkAndReport('pathops_xor', setup, test, teardown).then(() => { [all …]
|
/third_party/boost/libs/beast/test/doc/ |
D | websocket_7_teardown.cpp | 33 teardown( 48 teardown( in teardown() function 71 teardown( in teardown() function 76 using boost::beast::websocket::teardown; in teardown() 77 teardown(role, stream.next_layer, ec); in teardown() 116 &teardown)); in run()
|
/third_party/flutter/skia/modules/canvaskit/perf/ |
D | animation.bench.js | 43 function teardown(ctx) {} function 49 benchmarkAndReport(`${animStr}_animation_load`, setup, test, teardown).then(() => { 72 function teardown(ctx) { function 80 … benchmarkAndReport(`${animStr}_animation_in_order`, setup, test, teardown).then(() => { 98 function teardown(ctx) { function 106 … benchmarkAndReport(`${animStr}_animation_random_order`, setup, test, teardown).then(() => { 132 function teardown(ctx) { function 141 … benchmarkAndReport(`${animStr}_animation_render_flush`, setup, test, teardown).then(() => {
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 46 teardown: function(CanvasKit, ctx) {}, method 67 teardown: function(CanvasKit, ctx) { method 91 teardown: function(CanvasKit, ctx) { method 114 teardown: function(CanvasKit, ctx) { method 141 teardown: function(CanvasKit, ctx) { method 165 teardown: function(CanvasKit, ctx) { method 187 teardown: function(CanvasKit, ctx) {}, method 206 teardown: function(CanvasKit, ctx) { method 226 teardown: function(CanvasKit, ctx) { method 252 teardown: function(CanvasKit, ctx) {}, method [all …]
|
/third_party/boost/boost/test/tree/ |
D | fixture.hpp | 41 virtual void teardown() = 0; 68 template<typename U> static char Test(fixture_detect<U, &U::teardown>*); 89 …U> static auto Test(U*) -> typename fixture_detect<decltype(boost::declval<U>().teardown())>::type; 107 struct call_teardown<true> { template <class U> void operator()(U& u) { u.teardown(); } }; in operator ()() 136 void teardown() BOOST_OVERRIDE { teardown_conditional(*m_inst); m_inst.reset(); } in teardown() function in boost::unit_test::class_based_fixture 154 void teardown() BOOST_OVERRIDE { teardown_conditional(*m_inst); m_inst.reset(); } in teardown() function in boost::unit_test::class_based_fixture 178 void teardown() BOOST_OVERRIDE { if( m_teardown ) m_teardown(); } in teardown() function in boost::unit_test::function_based_fixture
|
/third_party/node/test/parallel/ |
D | test-console-group.js | 32 function teardown() { function 65 teardown(); 86 teardown(); 101 teardown(); 119 teardown(); 148 teardown(); 190 teardown();
|
/third_party/boost/libs/test/doc/examples/ |
D | runtime-configuration_2.run-fail.cpp | 21 virtual bool teardown() = 0; 29 bool teardown() final { in teardown() function in MockDevice 58 void teardown() { in teardown() function 61 device->teardown(), in teardown()
|
D | fixture_02.output | 6 teardown fixture 9 teardown fixture
|
/third_party/e2fsprogs/scrub/ |
D | e2scrub.in | 175 teardown() { 227 teardown 2> /dev/null 243 teardown 257 teardown 278 teardown
|
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/ |
D | efi_selftest_watchdog.c | 131 static int teardown(void) in teardown() function 220 .teardown = teardown, 228 .teardown = teardown,
|
D | efi_selftest_gop.c | 44 static int teardown(void) in teardown() function 98 .teardown = teardown,
|
D | efi_selftest_startimage_return.c | 101 static int teardown(void) in teardown() function 147 .teardown = teardown,
|
/third_party/glib/gio/tests/ |
D | tls-interaction.c | 855 TestFunc teardown) in test_with_async_ask_password() argument 867 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_async_ask_password() 881 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_async_ask_password() 890 TestFunc teardown) in test_with_unhandled_ask_password() argument 902 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_unhandled_ask_password() 911 TestFunc teardown) in test_with_sync_ask_password() argument 923 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_sync_ask_password() 937 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_sync_ask_password() 946 TestFunc teardown) in test_with_all_ask_password() argument 948 test_with_unhandled_ask_password (name, setup, func, teardown); in test_with_all_ask_password() [all …]
|
/third_party/skia/tools/gpu/d3d/ |
D | D3DTestContext.cpp | 37 ~D3DTestContextImpl() override { this->teardown(); } in ~D3DTestContextImpl() 48 void teardown() override { in teardown() function in __anon30a3b0540111::D3DTestContextImpl 49 INHERITED::teardown(); in teardown()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | minicheck.c | 79 tcase_teardown_function teardown) { in tcase_add_checked_fixture() argument 82 tc->teardown = teardown; in tcase_add_checked_fixture() 190 if (tc->teardown != NULL) { in srunner_run_all() 195 tc->teardown(); in srunner_run_all()
|
/third_party/expat/tests/ |
D | minicheck.c | 79 tcase_teardown_function teardown) { in tcase_add_checked_fixture() argument 82 tc->teardown = teardown; in tcase_add_checked_fixture() 190 if (tc->teardown != NULL) { in srunner_run_all() 195 tc->teardown(); in srunner_run_all()
|
/third_party/boost/libs/test/doc/test_organization/ |
D | fixtures.qbk | 24 In practice a test fixture usually is a combination of `setup` and `teardown` functions, associated… 65 * define shared setup/teardown procedures for a single or group of test cases 66 * define setup/teardown procedures which are performed once per test suite 67 * define [link boost_test.tests_organization.fixtures.global global setup/teardown] procedures whic… 81 ~<fixture-name>(); // teardown function 86 method and class destructor serves as `teardown` method. 90 * it is not possible to have exceptions in the teardown function, especially any test assertions th… 97 This is why the __UTF__ also supports (Boost 1.65 on) optional `setup` and/or `teardown` functions … 104 void teardown(); // teardown, optional 108 [note As mentioned, the declaration/implementation of the `setup` and `teardown` are optional: [all …]
|
/third_party/lwip/test/unit/ |
D | lwip_unittests.c | 24 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown) in create_suite() argument 31 if ((setup != NULL) || (teardown != NULL)) { in create_suite() 32 tcase_add_checked_fixture(tc_core, setup, teardown); in create_suite()
|
/third_party/boost/libs/beast/doc/qbk/06_websocket/ |
D | 07_teardown.qbk | 28 * [link beast.ref.boost__beast__websocket__teardown `teardown`]: Overloads 34 The implementation provides suitable overloads of the teardown 41 mentioned earlier may wish to invoke a teardown customization point 46 To provide overloads of teardown for a user-defined type, simply declare 52 When the implementation invokes the asynchronous teardown function, it
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.c | 59 static void tcase_add_fixture (TCase * tc, SFun setup, SFun teardown, 279 tcase_add_unchecked_fixture (TCase * tc, SFun setup, SFun teardown) in tcase_add_unchecked_fixture() argument 281 tcase_add_fixture (tc, setup, teardown, 0); in tcase_add_unchecked_fixture() 285 tcase_add_checked_fixture (TCase * tc, SFun setup, SFun teardown) in tcase_add_checked_fixture() argument 287 tcase_add_fixture (tc, setup, teardown, 1); in tcase_add_checked_fixture() 291 tcase_add_fixture (TCase * tc, SFun setup, SFun teardown, int ischecked) in tcase_add_fixture() argument 301 if (teardown) { in tcase_add_fixture() 303 check_list_add_front (tc->ch_tflst, fixture_create (teardown, ischecked)); in tcase_add_fixture() 306 fixture_create (teardown, ischecked)); in tcase_add_fixture()
|