Searched defs:_cleanup (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/bluebird/js/release/ | ||
D | generators.js | 61 PromiseSpawn.prototype._cleanup = function() { method in PromiseSpawn |
/third_party/openssl/providers/fips/ | ||
D | self_test.c | 126 void _cleanup(void) in _cleanup() function |
/third_party/python/Lib/multiprocessing/ | ||
D | process.py | 61 def _cleanup(): function |
D | synchronize.py | 85 def _cleanup(name): member in SemLock |
/third_party/python/Lib/unittest/ | ||
D | suite.py | 19 _cleanup = True variable in BaseTestSuite |
/third_party/python/Lib/ | ||
D | subprocess.py | 237 def _cleanup(): function |
D | tempfile.py | 844 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory |
/third_party/python/Lib/test/ | ||
D | test_finalization.py | 47 def _cleanup(cls): member in NonGCSimpleBase |
D | test_imaplib.py | 245 def _cleanup(self): member in NewIMAPTestsMixin |