Home
last modified time | relevance | path

Searched refs:teardown (Results 1 - 25 of 52) sorted by relevance

123

/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dcanvas_perf.js46 teardown: function(CanvasKit, ctx) {},
67 teardown: function(CanvasKit, ctx) {
91 teardown: function(CanvasKit, ctx) {
114 teardown: function(CanvasKit, ctx) {
141 teardown: function(CanvasKit, ctx) {
165 teardown: function(CanvasKit, ctx) {
187 teardown: function(CanvasKit, ctx) {},
206 teardown: function(CanvasKit, ctx) {
226 teardown: function(CanvasKit, ctx) {
252 teardown
[all...]
/third_party/node/deps/npm/test/lib/utils/
H A Dread-user-info.js47 t.teardown(() => {
57 t.teardown(() => {
70 t.teardown(() => {
80 t.teardown(() => {
96 t.teardown(() => {
106 t.teardown(() => {
/third_party/node/test/parallel/
H A Dtest-console-group.js32 function teardown() { function
65 teardown();
86 teardown();
101 teardown();
119 teardown();
148 teardown();
190 teardown();
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dminicheck.c79 tcase_teardown_function teardown) { in tcase_add_checked_fixture()
82 tc->teardown = teardown; in tcase_add_checked_fixture()
189 /* teardown */ in srunner_run_all()
190 if (tc->teardown != NULL) { in srunner_run_all()
192 handle_failure(runner, verbosity, "during teardown"); in srunner_run_all()
195 tc->teardown(); in srunner_run_all()
78 tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup, tcase_teardown_function teardown) tcase_add_checked_fixture() argument
H A Dminicheck.h91 tcase_teardown_function teardown; member
/third_party/skia/tools/gpu/d3d/
H A DD3DTestContext.cpp37 ~D3DTestContextImpl() override { this->teardown(); }
48 void teardown() override {
49 INHERITED::teardown();
/third_party/node/deps/npm/node_modules/is-core-module/test/
H A Dindex.js119 st.teardown(mockProperty(Object.prototype, 'fs', { value: false }));
120 st.teardown(mockProperty(Object.prototype, 'path', { value: '>= 999999999' }));
121 st.teardown(mockProperty(Object.prototype, 'http', { value: data.http }));
122 st.teardown(mockProperty(Object.prototype, nonKey, { value: true }));
/third_party/lwip/test/unit/
H A 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()
H A Dlwip_check.h41 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown);
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests-harness.js7 * - `teardown()`: An option function run once after all tests are done
20 teardown() {},
43 Promise.all(allTests).then(_ => runner.teardown());
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp139 ~DawnTestContextImpl() override { this->teardown(); }
150 void teardown() override {
151 INHERITED::teardown();
/third_party/skia/tools/gpu/vk/
H A DVkTestContext.cpp70 ~VkTestContextImpl() override { this->teardown(); }
91 void teardown() override {
92 INHERITED::teardown();
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.h33 // /* customize io's functions (setup()/put()/teardown()) if needed. */
73 // returned, teardown() will NOT be called. But if the setup succeeded
74 // and true is returned, then teardown() will always be called afterward.
79 VP8IoTeardownHook teardown; member
119 VP8IoTeardownHook teardown,
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js84 test.teardown(() => this.teardown())
181 // test.teardown hook
182 teardown () {
/third_party/unity/extras/fixture/src/
H A Dunity_fixture.c68 unityfunction* teardown, in UnityTestRunner()
108 teardown(); in UnityTestRunner()
66 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char* printableName, const char* group, const char* name, const char* file, unsigned int line) UnityTestRunner() argument
H A Dunity_fixture_internals.h29 unityfunction* teardown,
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture_internals.h28 unityfunction* teardown,
/third_party/skia/tools/gpu/mock/
H A DMockTestContext.cpp32 void teardown() override {}
/third_party/skia/tools/gpu/gl/
H A DGLTestContext.cpp208 void GLTestContext::teardown() { in teardown() function in sk_gpu_test::GLTestContext
211 INHERITED::teardown(); in teardown()
/third_party/skia/tools/gpu/
H A DTestContext.cpp20 // Subclass should call teardown. in ~TestContext()
64 void TestContext::teardown() { in teardown() function in sk_gpu_test::TestContext
H A DTestContext.h94 virtual void teardown();
/third_party/benchmark/src/
H A Dbenchmark_register.cc340 Benchmark* Benchmark::Teardown(void (*teardown)(const benchmark::State&)) { in Teardown()
341 BM_CHECK(teardown != nullptr); in Teardown()
342 teardown_ = teardown; in Teardown()
/third_party/libinput/test/
H A Dlitest-device-wacom-cintiq-24hdt-pad.c119 .teardown = litest_wacom_cintiq_pad_teardown,
H A Dlitest-int.h44 void (*teardown)(void); /* test fixture, used by check */ member
/third_party/ltp/testcases/lib/
H A Dtst_security.sh100 local f="aa-teardown"
106 for action in teardown kill stop; do

Completed in 9 milliseconds

123