/third_party/lz4/programs/ |
D | lz4cli.c | 403 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/ |
D | self_test.c | 118 void _cleanup(void); 120 # pragma fini(_cleanup) 125 void _cleanup(void) in _cleanup() function
|
/third_party/openssl/providers/fips/ |
D | self_test.c | 119 void _cleanup(void); 121 # pragma fini(_cleanup) 126 void _cleanup(void) in _cleanup() function
|
/third_party/python/Lib/multiprocessing/ |
D | process.py | 47 _cleanup() 61 def _cleanup(): function 120 _cleanup()
|
D | synchronize.py | 81 util.Finalize(self, SemLock._cleanup, (self._semlock.name,), 85 def _cleanup(name): member in SemLock
|
D | util.py | 474 process._cleanup()
|
/third_party/python/Lib/unittest/ |
D | suite.py | 19 _cleanup = True variable in BaseTestSuite 65 if self._cleanup: 126 if self._cleanup:
|
/third_party/python/Lib/unittest/test/ |
D | test_suite.py | 336 if not unittest.BaseTestSuite._cleanup: 347 if not unittest.BaseTestSuite._cleanup: 357 if not unittest.BaseTestSuite._cleanup:
|
D | test_discovery.py | 533 if not unittest.BaseTestSuite._cleanup: 556 if not unittest.BaseTestSuite._cleanup:
|
/third_party/python/Lib/test/support/ |
D | script_helper.py | 137 subprocess._cleanup() 205 subprocess._cleanup()
|
/third_party/python/Lib/test/libregrtest/ |
D | setup.py | 69 unittest.BaseTestSuite._cleanup = False
|
D | save_env.py | 229 multiprocessing_process._cleanup()
|
/third_party/python/Lib/test/ |
D | test_finalization.py | 47 def _cleanup(cls): member in NonGCSimpleBase 71 cls._cleanup()
|
D | test_imaplib.py | 228 self.addCleanup(self._cleanup) 245 def _cleanup(self): member in NewIMAPTestsMixin
|
D | test_subprocess.py | 91 subprocess._cleanup()
|
D | _test_multiprocessing.py | 5875 multiprocessing.process._cleanup()
|
/third_party/python/Lib/ |
D | tempfile.py | 815 self, self._cleanup, self.name, 844 def _cleanup(cls, name, warn_message, ignore_errors=False): member in TemporaryDirectory
|
D | subprocess.py | 237 def _cleanup(): function 246 def _cleanup(): function 762 _cleanup()
|
/third_party/openssl/crypto/evp/ |
D | e_aes.c | 428 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, \
|
D | e_aria.c | 776 aria_##mode##_cleanup, \
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | e_aes.c | 428 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, \
|
D | e_aria.c | 776 aria_##mode##_cleanup, \
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 336 - **dce\_cleanup** - eliminates 'dead' nodes, also removes some
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 189 ….com/nodejs/node/commit/fbdead7f35)] - **src**: add missing uv\_fs\_req\_cleanup() (cjihrig) [#270…
|
D | CHANGELOG_V18.md | 2675 …b.com/nodejs/node/commit/581b38af13)] - **node-api**: declare type napi\_cleanup\_hook (Chengzhong…
|