Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc313 std::string should_close; in ReadIntoBuffer() local
315 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer()
316 should_close.compare("close") == 0) { in ReadIntoBuffer()
/external/python/cpython2/Lib/
Dzipfile.py952 should_close = False
955 should_close = True
1013 close_fileobj=should_close)
1015 if should_close:
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py952 should_close = False
955 should_close = True
1013 close_fileobj=should_close)
1015 if should_close:
/external/minijail/
Dlibminijail.c1914 bool should_close = true; in close_open_fds() local
1926 should_close = false; in close_open_fds()
1931 if (should_close && fd != dir_fd) in close_open_fds()