/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/ |
H A D | record_io_wrapper.cc | 60 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anond598a3330111::PyRecordReader 143 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anond598a3330111::PyRecordRandomReader 202 bool IsClosed() const { return file_ == nullptr && writer_ == nullptr; } in IsClosed() function in __anond598a3330111::PyRecordWriter
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/ |
H A D | inter_activity_pipe.h | 104 bool IsClosed() { in IsClosed() function 134 bool IsClosed() { return center_->IsClosed(); } in IsClosed() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | reporter.h | 48 bool IsClosed() const { return closed_; } in IsClosed() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/ |
H A D | batch_scheduler.h | 309 bool Batch<TaskType>::IsClosed() const { in IsClosed() function
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | peer_connection.h | 314 bool IsClosed() const override { in IsClosed() function
|
/aosp_15_r20/external/cronet/build/android/pylib/symbols/ |
H A D | expensive_line_transformer.py | 53 def IsClosed(self): member in ExpensiveLineTransformer
|
/aosp_15_r20/external/angle/build/android/pylib/symbols/ |
H A D | expensive_line_transformer.py | 53 def IsClosed(self): member in ExpensiveLineTransformer
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | tcp6.cpp | 315 bool Tcp::Endpoint::IsClosed(void) const { return GetTcb().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Endpoint 599 bool Tcp::Listener::IsClosed(void) const { return GetTcbListen().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Listener
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap_secure.hpp | 170 bool IsClosed(void) const { return mDtls.IsClosed(); } in IsClosed() function in ot::Coap::CoapSecure
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_stream_sequencer.cc | 231 bool QuicStreamSequencer::IsClosed() const { in IsClosed() function in quic::QuicStreamSequencer
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | metrics_collector.cc | 171 bool IsClosed() override { return opened_devices_.empty(); } in IsClosed() function in bluetooth::le_audio::GroupMetricsImpl
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | secure_transport.hpp | 251 bool IsClosed(void) const { return mState == kStateClosed; } in IsClosed() function in ot::MeshCoP::SecureTransport
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | tensor_array.h | 267 bool IsClosed() { in IsClosed() function
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_stream.cc | 674 bool SpdyStream::IsClosed() const { in IsClosed() function in net::SpdyStream
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | fake_peer_connection_base.h | 330 bool IsClosed() const override { return false; } in IsClosed() function
|