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

1 2 3 4

  /external/pdfium/fpdfsdk/javascript/
JS_Object.cpp 25 pJSObj->Dispose();
41 void CJS_Object::Dispose() {
JS_Object.h 38 void Dispose();
  /external/v8/samples/
hello-world.cc 55 // Dispose the isolate and tear down V8.
56 isolate->Dispose();
57 V8::Dispose();
  /external/pdfium/testing/
js_embedder_test.cpp 33 m_pIsolate->Dispose();
  /external/llvm/bindings/go/llvm/
string_test.go 22 defer ctx.Dispose()
executionengine_test.go 39 defer builder.Dispose()
79 defer engine.Dispose()
82 defer pass.Dispose()
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) }
ir_test.go 23 defer mod.Dispose()
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() {
  /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/v8/src/
collector.h 34 current_chunk_.Dispose();
36 chunks_.at(i).Dispose();
105 // vector (e.g., using Vector::Dispose).
115 chunks_.at(i).Dispose();
164 current_chunk_.Dispose();
236 this->current_chunk_.Dispose();
managed.h 18 // as part of Isolate::Dispose().
61 finalizer->Dispose();
global-handles.cc 18 if (info != NULL) info->Dispose();
    [all...]
  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 28 pIsolate->Dispose();
32 v8::V8::Dispose();
  /external/webrtc/webrtc/base/
messagequeue_unittest.cc 86 Dispose(d);
107 // First, post a dispose.
108 Dispose(handler);
testechoserver.h 62 Thread::Current()->Dispose(socket);
httpserver.cc 128 Thread::Current()->Dispose(current_);
214 Thread::Current()->Dispose(current_->response.document.release());
283 Thread::Current()->Dispose(stream);
win32socketserver.cc 154 void Dispose();
167 void Win32Socket::EventSink::Dispose() {
507 sink_->Dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 53 mCanvas.addListener(SWT.Dispose, this);
61 mCanvas.removeListener(SWT.Dispose, this);
89 case SWT.Dispose:
105 mTip.dispose();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 82 public void Dispose() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 88 public void Dispose()
  /external/v8/include/
v8-profiler.h 285 * |Dispose| method.
292 void Dispose();
849 * are freed by calling the Dispose class function.
854 virtual void Dispose() = 0;
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(),
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h 199 * calling Dispose, the ServiceRef is no longer usable.
202 Dispose();
315 Dispose();
1026 * sdRef: A pointer to an uninitialized ServiceRef. Call ServiceRef.Dispose()
1071 * ServiceRef.Dispose().
    [all...]

Completed in 645 milliseconds

1 2 3 4