HomeSort by relevance Sort by last modified time
    Searched defs:CRITICAL (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_logging.h 30 #define CRITICAL(...) EINA_LOG_DOM_CRIT(_ewk_log_dom, __VA_ARGS__)
ewk_tiled_private.h 27 #define CRITICAL(...) EINA_LOG_DOM_CRIT(_ewk_tiled_log_dom, __VA_ARGS__)
32 #define OOM(op, size) CRITICAL("could not %s %zd bytes: %s", op, size, strerror(errno))
  /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)
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 47 * critical BOOLEAN DEFAULT FALSE,
53 // critical constants
54 public static final boolean CRITICAL = true;
91 // the value of critical field of the structure
92 private final boolean critical; field in class:Extension
104 public Extension(String extnID, boolean critical,
108 this.critical = critical;
114 public Extension(String extnID, boolean critical, byte[] extnValue) {
117 this.critical = critical
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 215 milliseconds