Home
last modified time | relevance | path

Searched defs:closed (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelReceiveCatchingTest.kt23 val closed = channel.receiveCatching() in <lambda>() constant
62 val closed = channel.receiveCatching() in <lambda>() constant
105 val closed = channel.receiveCatching() in <lambda>() constant
/external/rust/beto-rust/nearby/presence/ldt_np_jni/java/LdtNpJni/src/main/java/com/google/android/gms/nearby/presence/hazmat/
DNpLdtCipher.kt77 private var closed = false variable
141 private var closed = false variable
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DStreamIteratorTest.java37 final AtomicBoolean closed = new AtomicBoolean(); in testForEachRemaining() local
49 final AtomicBoolean closed = new AtomicBoolean(); in testHasNext() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeData.java17 private boolean closed; field in ShapeData
19 public ShapeData(PointF initialPoint, boolean closed, List<CubicCurveData> curves) { in ShapeData()
40 public void setClosed(boolean closed) { in setClosed()
/external/okio/okio-nodefilesystem/src/main/kotlin/okio/
DFileSink.kt21 private var closed = false variable
DFileSource.kt22 private var closed = false variable in okio.FileSource
/external/clang/test/FixIt/
Dselector-fixit.m10 - (void)closed; method
17 - (void)closed { } method
/external/guava/guava-tests/test/com/google/common/io/
DTestOutputStream.java34 private boolean closed; field in TestOutputStream
46 public boolean closed() { in closed() method in TestOutputStream
DTestInputStream.java35 private boolean closed; field in TestInputStream
47 public boolean closed() { in closed() method in TestInputStream
/external/guava/android/guava-tests/test/com/google/common/io/
DTestOutputStream.java34 private boolean closed; field in TestOutputStream
46 public boolean closed() { in closed() method in TestOutputStream
DTestInputStream.java35 private boolean closed; field in TestInputStream
47 public boolean closed() { in closed() method in TestInputStream
/external/okio/okio/src/commonMain/kotlin/okio/
DPeekSource.kt35 private var closed = false variable in okio.PeekSource
DFileHandle.kt47 private var closed = false variable in okio.FileHandle
392 var closed = false variable
422 var closed = false variable
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/detail/
Dsync_queue_base.hpp129 bool sync_queue_base<ValueType, Queue>::closed() const in closed() function in boost::concurrent::detail::sync_queue_base
135 bool sync_queue_base<ValueType, Queue>::closed(unique_lock<mutex>&) const in closed() function in boost::concurrent::detail::sync_queue_base
140 bool sync_queue_base<ValueType, Queue>::closed(lock_guard<mutex>&) const in closed() function in boost::concurrent::detail::sync_queue_base
Dsync_deque_base.hpp129 bool sync_deque_base<ValueType, Queue>::closed() const in closed() function in boost::concurrent::detail::sync_deque_base
135 bool sync_deque_base<ValueType, Queue>::closed(unique_lock<mutex>&) const in closed() function in boost::concurrent::detail::sync_deque_base
140 bool sync_deque_base<ValueType, Queue>::closed(lock_guard<mutex>&) const in closed() function in boost::concurrent::detail::sync_deque_base
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/
Dinline_executor.hpp84 bool closed(lock_guard<mutex>& ) in closed() function in boost::executors::inline_executor
88 bool closed() in closed() function in boost::executors::inline_executor
Dgeneric_executor_ref.hpp58 bool closed() { return ex.closed(); } in closed() function in boost::executors::executor_ref
123 bool closed() { return ex->closed(); } in closed() function in boost::executors::generic_executor_ref
Dthread_executor.hpp92 bool closed(lock_guard<mutex>& ) in closed() function in boost::executors::thread_executor
96 bool closed() in closed() function in boost::executors::thread_executor
/external/okio/okio/src/jvmMain/kotlin/okio/
DDeflaterSink.kt48 private var closed = false variable
DInflaterSource.kt42 private var closed = false variable in okio.InflaterSource
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DOnDemandAllocatingPoolLincheckTest.kt33 var closed = false in allocate() variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt183 val closed = super.close(cause) in close() constant
/external/okio/okio/src/nativeMain/kotlin/okio/
DFileSource.kt33 private var closed = false in <lambda>() variable in okio.FileSource
DFileSink.kt32 private var closed = false in <lambda>() variable in okio.FileSink
/external/python/cpython3/Modules/_io/
Diobase.c155 int closed = iobase_is_closed(self); in _io__IOBase_flush_impl() local
169 int closed = iobase_is_closed(self); in iobase_closed_get() local
180 int closed; in iobase_check_closed() local
224 int rc, closed = iobase_is_closed(self); in _io__IOBase_close_impl() local
256 int closed; in iobase_finalize() local

12345678910>>...15