Home
last modified time | relevance | path

Searched refs:Dispose (Results 1 – 25 of 100) sorted by relevance

1234

/external/ImageMagick/Magick++/demo/
Dsmile_anim.miff6 Scene=0 Iterations=0 Delay=10 Dispose=3
15 Scene=1 Iterations=1 Delay=10 Dispose=3
23 Scene=2 Iterations=1 Delay=10 Dispose=3
31 Scene=3 Iterations=1 Delay=10 Dispose=3
39 Scene=4 Iterations=1 Delay=10 Dispose=3
47 Scene=5 Iterations=1 Delay=10 Dispose=3
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DChannelArgsSafeHandleTest.cs33 channelArgs.Dispose(); in CreateEmptyAndDestroy()
40 channelArgs.Dispose(); in CreateNonEmptyAndDestroy()
47 channelArgs.Dispose(); in CreateNullAndDestroy()
57 channelArgs.Dispose(); in CreateFillAndDestroy()
DMetadataArraySafeHandleTest.cs33 nativeMetadata.Dispose(); in CreateEmptyAndDestroy()
45 nativeMetadata.Dispose(); in CreateAndDestroy()
66 nativeMetadata.Dispose(); in ReadMetadataFromPtrUnsafe()
DDefaultObjectPoolTest.cs58 pool.Dispose(); in DisposeCleansSharedPool()
68 pool.Dispose(); in LeaseSetsReturnAction()
89 public void Dispose() in Dispose() method in Grpc.Core.Internal.Tests.DefaultObjectPoolTest.TestPooledObject
DCompletionQueueSafeHandleTest.cs35 cq.Dispose(); in CreateSyncAndDestroy()
46 cq.Dispose(); in CreateAsyncAndShutdown()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir_test.go23 defer mod.Dispose()
102 defer mod.Dispose()
107 defer b.Dispose()
145 defer cont.Dispose()
Dexecutionengine_test.go39 defer builder.Dispose()
79 defer engine.Dispose()
82 defer pass.Dispose()
Dstring_test.go22 defer ctx.Dispose()
Dexecutionengine.go86 func (g GenericValue) Dispose() { C.LLVMDisposeGenericValue(g.C) } func
131 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) } func
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DDefaultObjectPool.cs144 item.Dispose(); in Return()
173 item.Dispose(); in Return()
177 public void Dispose() in Dispose() method in Grpc.Core.Internal.DefaultObjectPool
187 sharedQueue.Dequeue().Dispose(); in Dispose()
/external/v8/src/snapshot/
Dnatives-external.cc31 native_names_[i].Dispose(); in ~NativesStore()
124 static void Dispose() { in Dispose() function in v8::internal::NativesHolder
173 NativesHolder<CORE>::Dispose(); in DisposeNatives()
174 NativesHolder<EXTRAS>::Dispose(); in DisposeNatives()
175 NativesHolder<EXPERIMENTAL_EXTRAS>::Dispose(); in DisposeNatives()
/external/v8/src/
Dcollector.h35 current_chunk_.Dispose(); in ~Collector()
37 rit->Dispose(); in ~Collector()
115 rit->Dispose(); in Reset()
164 current_chunk_.Dispose(); in NewChunk()
237 this->current_chunk_.Dispose(); in NewChunk()
/external/llvm/bindings/go/llvm/
Dexecutionengine_test.go39 defer builder.Dispose()
79 defer engine.Dispose()
82 defer pass.Dispose()
Dstring_test.go22 defer ctx.Dispose()
Dtransforms_pmbuilder.go46 func (pmb PassManagerBuilder) Dispose() { func
Dexecutionengine.go86 func (g GenericValue) Dispose() { C.LLVMDisposeGenericValue(g.C) } func
131 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) } func
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DChannelOptionsTest.cs72 channelArgs.Dispose(); in CreateChannelArgsEmpty()
87 channelArgs.Dispose(); in CreateChannelArgs()
/external/v8/samples/
Dhello-world.cc97 isolate->Dispose(); in main()
98 v8::V8::Dispose(); in main()
/external/webrtc/webrtc/base/
Dmessagequeue_unittest.cc86 Dispose(d); in TEST_F()
108 Dispose(handler); in TEST_F()
Dhttpserver.cc128 Thread::Current()->Dispose(current_); in ~Connection()
214 Thread::Current()->Dispose(current_->response.document.release()); in onHttpComplete()
283 Thread::Current()->Dispose(stream); in OnConnectionClosed()
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs45 Dispose(); in ~Interpreter()
48 public void Dispose() { in Dispose() method in TensorFlowLite.Interpreter
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.designer.cs20 Button.Dispose(); in ReleaseDesignerOutlets()
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilerScope.cs40 public void Dispose() in Dispose() method
/external/v8/include/
Dv8-util.h108 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() function
139 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() function
229 Traits::Dispose(isolate_, Release(Traits::Value(i)).Pass(),
417 Traits::Dispose(data.GetIsolate(),
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs398 requestCallContextPool.Dispose(); in ShutdownAsync()
399 batchContextPool.Dispose(); in ShutdownAsync()

1234