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

  /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/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)
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 38 CRITICAL = 0x01,
82 if (flags_ & CRITICAL) {
211 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL,
227 return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL,
257 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);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 48 * critical BOOLEAN DEFAULT FALSE,
54 // critical constants
55 public static final boolean CRITICAL = true;
92 // the value of critical field of the structure
93 private final boolean critical; field in class:Extension
105 public Extension(String extnID, boolean critical,
109 this.critical = critical;
115 public Extension(String extnID, boolean critical, byte[] extnValue) {
118 this.critical = critical
    [all...]
  /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);
  /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...]
  /external/libpng/contrib/tools/
pngfix.c 138 /* Is the chunk critical? */
139 #define CRITICAL(chunk) (((chunk) & PNG_U32(32,0,0,0)) == 0)
692 unsigned int skip :3; /* Non-critical chunks to skip */
757 /* Never strip critical chunks: */
758 if (CRITICAL(type))
763 /* Chunks that are treated as, effectively, critical because they affect
    [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
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 120 milliseconds