Searched refs:CleanUp (Results 1 - 25 of 31) sorted by relevance

12

/external/zlib/src/contrib/dotzlib/DotZLib/
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();
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
/external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
H A DGaneshPictureRenderer.java67 GaneshPictureRenderer.CleanUp(this.contextPtr);
69 Log.e(TAG, "CleanUp failed", e);
118 private static native void CleanUp(long p); method in class:GaneshPictureRenderer
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dpage_action.py39 def CleanUp(self, tab): member in class:PageAction
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_posix.h68 bool CleanUp();
H A Dudp_socket_posix.cc232 if(!CleanUp())
267 bool UdpSocketPosix::CleanUp() function in class:webrtc::test::UdpSocketPosix
/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 Dcreate_release.py276 class CleanUp(Step): class in inherits:Step
330 CleanUp,
H A Dmerge_to_branch.py211 class CleanUp(Step): class in inherits:Step
285 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()
82 // also ensures that the CleanUp() virtual method is called on the subclass
196 virtual void CleanUp() {} function in class:base::Thread
H A Dthread_unittest.cc52 // Thread::CleanUp() was called.
75 void CleanUp() override { event_list_->push_back(THREAD_EVENT_CLEANUP); }
257 // (1) Thread::CleanUp()
260 TEST_F(ThreadTest, CleanUp) {
H A Dthread.cc258 CleanUp();
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h138 static void CleanUp(const GrContext* context, void* info);
H A DGrTextureStripAtlas.cpp38 void GrTextureStripAtlas::CleanUp(const GrContext*, void* info) { function in class:GrTextureStripAtlas
63 desc.fContext->addCleanUp(CleanUp, entry);
/external/webrtc/webrtc/base/
H A Ddbus.cc157 CleanUp();
165 CleanUp();
260 void CleanUp() { function in class:rtc::DBusMonitor::DBusMonitoringThread
/external/chromium-trace/catapult/telemetry/telemetry/value/
H A Dtrace.py97 def CleanUp(self): member in class:TraceValue
100 A cleaned up TraceValue cannot be used for further operations. CleanUp()
112 self.CleanUp()
H A Dtrace_unittest.py174 v.CleanUp()
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
H A Dpage_test_results.py244 def CleanUp(self): member in class:PageTestResults
249 v.CleanUp()
256 self.CleanUp()
/external/libchrome/dbus/
H A Dobject_manager.h233 void CleanUp();
/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/v8/tools/
H A Dstats-viewer.py94 self.CleanUp()
129 def CleanUp(self): member in class:StatsViewer

Completed in 479 milliseconds

12