Home
last modified time | relevance | path

Searched refs:CRITICAL (Results 1 – 25 of 34) sorted by relevance

12

/third_party/protobuf/js/experimental/runtime/internal/
Dchecks.js49 CRITICAL: 1, property
59 return goog.DEBUG ? CheckLevel.DEBUG : CheckLevel.CRITICAL;
63 return CheckLevel.CRITICAL;
82 CHECK_LEVEL === CheckLevel.CRITICAL || CHECK_LEVEL === CheckLevel.DEBUG;
87 CHECK_LEVEL === CheckLevel.CRITICAL || CHECK_LEVEL === CheckLevel.DEBUG;
92 CHECK_LEVEL === CheckLevel.CRITICAL || CHECK_LEVEL === CheckLevel.DEBUG;
/third_party/iowow/
DChangelog146 * CRITICAL Comparsions keys fix #30
164 * CRITICAL WAL durability fixes
174 * CRITICAL Fixed heap corruption due incorrect usage of khash API in `_db_destroy_lw` (iwkv.c)
180 * CRITICAL Fixed race condition in WAL rollforward
201 * CRITICAL Fixed incorrect keys allocation in IWDB_COMPOUND_KEYS mode
207 * CRITICAL: Fixed assertion fail in iwkv records cache
219 * CRITICAL: State of previously deleted database may have influence on newly created dbs
226 * CRITICAL: Fixed deadlock on database removal
232 …* CRITICAL: Fixed database file corruption during sequential records deletion with `iwkv_cursor_de…
238 * CRITICAL: Fixed unexpected database file truncation and data loss on close.
/third_party/python/Tools/c-analyzer/c_common/
Dlogging.py14 maxlevel=logging.CRITICAL,
/third_party/libcoap/
DTODO12 * CRITICAL ISSUES
/third_party/python/Lib/logging/
D__init__.py91 CRITICAL = 50 variable
92 FATAL = CRITICAL
101 CRITICAL: 'CRITICAL',
109 'CRITICAL': CRITICAL,
1523 if self.isEnabledFor(CRITICAL):
1524 self._log(CRITICAL, msg, args, **kwargs)
1870 self.log(CRITICAL, msg, *args, **kwargs)
2160 def disable(level=CRITICAL):
Dhandlers.py1104 logging.CRITICAL: win32evtlog.EVENTLOG_ERROR_TYPE,
/third_party/python/Lib/test/
Dtest_logging.py202 ERR.log(logging.CRITICAL, m())
205 INF.log(logging.CRITICAL, m())
210 DEB.log(logging.CRITICAL, m())
247 INF_ERR.log(logging.CRITICAL, m())
273 INF_UNDEF.log(logging.CRITICAL, m())
277 INF_ERR_UNDEF.log(logging.CRITICAL, m())
3577 self.assertTrue(handler.matches(levelno=logging.CRITICAL, message='3'))
3583 handler.setLevel(logging.CRITICAL)
3595 self.assertTrue(handler.matches(levelno=logging.CRITICAL, message='6'))
4244 self.assertEqual(logging.root.manager.disable, logging.CRITICAL)
[all …]
/third_party/python/Doc/howto/
Dlogging-cookbook.rst683 levels = (logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR, logging.CRITICAL)
705 …2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 127.0.0.1 User: sheila A message at CRITICAL le…
709 …2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 192.168.0.1 User: jim A message at CRITICAL le…
710 …2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 127.0.0.1 User: sheila A message at CRITICAL le…
804 logging.ERROR, logging.CRITICAL]
887 logging.CRITICAL]
1100 >>> logger.critical('This is a CRITICAL message')
1101 2010-10-28 15:12:11,526 foo.bar CRITICAL This is a CRITICAL message
1107 >>> logger.critical('This is a CRITICAL message')
1108 2010-10-28 15:13:11,494 foo.bar CRITICAL This is a CRITICAL message
[all …]
Dlogging.rst85 | ``CRITICAL`` | A serious error, indicating that the program|
435 INFO, the logger will handle only INFO, WARNING, ERROR, and CRITICAL messages
635 2005-03-19 15:10:26,773 - simple_example - CRITICAL - critical message
697 2005-03-19 15:38:56,130 - simpleExample - CRITICAL - critical message
856 | ``CRITICAL`` | 50 |
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi.c100 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Critical, CRITICAL)
/third_party/ejdb/
DChangelog55 * CRITICAL: Fixed incorrect behavior of `_jbl_cmp_atomic_values`
392 * CRITICAL: Fixed unexpected database file truncation and data loss on close.
/third_party/python/Doc/library/
Dlogging.rst278 Logs a message with level :const:`CRITICAL` on this logger. The arguments are
379 | ``CRITICAL`` | 50 |
824 | | | ``'ERROR'``, ``'CRITICAL'``). |
829 | | | :const:`CRITICAL`). |
1068 Logs a message with level :const:`CRITICAL` on the root logger. The arguments
1093 .. function:: disable(level=CRITICAL)
1107 ``CRITICAL`` (this is not recommended), you won't be able to rely on the
1112 The *level* parameter was defaulted to level ``CRITICAL``. See
1131 If *level* is one of the predefined levels :const:`CRITICAL`, :const:`ERROR`,
Dlogging.config.rst707 The ``level`` entry can be one of ``DEBUG, INFO, WARNING, ERROR, CRITICAL`` or
794 level=CRITICAL
Dlogging.handlers.rst754 ``CRITICAL`` to the equivalent syslog names, and all other level
811 :const:`WARNING`, :const:`ERROR` and :const:`CRITICAL`. If you are using
/third_party/python/Doc/tutorial/
Dstdlib2.rst231 CRITICAL:root:Critical error -- shutting down
238 and :const:`~logging.CRITICAL`.
/third_party/python/Lib/test/test_asyncio/
Dutils.py569 logger.setLevel(logging.CRITICAL+1)
/third_party/python/Doc/tools/
Dsusp-ignored.csv279 tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
281 tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c144 #define CRITICAL(chunk) (((chunk) & PNG_U32(32,0,0,0)) == 0) macro
763 if (CRITICAL(type)) in skip_chunk_type()
2822 else if (CRITICAL(type)) in process_chunk()
/third_party/libpng/contrib/tools/
Dpngfix.c144 #define CRITICAL(chunk) (((chunk) & PNG_U32(32,0,0,0)) == 0) macro
763 if (CRITICAL(type)) in skip_chunk_type()
2822 else if (CRITICAL(type)) in process_chunk()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c144 #define CRITICAL(chunk) (((chunk) & PNG_U32(32,0,0,0)) == 0) macro
763 if (CRITICAL(type)) in skip_chunk_type()
2822 else if (CRITICAL(type)) in process_chunk()
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_debug.txt462 // DEBUG_MSG_ERROR and CRITICAL are enabled by default
/third_party/EGL/extensions/KHR/
DEGL_KHR_debug.txt462 // DEBUG_MSG_ERROR and CRITICAL are enabled by default
/third_party/harfbuzz/perf/texts/
Den-words.txt2409 CRITICAL
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt2409 CRITICAL
/third_party/python/Doc/whatsnew/
D2.3.rst479 CRITICAL:root:Critical error -- shutting down

12