Home
last modified time | relevance | path

Searched refs:should_close (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc292 std::string should_close; in ReadIntoBuffer() local
294 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer()
295 should_close.compare("close") == 0) { in ReadIntoBuffer()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_dataset_op.cc2061 bool should_close; in ProcessOneElement() local
2064 (*writer).get(), &should_close)); in ProcessOneElement()
2065 if (should_close) { in ProcessOneElement()
2146 bool* should_close) { in ShouldCloseWriter() argument
2154 *should_close = bytes_written > (compression_ratio_ * in ShouldCloseWriter()
2162 *should_close = false; in ShouldCloseWriter()
2174 *should_close = file_size >= dataset()->shard_size_bytes_; in ShouldCloseWriter()
/external/python/cpython2/Lib/
Dzipfile.py949 should_close = False
952 should_close = True
1010 close_fileobj=should_close)
1012 if should_close:
/external/minijail/
Dlibminijail.c2925 bool should_close = true; in close_open_fds() local
2937 should_close = false; in close_open_fds()
2942 if (should_close && fd != dir_fd) in close_open_fds()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection.cc2398 const bool should_close = in CloseIfTooManyOutstandingSentPackets() local
2403 if (should_close) { in CloseIfTooManyOutstandingSentPackets()