Home
last modified time | relevance | path

Searched defs:_cleanup (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dgenerators.js61 PromiseSpawn.prototype._cleanup = function() { method in PromiseSpawn
/third_party/openssl/providers/fips/
Dself_test.c126 void _cleanup(void) in _cleanup() function
/third_party/python/Lib/multiprocessing/
Dprocess.py61 def _cleanup(): function
Dsynchronize.py85 def _cleanup(name): member in SemLock
/third_party/python/Lib/unittest/
Dsuite.py19 _cleanup = True variable in BaseTestSuite
/third_party/python/Lib/
Dsubprocess.py237 def _cleanup(): function
246 def _cleanup(): function
Dtempfile.py844 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory
/third_party/python/Lib/test/
Dtest_finalization.py47 def _cleanup(cls): member in NonGCSimpleBase
Dtest_imaplib.py245 def _cleanup(self): member in NewIMAPTestsMixin