Searched defs:CleanUp (Results 1 - 19 of 19) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs101 protected override void CleanUp() { inflateEnd(ref _ztream); } method in class:DotZLib.Inflater
H A DDeflater.cs103 protected override void CleanUp() { deflateEnd(ref _ztream); } method in class:DotZLib.Deflater
H A DCodecBase.cs59 CleanUp(false);
125 CleanUp(false);
129 /// Releases any unmanaged resources and calls the <see cref="CleanUp()"/> method of the derived class
133 CleanUp(true);
140 protected abstract void CleanUp(); method in class:DotZLib.CodecBase
142 // performs the release of the handles and calls the dereived CleanUp()
143 private void CleanUp(bool isDisposing) method in class:DotZLib.CodecBase
147 CleanUp();
/external/v8/tools/release/
H A Dauto_roll.py170 class CleanUp(Step): class in inherits:Step
226 CleanUp,
H A Dauto_tag.py161 class CleanUp(Step): class in inherits:Step
196 CleanUp,
H A Dmerge_to_branch.py189 class CleanUp(Step): class in inherits:Step
267 CleanUp,
H A Droll_merge.py211 class CleanUp(Step): class in inherits:Step
285 CleanUp,
H A Dcreate_release.py256 class CleanUp(Step): class in inherits:Step
310 CleanUp,
H A Dpush_to_candidates.py335 class CleanUp(Step): class in inherits:Step
410 CleanUp,
H A Dreleases.py503 class CleanUp(Step): class in inherits:Step
570 CleanUp,
/external/libchrome/base/threading/
H A Dthread.h38 // (1) Thread::CleanUp()
83 // also ensures that the CleanUp() virtual method is called on the subclass
197 virtual void CleanUp() {} function in class:base::Thread
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_posix.cc232 if(!CleanUp())
267 bool UdpSocketPosix::CleanUp() function in class:webrtc::test::UdpSocketPosix
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc337 void CleanUp() { function in namespace:google_breakpad
435 CleanUp();
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp40 void GrTextureStripAtlas::CleanUp(const GrContext*, void* info) { function in class:GrTextureStripAtlas
65 desc.fContext->addCleanUp(CleanUp, entry);
/external/toolchain-utils/crosperf/
H A Dresults_cache.py384 def CleanUp(self, rm_chroot_tmp): member in class:Result
/external/v8/tools/
H A Dstats-viewer.py94 self.CleanUp()
129 def CleanUp(self): member in class:StatsViewer
/external/webrtc/webrtc/base/
H A Ddbus.cc157 CleanUp();
165 CleanUp();
260 void CleanUp() { function in class:rtc::DBusMonitor::DBusMonitoringThread
/external/libchrome/base/memory/
H A Dshared_memory_unittest.cc52 static void CleanUp() { function in class:base::__anon10047::MultipleThreadMain
240 MultipleThreadMain::CleanUp();
271 MultipleThreadMain::CleanUp();
625 static void CleanUp() { function in class:base::SharedMemoryProcessTest
659 SharedMemoryProcessTest::CleanUp();
689 SharedMemoryProcessTest::CleanUp();
/external/libchrome/dbus/
H A Dobject_manager.cc150 void ObjectManager::CleanUp() { function in class:dbus::ObjectManager

Completed in 446 milliseconds