/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 46 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 D | read-user-info.js | 47 t.teardown(() => { 57 t.teardown(() => { 70 t.teardown(() => { 80 t.teardown(() => { 96 t.teardown(() => { 106 t.teardown(() => {
|
/third_party/node/test/parallel/ |
H A D | test-console-group.js | 32 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 D | minicheck.c | 79 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 D | minicheck.h | 91 tcase_teardown_function teardown; member
|
/third_party/skia/tools/gpu/d3d/ |
H A D | D3DTestContext.cpp | 37 ~D3DTestContextImpl() override { this->teardown(); } 48 void teardown() override { 49 INHERITED::teardown();
|
/third_party/node/deps/npm/node_modules/is-core-module/test/ |
H A D | index.js | 119 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 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()
|
H A D | lwip_check.h | 41 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 D | structured-clone-battery-of-tests-harness.js | 7 * - `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 D | DawnTestContext.cpp | 139 ~DawnTestContextImpl() override { this->teardown(); } 150 void teardown() override { 151 INHERITED::teardown();
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestContext.cpp | 70 ~VkTestContextImpl() override { this->teardown(); } 91 void teardown() override { 92 INHERITED::teardown();
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.h | 33 // /* 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 D | sandbox.js | 84 test.teardown(() => this.teardown()) 181 // test.teardown hook 182 teardown () {
|
/third_party/unity/extras/fixture/src/ |
H A D | unity_fixture.c | 68 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 D | unity_fixture_internals.h | 29 unityfunction* teardown,
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
H A D | unity_fixture_internals.h | 28 unityfunction* teardown,
|
/third_party/skia/tools/gpu/mock/ |
H A D | MockTestContext.cpp | 32 void teardown() override {}
|
/third_party/skia/tools/gpu/gl/ |
H A D | GLTestContext.cpp | 208 void GLTestContext::teardown() { in teardown() function in sk_gpu_test::GLTestContext 211 INHERITED::teardown(); in teardown()
|
/third_party/skia/tools/gpu/ |
H A D | TestContext.cpp | 20 // Subclass should call teardown. in ~TestContext() 64 void TestContext::teardown() { in teardown() function in sk_gpu_test::TestContext
|
H A D | TestContext.h | 94 virtual void teardown();
|
/third_party/benchmark/src/ |
H A D | benchmark_register.cc | 340 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 D | litest-device-wacom-cintiq-24hdt-pad.c | 119 .teardown = litest_wacom_cintiq_pad_teardown,
|
H A D | litest-int.h | 44 void (*teardown)(void); /* test fixture, used by check */ member
|
/third_party/ltp/testcases/lib/ |
H A D | tst_security.sh | 100 local f="aa-teardown" 106 for action in teardown kill stop; do
|