HomeSort by relevance Sort by last modified time
    Searched defs:Dispose (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/bindings/go/llvm/
transforms_pmbuilder.go 46 func (pmb PassManagerBuilder) Dispose() {
executionengine.go 86 func (g GenericValue) Dispose() { C.LLVMDisposeGenericValue(g.C) }
131 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) }
target.go 202 func (td TargetData) Dispose() { C.LLVMDisposeTargetData(td.C) }
259 // responsible for disposing of it by calling the TargetData.Dispose method.
286 // Dispose releases resources related to the TargetMachine.
287 func (tm TargetMachine) Dispose() {
ir.go 353 func (c Context) Dispose() { C.LLVMContextDispose(c.C) }
390 func (m Module) Dispose() { C.LLVMDisposeModule(m.C) }
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 82 public void Dispose() {
BufferedTreeNodeStream.cs 91 public void Dispose() {
  /external/pdfium/fpdfsdk/javascript/
JS_Object.cpp 25 pJSObj->Dispose();
41 void CJS_Object::Dispose() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 88 public void Dispose()
BufferedTreeNodeStream.cs 97 public void Dispose()
  /external/v8/src/snapshot/
natives-external.cc 33 native_names_[i].Dispose();
130 static void Dispose() {
183 NativesHolder<CORE>::Dispose();
184 NativesHolder<EXPERIMENTAL>::Dispose();
185 NativesHolder<EXTRAS>::Dispose();
186 NativesHolder<EXPERIMENTAL_EXTRAS>::Dispose();
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 95 leaveOpen = true; // Simple way of avoiding trying to dispose of a null reference
706 public void Dispose()
711 output.Dispose();
CodedInputStream.cs 158 /// <c cref="CodedInputStream"/> is disposed; <c>false</c> to dispose of the given stream when the
277 public void Dispose()
281 input.Dispose();
    [all...]
  /external/webrtc/webrtc/base/
messagequeue.h 221 template<class T> void Dispose(T* doomed) {
win32socketserver.cc 154 void Dispose();
167 void Win32Socket::EventSink::Dispose() {
507 sink_->Dispose();
  /art/runtime/
debugger.h 229 static void Dispose() {
    [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 106 // Dispose
108 // Calls impl-Dispose(). This ultimately will call DNSServiceRefDeallocate()
111 ServiceRef::Dispose()
121 // Call Dispose. This won't call DNSServiceRefDeallocate()
125 m_impl->Dispose();
409 // ServiceRefImpl::Dispose()
414 ServiceRef::ServiceRefImpl::Dispose()
  /external/pdfium/fxjs/
fxjs_v8.cpp 158 void V8TemplateMapTraits::Dispose(v8::Isolate* isolate,
  /external/v8/include/
v8-util.h 37 * Users will have to implement their own weak callbacks & dispose traits.
81 * objects and has no special Dispose handling.
108 static void Dispose(Isolate* isolate, Global<V> value, K key) {}
139 static void Dispose(Isolate* isolate, Global<V> value, K key) {}
239 Traits::Dispose(isolate_, Release(Traits::Value(i)).Pass(),
422 Traits::Dispose(data.GetIsolate(),
v8.h 723 * The destructor will dispose the Persistent based on the
724 * kResetInDestructor flags in the traits class. Since not calling dispose
    [all...]
  /external/v8/tools/
ll_prof.py 427 def Dispose(self):
651 def Dispose(self):
988 log_reader.Dispose(
    [all...]
grokdump.py     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /external/v8/src/
api.cc 528 isolate->Dispose();
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1335 milliseconds

1 2