/third_party/lz4/programs/ |
D | lz4cli.c | 398 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/ |
D | test_iterator.py | 21 from mindspore.dataset.engine.iterators import ITERATORS_LIST, _cleanup 117 _cleanup() 125 _cleanup()
|
D | test_pyfunc.py | 300 it._cleanup() # pylint: disable=W0212 327 it._cleanup() # pylint: disable=W0212 347 it._cleanup() # pylint: disable=W0212 369 it._cleanup() # pylint: disable=W0212
|
D | test_config.py | 317 it._cleanup() # pylint: disable=W0212
|
D | test_datasets_generator.py | 426 it._cleanup() # pylint: disable=W0212
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | generators.js | 61 PromiseSpawn.prototype._cleanup = function() { method in PromiseSpawn 134 this._cleanup(); 144 this._cleanup();
|
/third_party/python/Lib/multiprocessing/ |
D | process.py | 47 _cleanup() 61 def _cleanup(): function 120 _cleanup()
|
D | synchronize.py | 81 util.Finalize(self, SemLock._cleanup, (self._semlock.name,), 85 def _cleanup(name): member in SemLock
|
D | util.py | 474 process._cleanup()
|
/third_party/python/Lib/unittest/ |
D | suite.py | 19 _cleanup = True variable in BaseTestSuite 65 if self._cleanup: 126 if self._cleanup:
|
/third_party/python/Lib/unittest/test/ |
D | test_suite.py | 336 if not unittest.BaseTestSuite._cleanup: 347 if not unittest.BaseTestSuite._cleanup: 357 if not unittest.BaseTestSuite._cleanup:
|
D | test_discovery.py | 533 if not unittest.BaseTestSuite._cleanup: 556 if not unittest.BaseTestSuite._cleanup:
|
/third_party/python/Lib/test/support/ |
D | script_helper.py | 137 subprocess._cleanup() 205 subprocess._cleanup()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/ |
D | resident_web_runner.dart | 92 await _cleanup(); 97 await _cleanup(); 100 Future<void> _cleanup() async {
|
/third_party/python/Lib/test/libregrtest/ |
D | setup.py | 69 unittest.BaseTestSuite._cleanup = False
|
D | save_env.py | 229 multiprocessing_process._cleanup()
|
/third_party/python/Lib/test/ |
D | test_finalization.py | 47 def _cleanup(cls): member in NonGCSimpleBase 71 cls._cleanup()
|
D | test_imaplib.py | 228 self.addCleanup(self._cleanup) 245 def _cleanup(self): member in NewIMAPTestsMixin
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | iterators.py | 49 def _cleanup(): function
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | matchers.dart | 242 html_package.Element _cleanup(html_package.Element original) { 384 replacement.append(_cleanup(child)); 398 cleanDom.append(_cleanup(child));
|
/third_party/python/Lib/ |
D | tempfile.py | 799 self, self._cleanup, self.name, 835 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory
|
D | subprocess.py | 237 def _cleanup(): function 246 def _cleanup(): function 762 _cleanup()
|
/third_party/openssl/crypto/evp/ |
D | e_aes.c | 561 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, \
|
D | e_aria.c | 766 aria_##mode##_cleanup, \
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 336 - **dce\_cleanup** - eliminates 'dead' nodes, also removes some
|