Home
last modified time | relevance | path

Searched refs:_cleanup (Results 1 - 22 of 22) sorted by relevance

/third_party/lz4/programs/
H A Dlz4cli.c403 if (!strcmp(argument, "--version")) { DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; } in main()
404 if (!strcmp(argument, "--help")) { usage_advanced(exeName); goto _cleanup; } in main()
453 case 'V': DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; /* Version */ in main()
454 case 'h': usage_advanced(exeName); goto _cleanup; in main()
455 case 'H': usage_longhelp(exeName); goto _cleanup; in main()
655 goto _cleanup; in main()
777 _cleanup: in main()
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c118 void _cleanup(void);
120 # pragma fini(_cleanup)
125 void _cleanup(void) in _cleanup() function
/third_party/python/Lib/multiprocessing/
H A Dprocess.py47 _cleanup()
61 def _cleanup(): function
120 _cleanup()
H A Dsynchronize.py81 util.Finalize(self, SemLock._cleanup, (self._semlock.name,),
85 def _cleanup(name): member in SemLock
H A Dutil.py476 process._cleanup()
/third_party/openssl/providers/fips/
H A Dself_test.c119 void _cleanup(void);
121 # pragma fini(_cleanup)
126 void _cleanup(void) in _cleanup() function
/third_party/python/Lib/unittest/
H A Dsuite.py19 _cleanup = True variable in BaseTestSuite
65 if self._cleanup:
126 if self._cleanup:
/third_party/python/Lib/unittest/test/
H A Dtest_suite.py336 if not unittest.BaseTestSuite._cleanup:
347 if not unittest.BaseTestSuite._cleanup:
357 if not unittest.BaseTestSuite._cleanup:
H A Dtest_discovery.py533 if not unittest.BaseTestSuite._cleanup:
556 if not unittest.BaseTestSuite._cleanup:
/third_party/python/Lib/test/support/
H A Dscript_helper.py142 subprocess._cleanup()
212 subprocess._cleanup()
/third_party/python/Lib/test/libregrtest/
H A Dsetup.py70 unittest.BaseTestSuite._cleanup = False
H A Dsave_env.py58 # multiprocessing.process._cleanup() may release ref
229 multiprocessing_process._cleanup()
/third_party/python/Lib/test/
H A Dtest_finalization.py47 def _cleanup(cls): member in NonGCSimpleBase
71 cls._cleanup()
H A Dtest_imaplib.py231 self.addCleanup(self._cleanup)
248 def _cleanup(self): member in NewIMAPTestsMixin
H A Dtest_subprocess.py95 subprocess._cleanup()
H A D_test_multiprocessing.py5986 multiprocessing.process._cleanup()
/third_party/python/Lib/
H A Dtempfile.py873 self, self._cleanup, self.name,
902 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory
H A Dsubprocess.py253 # for `_cleanup` to do.
259 def _cleanup(): function
264 # wait()ed for synchronously from _cleanup() when a new Popen object is
268 def _cleanup(): function
822 _cleanup()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c428 aes_##mode##_cleanup, \
439 aes_##mode##_cleanup, \
786 aes_##mode##_cleanup, \
797 aes_##mode##_cleanup, \
2238 s390x_aes_##mode##_cleanup, \
2253 aes_##mode##_cleanup, \
2290 aes_##mode##_cleanup, \
H A De_aria.c776 aria_##mode##_cleanup, \
/third_party/openssl/crypto/evp/
H A De_aes.c428 aes_##mode##_cleanup, \
439 aes_##mode##_cleanup, \
786 aes_##mode##_cleanup, \
797 aes_##mode##_cleanup, \
2244 s390x_aes_##mode##_cleanup, \
2259 aes_##mode##_cleanup, \
2296 aes_##mode##_cleanup, \
H A De_aria.c776 aria_##mode##_cleanup, \

Completed in 50 milliseconds