HomeSort by relevance Sort by last modified time
    Searched refs:CRITICAL (Results 26 - 35 of 35) sorted by null

12

  /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/sonivox/jet_tools/JetCreator/
eas.py 207 severity_mapping = (logging.CRITICAL, logging.CRITICAL, logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG)
    [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...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 724 logging.basicConfig(level=logging.CRITICAL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
691 "critical": LOG_CRIT,
736 "CRITICAL" : "critical"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
691 "critical": LOG_CRIT,
736 "CRITICAL" : "critical"
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c     [all...]
  /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 729 milliseconds

12