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/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/python/cpython2/Lib/
Dzipfile.py949 should_close = False
952 should_close = True
1010 close_fileobj=should_close)
1012 if should_close:
/external/minijail/
Dlibminijail.c2367 bool should_close = true; in close_open_fds() local
2379 should_close = false; in close_open_fds()
2384 if (should_close && fd != dir_fd) in close_open_fds()