HomeSort by relevance Sort by last modified time
    Searched refs:CRITICAL (Results 1 - 25 of 35) sorted by null

1 2

  /external/markdown/markdown/
etree_loader.py 2 from markdown import message, CRITICAL
21 message(CRITICAL, "Failed to import ElementTree")
24 message(CRITICAL, "For cElementTree version 1.0 or higher is required.")
29 message(CRITICAL, "For ElementTree version 1.1 or higher is required")
commandline.py 12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL
40 'encoding': None }, CRITICAL
51 parser.add_option("-q", "--quiet", default = CRITICAL,
52 action="store_const", const=CRITICAL+10, dest="verbose",
__init__.py 50 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL
64 COMMAND_LINE_LOGGING_LEVEL = CRITICAL
358 message(CRITICAL, 'Invalid Output Format: "%s". Use one of %s.' \
377 message(CRITICAL, 'UnicodeDecodeError: Markdown only accepts unicode or ascii input.')
412 message(CRITICAL, 'Failed to strip top level tags.')
547 message(CRITICAL, "Failed to initiate extension '%s'" % ext_name)
blockprocessors.py 358 message(CRITICAL, "We've got a problem header!")
  /external/chromium_org/third_party/markdown/
__main__.py 44 from logging import DEBUG, INFO, CRITICAL
64 parser.add_option("-q", "--quiet", default = CRITICAL,
65 action="store_const", const=CRITICAL+10, dest="verbose",
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 38 CRITICAL = 0x01,
82 if (flags_ & CRITICAL) {
204 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL,
220 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL,
250 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL,
recon_diagnostics.cc 30 // Reconnaissance diagnostics. These are the first and most critical
31 // diagnostic tests. Here we check for the existence of critical files.
169 CRITICAL
183 if (importance_ == CRITICAL) {
410 JSONTest::CRITICAL);
419 JSONTest::CRITICAL);
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.h 58 // How critical a detected experiment change is. Whether it should be
59 // handled on a "best-effort" basis or, for a more critical change, if it
63 CRITICAL,
variations_service_unittest.cc 99 case CRITICAL:
117 // Number of notification received with CRITICAL severity.
variations_service.cc 508 OnExperimentChangesDetected(Observer::CRITICAL));
  /external/chromium_org/chrome/browser/
upgrade_detector_impl_unittest.cc 102 chrome_variations::VariationsService::Observer::CRITICAL);
upgrade_detector_impl.cc 148 // NULL, also retrieves the critical update version info if available.
198 // - kSimulateUpgrade supersedes critical or outdated upgrade switches.
332 // a critical update, such as a zero-day fix.
436 set_critical_experiment_updates_available(severity == CRITICAL);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 63 log.setLevel(logging.CRITICAL)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm.h 188 * `critical' is non-zero if the expression may not contain forward
190 * occurs; if `critical' is 1, the error will be "symbol not
191 * defined before use", whereas if `critical' is 2, the error will
194 * If `critical' has bit 8 set (in addition to its main value: 0x101
200 #define CRITICAL 0x100
202 int critical, efunc error);
nasm-eval.c 35 * which is TRUE if the evaluation is critical (i.e. unresolved
422 int critical, efunc report_error)
424 if (critical & CRITICAL) {
425 critical &= ~CRITICAL;
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 81 logging.CRITICAL: apache.APLOG_CRIT,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder_unittest.py 54 handler.level = logging.CRITICAL
runner_unittest.py 84 handler.level = logging.CRITICAL
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
headerparserhandler.py 82 logging.CRITICAL: apache.APLOG_CRIT,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
128 CRITICAL = 50
129 FATAL = CRITICAL
138 CRITICAL : 'CRITICAL',
144 'CRITICAL' : CRITICAL,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
1184 def critical(self, msg, *args, **kwargs): member in class:Logger
1457 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1569 def critical(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
128 CRITICAL = 50
129 FATAL = CRITICAL
138 CRITICAL : 'CRITICAL',
144 'CRITICAL' : CRITICAL,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
1184 def critical(self, msg, *args, **kwargs): member in class:Logger
1457 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1569 def critical(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 158 ERR.log(logging.CRITICAL, m())
161 INF.log(logging.CRITICAL, m())
166 DEB.log(logging.CRITICAL, m())
180 ('ERR', 'CRITICAL', '1'),
182 ('INF', 'CRITICAL', '3'),
186 ('DEB', 'CRITICAL', '7'),
203 INF_ERR.log(logging.CRITICAL, m())
212 ('INF.ERR', 'CRITICAL', '1'),
229 INF_UNDEF.log(logging.CRITICAL, m())
233 INF_ERR_UNDEF.log(logging.CRITICAL, m()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 158 ERR.log(logging.CRITICAL, m())
161 INF.log(logging.CRITICAL, m())
166 DEB.log(logging.CRITICAL, m())
180 ('ERR', 'CRITICAL', '1'),
182 ('INF', 'CRITICAL', '3'),
186 ('DEB', 'CRITICAL', '7'),
203 INF_ERR.log(logging.CRITICAL, m())
212 ('INF.ERR', 'CRITICAL', '1'),
229 INF_UNDEF.log(logging.CRITICAL, m())
233 INF_ERR_UNDEF.log(logging.CRITICAL, m()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 74 #ifndef CRITICAL
75 #define CRITICAL
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.py 272 level = logging.CRITICAL

Completed in 499 milliseconds

1 2