Home
last modified time | relevance | path

Searched refs:_cleanup (Results 1 – 25 of 28) sorted by relevance

12

/third_party/lz4/programs/
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/
Dself_test.c118 void _cleanup(void);
120 # pragma fini(_cleanup)
125 void _cleanup(void) in _cleanup() function
/third_party/openssl/providers/fips/
Dself_test.c119 void _cleanup(void);
121 # pragma fini(_cleanup)
126 void _cleanup(void) in _cleanup() function
/third_party/python/Lib/multiprocessing/
Dprocess.py47 _cleanup()
61 def _cleanup(): function
120 _cleanup()
Dsynchronize.py81 util.Finalize(self, SemLock._cleanup, (self._semlock.name,),
85 def _cleanup(name): member in SemLock
Dutil.py474 process._cleanup()
/third_party/python/Lib/unittest/
Dsuite.py19 _cleanup = True variable in BaseTestSuite
65 if self._cleanup:
126 if self._cleanup:
/third_party/python/Lib/unittest/test/
Dtest_suite.py336 if not unittest.BaseTestSuite._cleanup:
347 if not unittest.BaseTestSuite._cleanup:
357 if not unittest.BaseTestSuite._cleanup:
Dtest_discovery.py533 if not unittest.BaseTestSuite._cleanup:
556 if not unittest.BaseTestSuite._cleanup:
/third_party/python/Lib/test/support/
Dscript_helper.py137 subprocess._cleanup()
205 subprocess._cleanup()
/third_party/python/Lib/test/libregrtest/
Dsetup.py69 unittest.BaseTestSuite._cleanup = False
Dsave_env.py229 multiprocessing_process._cleanup()
/third_party/python/Lib/test/
Dtest_finalization.py47 def _cleanup(cls): member in NonGCSimpleBase
71 cls._cleanup()
Dtest_imaplib.py228 self.addCleanup(self._cleanup)
245 def _cleanup(self): member in NewIMAPTestsMixin
Dtest_subprocess.py91 subprocess._cleanup()
D_test_multiprocessing.py5875 multiprocessing.process._cleanup()
/third_party/python/Lib/
Dtempfile.py815 self, self._cleanup, self.name,
844 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory
Dsubprocess.py237 def _cleanup(): function
246 def _cleanup(): function
762 _cleanup()
/third_party/openssl/crypto/evp/
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, \
De_aria.c776 aria_##mode##_cleanup, \
/third_party/node/deps/openssl/openssl/crypto/evp/
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, \
De_aria.c776 aria_##mode##_cleanup, \
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown336 - **dce\_cleanup** - eliminates 'dead' nodes, also removes some
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md189 ….com/nodejs/node/commit/fbdead7f35)] - **src**: add missing uv\_fs\_req\_cleanup() (cjihrig) [#270…
DCHANGELOG_V18.md2675 …b.com/nodejs/node/commit/581b38af13)] - **node-api**: declare type napi\_cleanup\_hook (Chengzhong…

12