Home
last modified time | relevance | path

Searched defs:IsClosed (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dreporter.h48 bool IsClosed() const { return closed_; } in IsClosed() function
/external/tensorflow/tensorflow/python/lib/io/
Drecord_io_wrapper.cc60 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anone2ddfc620111::PyRecordReader
143 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anone2ddfc620111::PyRecordRandomReader
202 bool IsClosed() const { return file_ == nullptr && writer_ == nullptr; } in IsClosed() function in __anone2ddfc620111::PyRecordWriter
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler.h309 bool Batch<TaskType>::IsClosed() const { in IsClosed() function
/external/angle/build/android/pylib/symbols/
Dexpensive_line_transformer.py53 def IsClosed(self): member in ExpensiveLineTransformer
/external/cronet/build/android/pylib/symbols/
Dexpensive_line_transformer.py53 def IsClosed(self): member in ExpensiveLineTransformer
/external/webrtc/pc/
Dpeer_connection.h314 bool IsClosed() const override { in IsClosed() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_sequencer.cc231 bool QuicStreamSequencer::IsClosed() const { in IsClosed() function in quic::QuicStreamSequencer
/external/openthread/src/core/net/
Dtcp6.cpp285 bool Tcp::Endpoint::IsClosed(void) const in IsClosed() function in ot::Ip6::Tcp::Endpoint
584 bool Tcp::Listener::IsClosed(void) const in IsClosed() function in ot::Ip6::Tcp::Listener
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h267 bool IsClosed() { in IsClosed() function
/external/webrtc/pc/test/
Dfake_peer_connection_base.h330 bool IsClosed() const override { return false; } in IsClosed() function
/external/cronet/net/spdy/
Dspdy_stream.cc784 bool SpdyStream::IsClosed() const { in IsClosed() function in net::SpdyStream