HomeSort by relevance Sort by last modified time
    Searched refs:log_exception (Results 1 - 7 of 7) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_log_formatter.hpp 101 virtual void log_exception( std::ostream& os, log_checkpoint_data const& cd, execution_exception const& ex ) function in class:boost::unit_test::unit_test_log_formatter
104 log_exception( os, cd, ex.what() );
106 virtual void log_exception( std::ostream&, log_checkpoint_data const&, const_string /* explanation */ ) {} function in class:boost::unit_test::unit_test_log_formatter
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
xml_log_formatter.hpp 50 void log_exception( std::ostream&, log_checkpoint_data const&, execution_exception const& ex );
compiler_log_formatter.hpp 47 void log_exception( std::ostream&, log_checkpoint_data const&, execution_exception const& ex );
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 285 def log_exception(self,exc_info): member in class:BaseHandler
303 self.log_exception(sys.exc_info())
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 285 def log_exception(self,exc_info): member in class:BaseHandler
303 self.log_exception(sys.exc_info())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 285 def log_exception(self,exc_info): member in class:BaseHandler
303 self.log_exception(sys.exc_info())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 285 def log_exception(self,exc_info): member in class:BaseHandler
303 self.log_exception(sys.exc_info())

Completed in 185 milliseconds