Home
last modified time | relevance | path

Searched refs:unload (Results 1 - 25 of 50) sorted by relevance

12

/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
H A Dindex.js4 exports.unload = exports.load = exports.onExit = exports.signals = void 0;
89 unload() {
90 return handler.unload();
99 unload() { }
140 this.unload();
168 this.unload();
197 unload() {
260 * Returns a function that may be used to unload signal-exit.
278 exports.unload = _a.unload;
[all...]
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/
H A Dindex.js85 unload() {
86 return handler.unload();
95 unload() { }
136 this.unload();
164 this.unload();
193 unload() {
256 * Returns a function that may be used to unload signal-exit.
274 unload, } = signalExitWrap(processOk(process) ? new SignalExit(process) : new SignalExitFallback());
/third_party/python/Lib/test/test_import/
H A D__init__.py26 forget, make_legacy_pyc, unlink, unload, DirsOnSysPath, CleanImport)
76 unload(TESTFN)
239 # Remove references to the module (unload the module)
330 unload(TESTFN)
432 self.addCleanup(unload, module_name)
609 unload(name)
615 unload(name)
656 unload(self.module_name)
733 unload("test_trailing_slash")
763 unload("test_unc_pat
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDriver.cpp50 unload(); in ~Driver()
143 void Driver::unload() in unload() function in Driver
H A DDriver.hpp40 void unload();
/third_party/python/Lib/test/support/
H A Dimport_helper.py30 def unload(name): function
43 unload(modname)
/third_party/skia/tools/viewer/
H A DImageSlide.h23 void unload() override;
H A DImageSlide.cpp32 void ImageSlide::unload() { in unload() function in ImageSlide
H A DSKPSlide.h24 void unload() override;
H A DSampleSlide.h26 void unload() override;
H A DSkRiveSlide.h24 void unload() override;
H A DSvgSlide.h20 void unload() override;
H A DMSKPSlide.h26 void unload() override;
H A DSlide.h28 virtual void unload() {} in unload() function in Slide
H A DSKPSlide.cpp55 void SKPSlide::unload() { in unload() function in SKPSlide
H A DSampleSlide.cpp39 void SampleSlide::unload() { in unload() function in SampleSlide
H A DSkRiveSlide.cpp40 void SkRiveSlide::unload() { in unload() function in SkRiveSlide
H A DSkSLSlide.h29 void unload() override;
H A DSkottieSlide.h27 void unload() override;
H A DSvgSlide.cpp45 void SvgSlide::unload() { in unload() function in SvgSlide
H A DSlideDir.h36 void unload() override;
/third_party/rust/crates/clang-sys/tests/
H A Dlib.rs35 unload().unwrap(); in test()
/third_party/python/Lib/test/
H A Dtest_source_encoding.py6 from test.support.import_helper import unload
120 unload(TESTFN)
138 unload(TESTFN)
H A Dtest_runpy.py16 from test.support.import_helper import forget, make_legacy_pyc, unload
320 unload(mod_name) # In case loader caches paths
361 unload(mod_name) # In case loader caches paths
420 unload(mod_name) # In case the loader caches paths
H A Dtest_pkgutil.py2 from test.support.import_helper import unload, CleanImport
522 self.addCleanup(unload, 'pkg')
525 self.addCleanup(unload, 'pkg.subpkg')

Completed in 9 milliseconds

12