/external/apache-harmony/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
|
/libcore/luni/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
|
/sdk/chimpchat/src/com/android/chimpchat/adb/ |
AdbChimpDevice.java | 87 LOG.log(Level.SEVERE, "Error getting the manager to quit", e); 107 LOG.log(Level.SEVERE, "Error starting command: " + command, e); 110 LOG.log(Level.SEVERE, "Error starting command: " + command, e); 117 LOG.log(Level.SEVERE, "Error starting command: " + command, e); 128 LOG.log(Level.SEVERE, "Timeout creating adb port forwarding", e); 131 LOG.log(Level.SEVERE, "Adb rejected adb port forwarding command: " + e.getMessage(), e); 134 LOG.log(Level.SEVERE, "Unable to create adb port forwarding: " + e.getMessage(), e); 145 LOG.log(Level.SEVERE, "Unable to sleep", e); 152 LOG.log(Level.SEVERE, "Unable to convert address into InetAddress: " + address, e); 168 LOG.severe("Timeout while trying to create chimp mananger") [all...] |
/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)";
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
JmeDesktopSystem.java | 136 logger.log(Level.SEVERE, "Failed to create context", ex); 138 logger.log(Level.SEVERE, "Failed to create context", ex); 140 logger.log(Level.SEVERE, "CRITICAL ERROR: Context class is missing!\n" 163 logger.log(Level.SEVERE, "Failed to create context", ex); 165 logger.log(Level.SEVERE, "Failed to create context", ex); 167 logger.log(Level.SEVERE, "CRITICAL ERROR: Context class is missing!\n" 182 logger.log(Level.SEVERE, "Failed to create context", ex); 184 logger.log(Level.SEVERE, "Failed to create context", ex); 186 logger.log(Level.SEVERE, "CRITICAL ERROR: Context class is missing!", ex); 236 logger.log(Level.SEVERE, "Failed to create context", ex) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditCategories.js | 41 this.addRule(new WebInspector.AuditRules.CssInHeadRule(), WebInspector.AuditRule.Severity.Severe); 42 this.addRule(new WebInspector.AuditRules.StylesScriptsOrderRule(), WebInspector.AuditRule.Severity.Severe); 57 this.addRule(new WebInspector.AuditRules.GzipRule(), WebInspector.AuditRule.Severity.Severe); 61 this.addRule(new WebInspector.AuditRules.CombineJsResourcesRule(2), WebInspector.AuditRule.Severity.Severe); 62 this.addRule(new WebInspector.AuditRules.CombineCssResourcesRule(2), WebInspector.AuditRule.Severity.Severe); 65 this.addRule(new WebInspector.AuditRules.BrowserCacheControlRule(), WebInspector.AuditRule.Severity.Severe);
|
ExtensionCommon.js | 40 Severe: "severe"
|
/external/apache-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...] |
/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)";
|
/frameworks/base/tests/CoreTests/android/core/ |
MiscRegressionTest.java | 29 Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyRunnerStarter.java | 89 LOG.log(Level.SEVERE, "Unable to open plugin file. Is it a jar file? " + 97 LOG.log(Level.SEVERE, "Unable to get manifest file from jar: " + 111 LOG.log(Level.SEVERE, "Unable to convert file to url " + f.getAbsolutePath(), 121 LOG.log(Level.SEVERE, "Unable to load the specified plugin: " + pluginClass, e); 128 LOG.log(Level.SEVERE, "Unable to load the specified plugin: " + pluginClass, e); 131 LOG.log(Level.SEVERE, "Unable to load the specified plugin " + 147 LOG.severe("Unable to coerce object into correct type: " + pluginClass);
|
/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/guava/guava/src/com/google/common/util/concurrent/ |
UncaughtExceptionHandlers.java | 19 import static java.util.logging.Level.SEVERE; 61 logger.log(SEVERE, String.format("Caught an exception in %s. Shutting down.", t), e);
|
/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/ |
SaveGame.java | 43 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error creating save file!"); 49 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error creating save file!"); 56 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error saving data: {0}", ex1); 65 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error saving data: {0}", ex1); 104 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error loading data: {0}", ex); 111 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error loading data: {0}", ex);
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
ExampleNumbersTest.java | 74 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); 80 LOGGER.log(Level.SEVERE, "Wrong type for " + 168 LOGGER.log(Level.SEVERE, e.toString()); 172 LOGGER.log(Level.SEVERE, "Number " + exampleNumber.toString() 190 LOGGER.log(Level.SEVERE, "Emergency example number test failed for " + regionCode); 204 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString());
|
/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...] |