Searched defs:CRITICAL (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_logging.h30 #define CRITICAL(...) EINA_LOG_DOM_CRIT(_ewk_log_dom, __VA_ARGS__) macro
H A Dewk_tiled_private.h27 #define CRITICAL(...) EINA_LOG_DOM_CRIT(_ewk_tiled_log_dom, __VA_ARGS__) macro
32 #define OOM(op, size) CRITICAL("could not %s %zd bytes: %s", op, size, strerror(errno))
/external/markdown/markdown/
H A Detree_loader.py2 from markdown import message, CRITICAL namespace
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")
H A Dcommandline.py12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
40 'encoding': None }, CRITICAL
51 parser.add_option("-q", "--quiet", default = CRITICAL,
52 action="store_const", const=CRITICAL+10, dest="verbose",
H A D__init__.py50 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
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)

Completed in 80 milliseconds