Searched refs:capture_stderr (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_random_things.py | 37 def capture_stderr(self, func, *args, **kw): member in CallbackTracbackTestCase 50 out = self.capture_stderr(cb, 42) 56 out = self.capture_stderr(cb, 0) 62 out = self.capture_stderr(cb, 0.0) 68 out = self.capture_stderr(cb, "spam")
|
/external/googletest/googletest/test/ |
D | gtest_test_utils.py | 203 def __init__(self, command, working_dir=None, capture_stderr=True, env=None): argument 235 if capture_stderr: 269 if capture_stderr:
|
D | googletest-list-tests-unittest.py | 118 capture_stderr=False).output
|
D | gtest_xml_output_unittest.py | 237 [GTEST_PROGRAM_PATH, GTEST_LIST_TESTS_FLAG], capture_stderr=False).output
|
D | googletest-json-output-unittest.py | 673 [GTEST_PROGRAM_PATH, GTEST_LIST_TESTS_FLAG], capture_stderr=False).output
|
/external/googletest/googlemock/test/ |
D | gmock_output_test.py | 140 return gmock_test_utils.Subprocess(cmd, capture_stderr=False).output
|
/external/python/cpython3/Lib/ |
D | _osx_support.py | 55 def _read_output(commandstring, capture_stderr=False): argument 70 if capture_stderr:
|