/dalvik/libcore/logging/src/test/resources/bundles/java/util/logging/ |
res.properties | 2 SEVERE=US_SEVERE
|
res_en_US.properties | 2 SEVERE=US_SEVERE
|
res2.properties | 2 SEVERE=SEVERE2
|
res3.properties | 2 SEVERE=SEVERE3
|
res_zh_CN.properties | 2 SEVERE=zh_CN_SEVERE
|
/external/emma/core/res/com/vladium/emma/data/ |
merge_usage.res | 34 "quiet operation (ignore all but warnings and severe errors)"; 39 "extra-quiet operation (ignore all but severe errors)";
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
MsgMgr.java | 58 * the error condition is severe enough to halt processing. 85 * the error condition is severe enough to halt processing. 101 * the error condition is severe enough to halt processing. 119 * the error condition is severe enough to halt processing. 138 * the error condition is severe enough to halt processing. 162 * the error condition is severe enough to halt processing. 190 * the error condition is severe enough to halt processing. 207 * the error condition is severe enough to halt processing. 224 * the error condition is severe enough to halt processing. 242 * the error condition is severe enough to halt processing [all...] |
ClonerToResultTree.java | 41 // * the error condition is severe enough to halt processing. 124 * the error condition is severe enough to halt processing.
|
/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 54 "quiet operation (ignore all but warnings and severe errors)"; 59 "extra-quiet operation (ignore all but severe errors)";
|
/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 39 "quiet operation (ignore all but warnings and severe errors)"; 44 "extra-quiet operation (ignore all but severe errors)";
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
VMThread.java | 61 Logger.global.log(Level.SEVERE, UNSUPPORTED_THREAD_METHOD, 70 Logger.global.log(Level.SEVERE, UNSUPPORTED_THREAD_METHOD, 85 Logger.global.log(Level.SEVERE, UNSUPPORTED_THREAD_METHOD,
|
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 70 "quiet operation (ignore all but warnings and severe errors)"; 75 "extra-quiet operation (ignore all but severe errors)";
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 130 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 136 log(Level.SEVERE, String.valueOf(message), null); 141 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 148 log(Level.SEVERE, String.valueOf(message), exception); 153 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 159 log(Level.SEVERE, String.valueOf(message), null); 164 * Logs a message with <code>java.util.logging.Level.SEVERE</code>. 171 log(Level.SEVERE, String.valueOf(message), exception); 221 return (getLogger().isLoggable(Level.SEVERE)); 229 return (getLogger().isLoggable(Level.SEVERE)); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
AndroidManifestWriter.java | 98 sLogger.log(Level.SEVERE, "Failed to write xml file", e); 101 sLogger.log(Level.SEVERE, "Failed to write xml file", e); 121 sLogger.log(Level.SEVERE, "Error parsing file", e); 124 sLogger.log(Level.SEVERE, "Error parsing file", e); 127 sLogger.log(Level.SEVERE, "Error parsing file", e);
|
/external/emma/core/java12/com/vladium/logging/ |
ILogLevels.java | 27 /** log level excluding all but severe errors */ 28 int SEVERE = 0; // "-silent" 55 String SEVERE_STRING = "severe";
|
/frameworks/base/core/java/android/net/http/ |
SslError.java | 27 * Individual SSL errors (in the order from the least to the most severe): 119 * @return The primary, most severe, SSL error in the set 123 // go from the most to the least severe errors
|
/frameworks/base/core/java/com/android/internal/logging/ |
AndroidHandler.java | 44 * SEVERE 162 if (value >= 1000) { // SEVERE
|
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
SQLiteTest.java | 46 Logger.global.severe("DB file could not be created. Tests can not be executed.");
|
/external/e2fsprogs/tests/f_illitable/ |
expect.1 | 8 WARNING: SEVERE DATA LOSS POSSIBLE.
|
/external/e2fsprogs/tests/f_misstable/ |
expect.1 | 3 WARNING: SEVERE DATA LOSS POSSIBLE.
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
Level.java | 41 * INFO, WARNING, SEVERE. There are two additional predefined levels, which are 57 * The SEVERE level provides severe failure messages. 59 public static final Level SEVERE = new Level("SEVERE", 1000); //$NON-NLS-1$
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
MemoryHandlerTest.java | 197 assertFalse(handler.isLoggable(new LogRecord(Level.SEVERE, "test"))); 218 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "test"))); 242 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "3"))); 286 assertEquals(handler.getPushLevel(), Level.SEVERE); 339 assertEquals(handler.getPushLevel(), Level.SEVERE); 383 assertEquals(handler.getPushLevel(), Level.SEVERE); 477 handler.publish(new LogRecord(Level.SEVERE, "MSG2"));
|
XMLFormatterTest.java | 48 lr = new LogRecord(Level.SEVERE, "pattern"); 157 assertTrue(output.indexOf("<level>SEVERE</level>") >= 0); 184 assertTrue(output.indexOf("<level>SEVERE</level>") >= 0); 282 lr = new LogRecord(Level.SEVERE, null);
|
/external/guava/src/com/google/common/io/ |
Flushables.java | 73 logger.log(Level.SEVERE, "IOException should not have been thrown.", e);
|
/external/qemu/android/utils/ |
debug.h | 72 ** 'derror' prints a severe error message, then appends a '\n'
|