Home
last modified time | relevance | path

Searched refs:log_exception (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvtegtk.cc196 vte::log_exception();
209 vte::log_exception();
222 vte::log_exception();
235 vte::log_exception();
247 vte::log_exception();
258 vte::log_exception();
273 vte::log_exception();
303 vte::log_exception();
317 vte::log_exception();
331 vte::log_exception();
[all …]
H A Dcxx-utils.hh50 void log_exception(char const* func = __builtin_FUNCTION(),
54 inline void log_exception() noexcept { } in log_exception() function
H A Dwidget.cc54 vte::log_exception();
67 vte::log_exception();
80 vte::log_exception();
92 vte::log_exception();
105 vte::log_exception();
123 vte::log_exception();
137 vte::log_exception();
171 vte::log_exception();
/dports/science/lammps/lammps-stable_29Sep2021/lib/awpmd/ivutils/include/
H A Dlogexc.h296 struct log_exception {
298 static int level(const log_exception &signal){ return vblFATAL; }
300 static string name(const log_exception &signal){ return "undefined exception";}
305 struct log_exception_traits<log_exception>{
306 static int level(const log_exception &signal){ return log_exception::level(signal); }
307 static string name(const log_exception &signal){ return log_exception::name(signal); }
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/awpmd/ivutils/include/
H A Dlogexc.h299 struct log_exception {
301 static int level(const log_exception &signal){ return vblFATAL; }
303 static string name(const log_exception &signal){ return "undefined exception";}
308 struct log_exception_traits<log_exception>{
309 static int level(const log_exception &signal){ return log_exception::level(signal); }
310 static string name(const log_exception &signal){ return log_exception::name(signal); }
/dports/devel/py-pika/pika-1.1.0/tests/unit/
H A Ddiagnostic_utils_test.py27 log_exception = diagnostic_utils.create_log_exception_decorator(
32 @log_exception
65 log_exception = diagnostic_utils.create_log_exception_decorator(logger)
73 @log_exception
/dports/devel/py-pika/pika-1.1.0/pika/
H A Ddiagnostic_utils.py32 def log_exception(func): function
62 return log_exception
/dports/dns/dns-ui/dns-ui-0.2.7/views/
H A Dapi.php66 log_exception($e);
70 log_exception($e);
74 log_exception($e);
78 log_exception($e);
82 log_exception($e);
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_logging.py5 from slimta.logging import parseline, log_exception
61 log_exception('test', extra='not logged')
65 log_exception('test', extra='more stuff')
/dports/net-mgmt/py-pdagent-integrations/pdagent-integrations-1.6.2/bin/
H A Dpd-sensu38 def log_exception(error, preface="Unexpected error"):
71 log_exception(
150 log_exception(
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/
H A Dphptal_lint.php272 $log_exception = $e;
275 $log_exception = $e;
279 …] = array(dirname($fullpath) , basename($fullpath) , $log_exception->getMessage() , $log_exception
/dports/mail/pymsgauth/pymsgauth-2.1.0/
H A Dpymsgauth.py158 def log_exception (): function
257 log_exception ()
308 log_exception ()
346 log_exception ()
393 log_exception ()
458 log_exception ()
/dports/benchmarks/py-locust/locustio-0.11.0/locust/test/
H A Dtest_web.py110 runners.locust_runner.log_exception("local", str(e), "".join(traceback.format_tb(tb)))
111 runners.locust_runner.log_exception("local", str(e), "".join(traceback.format_tb(tb)))
125 runners.locust_runner.log_exception("local", str(e), "".join(traceback.format_tb(tb)))
126 runners.locust_runner.log_exception("local", str(e), "".join(traceback.format_tb(tb)))
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/test/integration_tests/
H A Dhelpers.py236 with self.log_exception("Attach page source"):
242 with self.log_exception("Attach screenshot"):
246 with self.log_exception("Attach video"):
257 with self.log_exception("Attach browser log"):
264 with self.log_exception("Attach test log"):
269 def log_exception(self, label): member in BaseTestCase
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/
H A Dissue_rebalancing_worker.rb35 Gitlab::ErrorTracking.log_exception(
44 …Gitlab::ErrorTracking.log_exception(e, root_namespace_id: root_namespace_id, project_id: project_i…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/issues/
H A Drebalancing_worker.rb30 Gitlab::ErrorTracking.log_exception(
39 …Gitlab::ErrorTracking.log_exception(e, root_namespace_id: root_namespace_id, project_id: project_i…
/dports/devel/monotone/monotone-1.1/test/unit/
H A Dunit_tester.cc93 static void log_exception(std::exception const & ex) in log_exception() function
123 log_exception() in log_exception() function
275 log_exception(e); in main()
280 log_exception(); in main()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/sidekiq_daemon/
H A Dmemory_killer.rb77 log_exception(e, __method__)
79 log_exception(e, __method__ )
92 def log_exception(exception, method) method in Gitlab.SidekiqDaemon.MemoryKiller
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/edge/
H A D__init__.py83 logging.log_exception(__name__)
132 logging.log_exception(__name__)
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dbug_820.py40 def log_exception(): function
74 @log_exception()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dbug_820.py40 def log_exception(): function
74 @log_exception()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dbug_820.py40 def log_exception(): function
74 @log_exception()
/dports/devel/libiqxmlrpc/libiqxmlrpc-0.13.5/libiqxmlrpc/
H A Dhttps_server.cc26 void log_exception( const std::exception& );
124 void Https_server_connection::log_exception( const std::exception& ex ) in log_exception() function in iqxmlrpc::Https_server_connection
H A Dhttp_server.cc34 void log_exception( const std::exception& );
133 void Http_server_connection::log_exception( const std::exception& ex ) in log_exception() function in iqxmlrpc::Http_server_connection
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/commits/
H A Dcreate_service.rb34 Gitlab::ErrorTracking.log_exception(ex)
41 Gitlab::ErrorTracking.log_exception(ex)

12345678910>>...14