HomeSort by relevance Sort by last modified time
    Searched full:severe (Results 1 - 25 of 538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/logging/src/test/resources/bundles/com/android/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
  /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/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/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
JDK14LoggerAdapter.java 461 * Is this logger instance enabled for level SEVERE?
463 * @return True if this Logger is enabled for level SEVERE, false otherwise.
466 return logger.isLoggable(Level.SEVERE);
470 * Log a message object at the SEVERE level.
476 if (logger.isLoggable(Level.SEVERE)) {
477 log(SELF, Level.SEVERE, msg, null);
482 * Log a message at the SEVERE level according to the specified format and
487 * for the SEVERE level.
496 if (logger.isLoggable(Level.SEVERE)) {
498 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable())
    [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/telephony/java/com/android/internal/telephony/gsm/
SmsCbConstants.java 89 /** CMAS Message Identifier for Severe alerts, Urgency=Immediate, Certainty=Observed. */
93 /** CMAS Message Identifier for Severe alerts, Urgency=Immediate, Certainty=Likely. */
97 /** CMAS Message Identifier for Severe alerts, Urgency=Expected, Certainty=Observed. */
101 /** CMAS Message Identifier for Severe alerts, Urgency=Expected, Certainty=Likely. */
146 /** CMAS Message Identifier for Severe alerts, Urgency=Immediate, Certainty=Observed
151 /** CMAS Message Identifier for Severe alerts, Urgency=Immediate, Certainty=Likely
156 /** CMAS Message Identifier for Severe alerts, Urgency=Expected, Certainty=Observed
161 /** CMAS Message Identifier for Severe alerts, Urgency=Expected, Certainty=Likely
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 29 Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
  /external/guava/guava/src/com/google/common/util/concurrent/
UncaughtExceptionHandlers.java 19 import static java.util.logging.Level.SEVERE;
46 * <p>The returned handler logs any exception at severity {@code SEVERE} and then shuts down the
65 logger.log(SEVERE, String.format("Caught an exception in %s. Shutting down.", t), e);
  /system/keymaster/include/keymaster/
logger.h 34 SEVERE_LVL, // A severe problem has occurred; likely indicates a defect.
45 static int Severe(const char* fmt, ...);
66 #define LOG_S(fmt, ...) Logger::Severe(FILE_LINE fmt, __VA_ARGS__)
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraException.java 20 * Used for exceptions thrown by OneCamera API. Use this for severe,
  /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)";
  /libcore/luni/src/test/java/libcore/sun/util/logging/
PlatformLoggerTest.java 36 assertLogLevel("SEVERE", Level.SEVERE);
  /libcore/ojluni/src/main/resources/sun/util/logging/resources/
logging.properties 32 SEVERE=SEVERE
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 135 * Logs a message with <code>java.util.logging.Level.SEVERE</code>.
141 log(Level.SEVERE, String.valueOf(message), null);
146 * Logs a message with <code>java.util.logging.Level.SEVERE</code>.
153 log(Level.SEVERE, String.valueOf(message), exception);
158 * Logs a message with <code>java.util.logging.Level.SEVERE</code>.
164 log(Level.SEVERE, String.valueOf(message), null);
169 * Logs a message with <code>java.util.logging.Level.SEVERE</code>.
176 log(Level.SEVERE, String.valueOf(message), exception);
226 return (getLogger().isLoggable(Level.SEVERE));
234 return (getLogger().isLoggable(Level.SEVERE));
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
ExampleNumbersTest.java 58 logger.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString());
64 logger.log(Level.SEVERE, "Wrong type for "
152 logger.log(Level.SEVERE, e.toString());
156 logger.log(Level.SEVERE, "Number " + exampleNumber.toString()
170 logger.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString());
209 logger.log(Level.SEVERE, "Failed validation for string " + invalidStringCase);
214 logger.log(Level.SEVERE, "Failed validation for " + phoneNumber.toString());
225 logger.log(Level.SEVERE, "Wrong cost for " + phoneNumber.toString()
248 logger.log(Level.SEVERE, "Emergency example number test failed for " + regionCode);
271 logger.log(Level.SEVERE, "Carrier-specific test failed for " + regionCode)
    [all...]

Completed in 292 milliseconds

1 2 3 4 5 6 7 8 91011>>