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

  /frameworks/native/services/utils/
PriorityDumper.cpp 23 const char16_t PriorityDumper::PRIORITY_ARG_CRITICAL[] = u"CRITICAL";
27 enum class PriorityType { INVALID, CRITICAL, HIGH, NORMAL };
31 return PriorityType::CRITICAL;
71 case PriorityType::CRITICAL:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
1166 def critical(self, msg, *args, **kwargs): member in class:Logger
1439 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1551 def critical(msg, *args, **kwargs): function
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
123 CRITICAL = 50
124 FATAL = CRITICAL
133 CRITICAL : 'CRITICAL',
139 'CRITICAL' : CRITICAL,
152 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
365 WARNING, ERROR, CRITICAL)
1202 def critical(self, msg, *args, **kwargs): member in class:Logger
1475 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1587 def critical(msg, *args, **kwargs): function
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/python/cpython3/Lib/logging/
__init__.py 30 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
34 'captureWarnings', 'critical', 'debug', 'disable', 'error',
92 CRITICAL = 50
93 FATAL = CRITICAL
102 CRITICAL: 'CRITICAL',
110 'CRITICAL': CRITICAL,
124 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
444 WARNING, ERROR, CRITICAL)
1343 def critical(self, msg, *args, **kwargs): member in class:Logger
1659 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1822 def critical(msg, *args, **kwargs): function
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 25 CRITICAL,
45 #define LOG_CRIT(format, args ... ) LOG( CRITICAL, format, ## args)
  /frameworks/native/services/surfaceflinger/tests/unittests/
DisplayTransactionTest.cpp 76 BOOL_SUBSTITUTE(Critical);
238 Critical critical, Async async, Secure secure, int grallocUsage>
250 // When creating native window surfaces for the framebuffer, whether those should be critical
251 static constexpr Critical CRITICAL = critical;
278 EXPECT_CALL(*test->mRenderSurface, setCritical(static_cast<bool>(CRITICAL))).Times(1);
378 Critical critical>
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 143 /* Is the chunk critical? */
144 #define CRITICAL(chunk) (((chunk) & PNG_U32(32,0,0,0)) == 0)
697 unsigned int skip :3; /* Non-critical chunks to skip */
762 /* Never strip critical chunks: */
763 if (CRITICAL(type))
768 /* 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/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /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 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 282 milliseconds