Home
last modified time | relevance | path

Searched defs:universal_newlines (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dsubprocess.py756 shell=False, cwd=None, env=None, universal_newlines=None, argument
1016 def universal_newlines(self): member in Popen
1022 def universal_newlines(self, universal_newlines): argument
/third_party/googletest/googletest/scripts/
Dupload.py557 universal_newlines=True): argument
592 def RunShell(command, silent_ok=False, universal_newlines=True, argument
/third_party/python/Lib/asyncio/
Dbase_events.py1593 universal_newlines=False, argument
1627 stderr=subprocess.PIPE, universal_newlines=False, argument
/third_party/python/Lib/test/
Dtest_subprocess.py1234 def _test_bufsize_equal_one(self, line, expected, universal_newlines): argument