Searched defs:WARNING (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DLevel.java41 * INFO, WARNING, SEVERE. There are two additional predefined levels, which are
62 * The WARNING level provides warnings.
64 public static final Level WARNING = new Level("WARNING", 900); //$NON-NLS-1$ field in class:Level
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DAlertProtocol.java35 protected static final byte WARNING = 1; field in class:AlertProtocol
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java121 System.err.println("# WARNING: -out " + args[i] + " threw "
128 "# WARNING: -out argument should have a filename, output sent to console");
178 logMsg("# WARNING: Potential problems found in your environment!");
308 public static final String WARNING = "WARNING."; field in class:EnvironmentCheck
581 "WARNING: SecurityException thrown accessing system version properties");
635 "WARNING: SecurityException thrown accessing system classpath properties");
710 h.put(jars[i] + "-path", WARNING + " Classpath entry: "
761 return jarName + " " + WARNING + CLASS_PRESENT;
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java52 static final int WARNING = 2; field in class:XSLTAttributeDef
65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
275 XSLTAttributeDef.T_CDATA,false, false, WARNING);
416 int m_errorType = this.WARNING;
421 * @return one of XSLAttributeDef.FATAL, XSLAttributeDef.ERROR, XSLAttributeDef.WARNING
1660 case (WARNING)
[all...]

Completed in 359 milliseconds