Home
last modified time | relevance | path

Searched defs:CRITICAL (Results 1 – 4 of 4) sorted by relevance

/external/nos/test/system-test-harness/src/
Dutil.h60 CRITICAL = 10, enumerator
/external/python/cpython2/Lib/logging/
D__init__.py123 CRITICAL = 50 variable
/external/python/cpython3/Lib/logging/
D__init__.py89 CRITICAL = 50 variable
/external/libpng/contrib/tools/
Dpngfix.c144 #define CRITICAL(chunk) (((chunk) & PNG_U32(32,0,0,0)) == 0) macro