Home
last modified time | relevance | path

Searched refs:error_output (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler_test.cc115 std::fstream error_output(file); in TEST_P()
116 ASSERT_TRUE(error_output.is_open()) << file; in TEST_P()
118 std::getline(error_output, error_line); in TEST_P()
132 std::getline(error_output, error_line); in TEST_P()
/third_party/python/Lib/wsgiref/
H A Dhandlers.py380 self.result = self.error_output(self.environ, self.start_response)
384 def error_output(self, environ, start_response): member in BaseHandler

Completed in 3 milliseconds