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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dapp.cpp57 void wxApp::CleanUp() function in class:wxApp
59 wxAppBase::CleanUp();
61 wxFontsManager::CleanUp();
63 wxEventLoop::CleanUp();
64 wxIDirectFB::CleanUp();
H A Devtloop.cpp59 void wxEventLoop::CleanUp() function in class:wxEventLoop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/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();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/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();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dapp.h32 virtual void CleanUp();
H A Devtloop.h46 static void CleanUp();
48 friend class wxApp; // calls CleanUp() and WakeUp()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dapp.h43 virtual void CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dapp.cpp140 // class to ensure that wxAppBase::CleanUp() is called if our Initialize()
146 ~wxCallBaseCleanup() { if ( m_app ) m_app->wxAppBase::CleanUp(); }
192 void wxApp::CleanUp() function in class:wxApp
198 wxAppBase::CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dapp.h67 virtual void CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dapp.h41 virtual void CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dapp.h45 virtual void CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.h81 void CleanUp();
H A DDeadSourceList.cpp149 CleanUp();
154 void CDeadSourceList::CleanUp() function in class:CDeadSourceList
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddllar.sh74 CleanUp() { function
141 CleanUp
146 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
147 # @Uses Whatever CleanUp() uses.
155 CleanUp
302 CleanUp
484 CleanUp 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dapp.cpp299 // Modules are cleaned up after wxApp::CleanUp(), and some modules may
301 // manager. So append this module last minute in wxApp::CleanUp() to close
310 wxFontsManager::CleanUp();
317 void wxApp::CleanUp() function in class:wxApp
321 wxAppBase::CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/applet/
H A Dechovar.h90 static void CleanUp();
H A Difelsevar.h90 static void CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dechovar.cpp88 void wxEchoVariable::CleanUp() function in class:wxEchoVariable
H A Difelsevar.cpp87 void wxIfElseVariable::CleanUp() function in class:wxIfElseVariable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dapp.h66 virtual void CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dapp.h70 virtual void CleanUp();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dapp.h36 virtual void CleanUp();

Completed in 284 milliseconds

123