Home
last modified time | relevance | path

Searched refs:_cleanup (Results 1 – 25 of 33) sorted by relevance

12

/third_party/lz4/programs/
Dlz4cli.c398 if (!strcmp(argument, "--version")) { DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; }
399 if (!strcmp(argument, "--help")) { usage_advanced(exeName); goto _cleanup; }
448 case 'V': DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; /* Version */
449 case 'h': usage_advanced(exeName); goto _cleanup;
450 case 'H': usage_longhelp(exeName); goto _cleanup;
643 goto _cleanup;
776 _cleanup:
/third_party/mindspore/tests/ut/python/dataset/
Dtest_iterator.py21 from mindspore.dataset.engine.iterators import ITERATORS_LIST, _cleanup
117 _cleanup()
125 _cleanup()
Dtest_pyfunc.py300 it._cleanup() # pylint: disable=W0212
327 it._cleanup() # pylint: disable=W0212
347 it._cleanup() # pylint: disable=W0212
369 it._cleanup() # pylint: disable=W0212
Dtest_config.py317 it._cleanup() # pylint: disable=W0212
Dtest_datasets_generator.py426 it._cleanup() # pylint: disable=W0212
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dgenerators.js61 PromiseSpawn.prototype._cleanup = function() { method in PromiseSpawn
134 this._cleanup();
144 this._cleanup();
/third_party/python/Lib/multiprocessing/
Dprocess.py47 _cleanup()
61 def _cleanup(): function
120 _cleanup()
Dsynchronize.py81 util.Finalize(self, SemLock._cleanup, (self._semlock.name,),
85 def _cleanup(name): member in SemLock
Dutil.py474 process._cleanup()
/third_party/python/Lib/unittest/
Dsuite.py19 _cleanup = True variable in BaseTestSuite
65 if self._cleanup:
126 if self._cleanup:
/third_party/python/Lib/unittest/test/
Dtest_suite.py336 if not unittest.BaseTestSuite._cleanup:
347 if not unittest.BaseTestSuite._cleanup:
357 if not unittest.BaseTestSuite._cleanup:
Dtest_discovery.py533 if not unittest.BaseTestSuite._cleanup:
556 if not unittest.BaseTestSuite._cleanup:
/third_party/python/Lib/test/support/
Dscript_helper.py137 subprocess._cleanup()
205 subprocess._cleanup()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dresident_web_runner.dart92 await _cleanup();
97 await _cleanup();
100 Future<void> _cleanup() async {
/third_party/python/Lib/test/libregrtest/
Dsetup.py69 unittest.BaseTestSuite._cleanup = False
Dsave_env.py229 multiprocessing_process._cleanup()
/third_party/python/Lib/test/
Dtest_finalization.py47 def _cleanup(cls): member in NonGCSimpleBase
71 cls._cleanup()
Dtest_imaplib.py228 self.addCleanup(self._cleanup)
245 def _cleanup(self): member in NewIMAPTestsMixin
/third_party/mindspore/mindspore/dataset/engine/
Diterators.py49 def _cleanup(): function
/third_party/flutter/engine/flutter/lib/web_ui/test/
Dmatchers.dart242 html_package.Element _cleanup(html_package.Element original) {
384 replacement.append(_cleanup(child));
398 cleanDom.append(_cleanup(child));
/third_party/python/Lib/
Dtempfile.py799 self, self._cleanup, self.name,
835 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory
Dsubprocess.py237 def _cleanup(): function
246 def _cleanup(): function
762 _cleanup()
/third_party/openssl/crypto/evp/
De_aes.c561 aes_##mode##_cleanup, \
570 aes_##mode##_cleanup, \
984 aes_##mode##_cleanup, \
993 aes_##mode##_cleanup, \
2490 s390x_aes_##mode##_cleanup, \
2504 aes_##mode##_cleanup, \
2538 aes_##mode##_cleanup, \
De_aria.c766 aria_##mode##_cleanup, \
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown336 - **dce\_cleanup** - eliminates 'dead' nodes, also removes some

12