HomeSort by relevance Sort by last modified time
    Searched full:captured_stderr (Results 1 - 12 of 12) sorted by null

  /external/chromium-trace/catapult/third_party/coverage/coverage/
test_helpers.py 170 self.captured_stderr = StringIO()
171 sys.stderr = self.captured_stderr
186 return self.captured_stderr.getvalue()
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 171 stderr_capture_filename_ = TestTempDir() + "/captured_stderr";
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 509 char name_template[] = "/sdcard/captured_stderr.XXXXXX";
  /external/gtest/src/
gtest-port.cc 567 str_template += "/captured_stderr.XXXXXX";
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 136 with test_support.captured_stderr() as s:
    [all...]
test_support.py 917 def captured_stderr(): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 136 with test_support.captured_stderr() as s:
    [all...]
test_support.py 917 def captured_stderr(): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 136 with test_support.captured_stderr() as s:
    [all...]
test_support.py 917 def captured_stderr(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 136 with test_support.captured_stderr() as s:
    [all...]
test_support.py 917 def captured_stderr(): function
    [all...]

Completed in 464 milliseconds