Home
last modified time | relevance | path

Searched refs:disposed (Results 1 – 25 of 32) sorted by relevance

12

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DDefaultObjectPool.cs44 bool disposed; field in Grpc.Core.Internal.DefaultObjectPool
136 if (localData.Queue.Count < threadLocalCapacity && !disposed) in Return()
152 if (sharedQueue.Count < sharedCapacity && !disposed) in Return()
157 … while (sharedQueue.Count < sharedCapacity && itemsReturned < returnLimit && !disposed) in Return()
181 if (!disposed) in Dispose()
183 disposed = true; in Dispose()
DAsyncCallBase.cs49 protected bool disposed; field in Grpc.Core.Internal.AsyncCallBase
82 if (!disposed) in Cancel()
98 if (!disposed) in CancelWithStatus()
155 GrpcPreconditions.CheckState(!disposed); in ReadMessageInternalAsync()
169 if (!disposed && call != null) in ReleaseResourcesIfPossible()
198 disposed = true; in ReleaseResources()
DAsyncCallServer.cs138 GrpcPreconditions.CheckState(!disposed); in SendStatusFromServerAsync()
197 GrpcPreconditions.CheckState(!disposed); in CheckSendAllowedOrEarlyResult()
DAsyncCall.cs324 if (disposed || finished) in SendCloseFromClientAsync()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DMono.kt63 private var disposed = false variable
85 disposed = true in dispose()
89 override fun isDisposed(): Boolean = disposed
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliterator.properties18 disposedError=Dispatch called after IME was disposed
24 multipleDisposeError=IME is already disposed
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dobserve_on.cpp19 std::atomic_bool disposed; variable
26 disposed = true; in __anondca263430102()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxConvert.kt95 awaitClose { disposableRef.getAndSet(Disposable.disposed())?.dispose() } in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxConvert.kt95 awaitClose { disposableRef.getAndSet(Disposables.disposed())?.dispose() } in <lambda>()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp176 bool disposed = false; in blocking_subscribe() local
204 disposed = true; in blocking_subscribe()
212 return disposed; in blocking_subscribe()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h719 virtual void disposed() = 0;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h726 virtual void disposed() = 0;
/external/llvm-project/llvm/lib/CodeGen/
DModuloSchedule.cpp886 LoopInfo->disposed(); in addBranches()
1979 LoopInfo->disposed(); in fixupBranches()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp887 LoopInfo->disposed(); in addBranches()
1967 Info->disposed(); in fixupBranches()
/external/python/cpython3/Doc/extending/
Dextending.rst946 Using a borrowed reference after the owner has disposed of it risks using freed
955 disposed of it.
/external/python/cpython2/Doc/extending/
Dextending.rst892 Using a borrowed reference after the owner has disposed of it risks using freed
901 disposed of it.
/external/kotlinx.coroutines/
DCHANGES.md674 * Cancellation handlers cannot be removed (disposed of) anymore.
953 …used with publishers/observables that continue to invoke `onNext` despite being cancelled/disposed
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4215 void disposed() override { in disposed() function in __anon8255633f0311::PPCPipelinerLoopInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp750 void disposed() override { Loop->eraseFromParent(); } in disposed() function in __anon872441700111::HexagonPipelinerLoopInfo
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp756 void disposed() override { Loop->eraseFromParent(); } in disposed() function in __anon72b9dc7c0111::HexagonPipelinerLoopInfo
/external/swiftshader/third_party/subzero/
DDESIGN.rst1053 ``CfgLocalAllocator`` are disposed of at this point.
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst1053 ``CfgLocalAllocator`` are disposed of at this point.
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4998 void disposed() override { in disposed() function in __anondf1f584b0a11::PPCPipelinerLoopInfo
/external/brotli/tests/testdata/
Dasyoulik.txt3009 disposed to be merry; I will laugh like a hyen, and
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt21867 disposed

12