Home
last modified time | relevance | path

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

12

/external/markdown/markdown/
Detree_loader.py2 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")
Dcommandline.py12 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",
D__init__.py50 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)
Dblockprocessors.py358 message(CRITICAL, "We've got a problem header!")
/external/chromium_org/chrome/browser/diagnostics/
Dsqlite_diagnostics.cc38 CRITICAL = 0x01, enumerator
82 if (flags_ & CRITICAL) { in ExecuteImpl()
204 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL, in MakeSqliteCookiesDbTest()
220 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL, in MakeSqliteHistoryDbTest()
250 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL, in MakeSqliteWebDataDbTest()
Drecon_diagnostics.cc169 CRITICAL enumerator
183 if (importance_ == CRITICAL) { in ExecuteImpl()
410 JSONTest::CRITICAL); in MakeLocalStateTest()
419 JSONTest::CRITICAL); in MakePreferencesTest()
/external/chromium_org/third_party/markdown/
D__main__.py44 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/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dtest_expectations.py63 log.setLevel(logging.CRITICAL)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm.h200 #define CRITICAL 0x100 macro
Dnasm-eval.c424 if (critical & CRITICAL) { in nasm_evaluate()
425 critical &= ~CRITICAL; in nasm_evaluate()
/external/chromium_org/chrome/browser/
Dupgrade_detector_impl_unittest.cc102 chrome_variations::VariationsService::Observer::CRITICAL); in TEST()
Dupgrade_detector_impl.cc436 set_critical_experiment_updates_available(severity == CRITICAL); in OnExperimentChangesDetected()
/external/chromium_org/chrome/browser/metrics/variations/
Dvariations_service.h63 CRITICAL, enumerator
Dvariations_service_unittest.cc99 case CRITICAL: in OnExperimentChangesDetected()
Dvariations_service.cc508 OnExperimentChangesDetected(Observer::CRITICAL)); in NotifyObservers()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
Drunner_unittest.py84 handler.level = logging.CRITICAL
Dfinder_unittest.py54 handler.level = logging.CRITICAL
/external/markdown/markdown/extensions/
Dheaderid.py122 message(CRITICAL, "We've got a problem header!")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Dheaderparserhandler.py82 logging.CRITICAL: apache.APLOG_CRIT,
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dheaderparserhandler.py81 logging.CRITICAL: apache.APLOG_CRIT,
/external/chromium_org/components/test/data/password_manager/
DREADME56 python tests.py --log DEBUG|INFO|WARNING|ERROR|CRITICAL --log-screen
58 python tests.py --log DEBUG|INFO|WARNING|ERROR|CRITICAL --log-file LOG_FILE
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dattr.py272 level = logging.CRITICAL
/external/sonivox/jet_tools/JetCreator/
Deas.py207 severity_mapping = (logging.CRITICAL, logging.CRITICAL, logging.ERROR, logging.WARNING, logging.INF…
/external/libpng/contrib/tools/
Dpngfix.c139 #define CRITICAL(chunk) (((chunk) & PNG_U32(32,0,0,0)) == 0) macro
758 if (CRITICAL(type)) in skip_chunk_type()
2816 else if (CRITICAL(type)) in process_chunk()
/external/chromium_org/native_client_sdk/src/build_tools/tests/
Dupdate_nacl_manifest_test.py724 logging.basicConfig(level=logging.CRITICAL)

12