Searched defs:Dispose (Results 1 - 25 of 32) sorted by last modified time

12

/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc132 // Tests that call v8::V8::Dispose() cannot be threaded.
135 CHECK(v8::V8::Dispose());
139 // Tests that call v8::V8::Dispose() cannot be threaded.
141 for (int i = 0; i < 3; ++i) CHECK(v8::V8::Dispose());
143 for (int i = 0; i < 3; ++i) CHECK(v8::V8::Dispose());
145 for (int i = 0; i < 3; ++i) CHECK(v8::V8::Dispose());
799 void Dispose() { function in class:TestOneByteResourceWithDisposeControl
3643 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<V> value, function in class:WeakStdMapTraits
14210 isolate->Dispose();
14226 isolate->Dispose();
[all...]
H A Dtest-global-handles.cc58 virtual void Dispose() { function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc1402 virtual void Dispose() { function in class:__anon17406::TestRetainedObjectInfo
H A Dtest-heap.cc1106 isolate->Dispose();
1493 // Dispose the native contexts one by one.
3289 virtual void Dispose() { function in class:SourceResource
3388 isolate->Dispose();
4449 isolate->Dispose();
H A Dtest-mark-compact.cc364 virtual void Dispose() { function in class:TestRetainedObjectInfo
483 isolate->Dispose();
/external/chromium_org/v8/tools/
H A Dgrokdump.py764 def Dispose(self): member in class:MinidumpReader
3122 reader.Dispose()
H A Dll_prof.py480 def Dispose(self): member in class:LogReader
680 def Dispose(self): member in class:TraceReader
1011 log_reader.Dispose()
1012 trace_reader.Dispose()
/external/chromium_org/v8/include/
H A Dv8-util.h77 * objects and has no special Dispose handling.
104 static void Dispose(Isolate* isolate, UniquePersistent<V> value, K key) { } function in class:v8::DefaultPersistentValueMapTraits
206 Traits::Dispose(isolate_, Release(Traits::Value(i)).Pass(),
301 Traits::Dispose(data.GetIsolate(),
H A Dv8.h1851 * Internally V8 will call this Dispose method when the external string
1856 virtual void Dispose() { delete this; } function in class:v8::String::ExternalStringResourceBase
1983 * resource will be disposed by calling its Dispose method. The caller of
2005 * resource will be disposed by calling its Dispose method. The caller of
4488 * by calling Dispose(). Using the delete operator is not allowed.
4525 void Dispose();
5172 static bool Dispose();
/external/chromium_org/v8/src/
H A Dapi.cc5071 bool v8::V8::Dispose() { function in class:v8::v8::V8
6595 void Isolate::Dispose() { function in class:v8::Isolate
6598 "v8::Isolate::Dispose()",
H A Ddebug.cc2742 command.Dispose();
2863 command.Dispose();
2911 command.Dispose();
3293 void CommandMessage::Dispose() { function in class:v8::internal::CommandMessage
3294 text_.Dispose();
3313 while (!IsEmpty()) Get().Dispose();
3343 // Make the new_queue empty so that it doesn't call Dispose on any messages.
H A Dheap-snapshot-generator.cc2318 info->Dispose();
2328 info->Dispose();
2399 info->Dispose();
2441 virtual void Dispose() { function in class:v8::internal::NativeGroupRetainedObjectInfo
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.h216 template<class T> void Dispose(T* doomed) { function in class:rtc::MessageQueue
H A Dwin32socketserver.cc151 void Dispose();
164 void Win32Socket::EventSink::Dispose() { function in class:rtc::Win32Socket::EventSink
504 sink_->Dispose();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMDataStore.h310 inline void DOMWrapperMap<ScriptWrappableBase>::PersistentValueMapTraits::Dispose( function in class:blink::DOMWrapperMap::PersistentValueMapTraits
H A DDOMWrapperMap.h148 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<v8::Object> value, KeyType* key) { } function in class:blink::DOMWrapperMap::PersistentValueMapTraits
H A DRetainedDOMInfo.cpp49 void RetainedDOMInfo::Dispose() function in class:blink::RetainedDOMInfo
H A DV8NPObject.cpp191 // Dispose traits:
192 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<v8::FunctionTemplate> value, PrivateIdentifier* key) { } function in class:blink::V8TemplateMapTraits
426 inline void DOMWrapperMap<NPObject>::PersistentValueMapTraits::Dispose( function in class:blink::DOMWrapperMap::PersistentValueMapTraits
H A DV8PersistentValueMap.h108 // Dispose traits:
109 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<ValueType> value, KeyType key) { } function in class:blink::V8PersistentValueMapTraits
H A DV8ValueCache.cpp41 void StringCacheMapTraits::Dispose( function in class:blink::StringCacheMapTraits
51 // The MapType::Dispose callback calls StringCache::InvalidateLastString,
/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);

Completed in 506 milliseconds

12