Searched defs:_cleanup (Results 1 – 9 of 9) sorted by relevance
| /third_party/openssl/providers/fips/ | ||
| D | self_test.c | 126 void _cleanup(void) in _cleanup() function |
| /third_party/node/deps/openssl/openssl/providers/fips/ | ||
| D | self_test.c | 125 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/test/ | ||
| D | test_finalization.py | 47 def _cleanup(cls): member in NonGCSimpleBase |
| D | test_imaplib.py | 248 def _cleanup(self): member in NewIMAPTestsMixin |
| /third_party/python/Lib/ | ||
| D | subprocess.py | 259 def _cleanup(): function |
| D | tempfile.py | 902 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory |