Searched defs:Dispose (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/tools/stats_viewer/
H A DOpenDialog.Designer.cs18 protected override void Dispose(bool disposing) method in class:StatsViewer.OpenDialog
22 components.Dispose();
24 base.Dispose(disposing);
H A Dstats_viewer.Designer.cs18 protected override void Dispose(bool disposing) method in class:StatsViewer.StatsViewer
22 components.Dispose();
24 base.Dispose(disposing);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs82 public void Dispose() { method in class:Antlr.Runtime.Tree.TreeIterator
H A DBufferedTreeNodeStream.cs91 public void Dispose() { method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DRetainedDOMInfo.cpp49 void RetainedDOMInfo::Dispose() function in class:WebCore::RetainedDOMInfo
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs88 public void Dispose() method in class:Antlr.Runtime.Tree.TreeIterator
H A DBufferedTreeNodeStream.cs97 public void Dispose() method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.Designer.cs18 protected override void Dispose(bool disposing) method in class:ChromeDebug.AttachDialog
22 components.Dispose();
24 base.Dispose(disposing);
H A DProcessDetail.cs277 Dispose();
280 public void Dispose() { method in class:ChromeDebug.ProcessDetail
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs131 public void Dispose() method in class:DotZLib.CodecBase
H A DGZipStream.cs125 public void Dispose() method in class:DotZLib.GZipStream
/external/v8/src/
H A Dglobal-handles.h61 void Dispose() { function in class:v8::internal::ObjectGroup
62 if (info_ != NULL) info_->Dispose();
95 void Dispose() { function in class:v8::internal::ImplicitRefGroup
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.h206 template<class T> void Dispose(T* doomed) { function in class:talk_base::MessageQueue
H A Dwin32socketserver.cc167 void Dispose();
180 void Win32Socket::EventSink::Dispose() { function in class:talk_base::Win32Socket::EventSink
496 sink_->Dispose();
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc58 virtual void Dispose() { function in class:TestRetainedObjectInfo
H A Dtest-mark-compact.cc368 virtual void Dispose() { function in class:TestRetainedObjectInfo
522 isolate->Dispose();
H A Dtest-heap.cc1465 // Dispose the native contexts one by one.
2954 virtual void Dispose() { function in class:SourceResource
H A Dtest-heap-profiler.cc1181 virtual void Dispose() { function in class:__anon15641::TestRetainedObjectInfo
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmessagequeue.h232 template<class T> void Dispose(T* doomed) { function in class:talk_base::MessageQueue
H A Dwin32socketserver.cc168 void Dispose();
181 void Win32Socket::EventSink::Dispose() { function in class:talk_base::Win32Socket::EventSink
521 sink_->Dispose();
/external/chromium_org/v8/tools/
H A Dll_prof.py479 def Dispose(self): member in class:LogReader
679 def Dispose(self): member in class:TraceReader
1010 log_reader.Dispose()
1011 trace_reader.Dispose()
/external/v8/test/cctest/
H A Dtest-mark-compact.cc308 handle.Dispose();
421 virtual void Dispose() { function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc783 virtual void Dispose() { function in class:__anon27340::TestRetainedObjectInfo
1281 handle.Dispose();
1360 p_AAA.Dispose();
1363 p_CCC.Dispose();
1366 p_BBB.Dispose();
/external/v8/tools/
H A Dll_prof.py463 def Dispose(self): member in class:LogReader
658 def Dispose(self): member in class:TraceReader
950 log_reader.Dispose()
951 trace_reader.Dispose()
H A Dgrokdump.py475 def Dispose(self): member in class:MinidumpReader
1058 reader.Dispose()

Completed in 1133 milliseconds

12