Home
last modified time | relevance | path

Searched refs:teardown (Results 1 – 25 of 257) sorted by relevance

1234567891011

/third_party/skia/modules/pathkit/perf/
Dpath.bench.js51 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 …]
Deffects.bench.js25 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(() => {
Dpathops.bench.js24 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/
Dpath.bench.js51 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 …]
Deffects.bench.js25 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(() => {
Dpathops.bench.js24 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/
Dwebsocket_7_teardown.cpp33 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/
Danimation.bench.js43 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/
Dcanvas_perf.js46 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/
Dfixture.hpp41 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/
Dtest-console-group.js32 function teardown() { function
65 teardown();
86 teardown();
101 teardown();
119 teardown();
148 teardown();
190 teardown();
/third_party/boost/libs/test/doc/examples/
Druntime-configuration_2.run-fail.cpp21 virtual bool teardown() = 0;
29 bool teardown() final { in teardown() function in MockDevice
58 void teardown() { in teardown() function
61 device->teardown(), in teardown()
Dfixture_02.output6 teardown fixture
9 teardown fixture
/third_party/e2fsprogs/scrub/
De2scrub.in175 teardown() {
227 teardown 2> /dev/null
243 teardown
257 teardown
278 teardown
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_watchdog.c131 static int teardown(void) in teardown() function
220 .teardown = teardown,
228 .teardown = teardown,
Defi_selftest_gop.c44 static int teardown(void) in teardown() function
98 .teardown = teardown,
Defi_selftest_startimage_return.c101 static int teardown(void) in teardown() function
147 .teardown = teardown,
/third_party/glib/gio/tests/
Dtls-interaction.c855 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/
DD3DTestContext.cpp37 ~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/
Dminicheck.c79 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/
Dminicheck.c79 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/
Dfixtures.qbk24 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/
Dlwip_unittests.c24 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/
D07_teardown.qbk28 * [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/
Dcheck.c59 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()

1234567891011