/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | Utils.java | 99 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 106 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 113 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 120 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 127 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 134 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 141 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 148 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions() 155 log.log(Level.SEVERE, "Exception caught while reading socket option", e); in getSocketOptions()
|
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/ |
D | JDK14LoggerAdapter.java | 466 return logger.isLoggable(Level.SEVERE); in isErrorEnabled() 476 if (logger.isLoggable(Level.SEVERE)) { in error() 477 log(SELF, Level.SEVERE, msg, null); in error() 496 if (logger.isLoggable(Level.SEVERE)) { in error() 498 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable()); in error() 519 if (logger.isLoggable(Level.SEVERE)) { in error() 521 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable()); in error() 540 if (logger.isLoggable(Level.SEVERE)) { in error() 542 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable()); in error() 556 if (logger.isLoggable(Level.SEVERE)) { in error() [all …]
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | ExampleNumbersTest.java | 58 logger.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); in checkNumbersValidAndCorrectType() 64 logger.log(Level.SEVERE, "Wrong type for " in checkNumbersValidAndCorrectType() 152 logger.log(Level.SEVERE, e.toString()); in testCanBeInternationallyDialled() 156 logger.log(Level.SEVERE, "Number " + exampleNumber.toString() in testCanBeInternationallyDialled() 170 logger.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); in testGlobalNetworkNumbers() 209 logger.log(Level.SEVERE, "Failed validation for string " + invalidStringCase); in testShortNumbersValidAndCorrectCost() 214 logger.log(Level.SEVERE, "Failed validation for " + phoneNumber.toString()); in testShortNumbersValidAndCorrectCost() 225 logger.log(Level.SEVERE, "Wrong cost for " + phoneNumber.toString() in testShortNumbersValidAndCorrectCost() 248 logger.log(Level.SEVERE, "Emergency example number test failed for " + regionCode); in testEmergency() 270 logger.log(Level.SEVERE, "Carrier-specific test failed for " + regionCode); in testCarrierSpecificShortNumbers() [all …]
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | Jdk14Logger.java | 141 log(Level.SEVERE, String.valueOf(message), null); in error() 153 log(Level.SEVERE, String.valueOf(message), exception); in error() 164 log(Level.SEVERE, String.valueOf(message), null); in fatal() 176 log(Level.SEVERE, String.valueOf(message), exception); in fatal() 226 return (getLogger().isLoggable(Level.SEVERE)); in isErrorEnabled() 234 return (getLogger().isLoggable(Level.SEVERE)); in isFatalEnabled()
|
/external/conscrypt/ |
D | test_logging.properties | 2 .level=SEVERE 12 org.conscrypt.NativeSslSession.level=SEVERE
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | LogRecordTest.java | 142 logger.log(Level.SEVERE, MSG); in testGetSourceDefaultValue() 147 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() 154 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() 161 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() 200 ml.log(Level.SEVERE, MSG); in testGetSourceDefaultValue() 205 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() 396 return new LogRecord(Level.SEVERE, MSG); in getDefaultRecord()
|
D | MemoryHandlerTest.java | 113 assertFalse(handler.isLoggable(new LogRecord(Level.SEVERE, "test"))); in testClose() 128 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "test"))); in testFlush() 210 assertEquals(handler.getPushLevel(), Level.SEVERE); in testMemoryHandlerInvalidProps() 248 assertEquals(handler.getPushLevel(), Level.SEVERE); in testMemoryHandlerDefaultValue() 318 handler.publish(new LogRecord(Level.SEVERE, "MSG2")); in testPushPublic()
|
D | LevelTest.java | 112 assertSame(Level.SEVERE, Level.parse("SEVERE")); in testParse_PredefinedConstStrings() 151 assertSame(Level.SEVERE, Level.parse("SEVERE")); in testParse_PredefinedNumber() 160 assertSame(Level.SEVERE, Level.parse("1000")); in testParse_PredefinedNumber()
|
/external/dagger2/java/dagger/producers/monitoring/internal/ |
D | Monitors.java | 68 logger.log(Level.SEVERE, "RuntimeException while constructing monitor factories.", e); in createMonitorForComponent() 346 Level.SEVERE, in logCreateException() 357 Level.SEVERE, in logProducerMonitorForException() 368 Level.SEVERE, in logProducerMonitorMethodException() 376 Level.SEVERE, in logProducerMonitorArgMethodException()
|
/external/guava/guava/src/com/google/common/eventbus/ |
D | EventBus.java | 174 Level.SEVERE, in handleSubscriberException() 231 if (logger.isLoggable(Level.SEVERE)) { in handleException() 232 logger.log(Level.SEVERE, message(context), exception); in handleException()
|
/external/guava/android/guava/src/com/google/common/eventbus/ |
D | EventBus.java | 174 Level.SEVERE, in handleSubscriberException() 231 if (logger.isLoggable(Level.SEVERE)) { in handleException() 232 logger.log(Level.SEVERE, message(context), exception); in handleException()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | UncaughtExceptionHandlers.java | 17 import static java.util.logging.Level.SEVERE; 69 SEVERE, String.format(Locale.ROOT, "Caught an exception in %s. Shutting down.", t), e); in uncaughtException()
|
D | ListenerCallQueue.java | 177 Level.SEVERE, in dispatch() 209 Level.SEVERE, in run()
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | UncaughtExceptionHandlers.java | 17 import static java.util.logging.Level.SEVERE; 69 SEVERE, String.format(Locale.ROOT, "Caught an exception in %s. Shutting down.", t), e); in uncaughtException()
|
D | ListenerCallQueue.java | 177 Level.SEVERE, in dispatch() 209 Level.SEVERE, in run()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | SerializeReentrantCallsDirectExecutor.java | 51 log.log(Level.SEVERE, "Exception while executing runnable " + task, t); in execute() 70 log.log(Level.SEVERE, "Exception while executing runnable " + task, t); in completeQueuedTasks()
|
D | SerializingExecutor.java | 52 log.log(Level.SEVERE, "FieldUpdaterAtomicHelper failed", t); in getAtomicHelper() 126 log.log(Level.SEVERE, "Exception while executing runnable " + r, e); in run()
|
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/ |
D | TempFileSink.java | 59 logger.log(Level.SEVERE, "Caught exception while writing", e); in write() 81 logger.log(Level.SEVERE, "Caught exception while closing", e); in closeQuietly()
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | BaseTest.java | 435 LOGGER.log(Level.SEVERE, null, ex); in execClass() 437 LOGGER.log(Level.SEVERE, null, ex); in execClass() 439 LOGGER.log(Level.SEVERE, null, ex); in execClass() 441 LOGGER.log(Level.SEVERE, null, ex); in execClass() 443 LOGGER.log(Level.SEVERE, null, ex); in execClass() 445 LOGGER.log(Level.SEVERE, null, ex); in execClass() 447 LOGGER.log(Level.SEVERE, null, ex); in execClass() 449 LOGGER.log(Level.SEVERE, null, ex); in execClass() 451 LOGGER.log(Level.SEVERE, null, ex); in execClass()
|
/external/nanohttpd/markdown-plugin/src/main/java/fi/iki/elonen/ |
D | MarkdownWebServerPlugin.java | 93 MarkdownWebServerPlugin.LOG.log(Level.SEVERE, "could not read source", e); in readSource() 116 … MarkdownWebServerPlugin.LOG.log(Level.SEVERE, "encoding problem, responding nothing", e); in serveFile()
|
/external/caliper/caliper/src/main/java/com/google/caliper/config/ |
D | LoggingConfigLoader.java | 19 import static java.util.logging.Level.SEVERE; 75 logger.log(SEVERE, "could not close " + loggingPropertiesFile, e); in loadLoggingConfig()
|
/external/dagger2/java/dagger/producers/monitoring/ |
D | TimingRecorders.java | 315 Level.SEVERE, in logCreateException() 327 Level.SEVERE, in logProducerTimingRecorderForException() 339 Level.SEVERE, in logProducerTimingRecorderMethodException()
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | OutputFileDumper.java | 19 import static java.util.logging.Level.SEVERE; 106 logger.log(SEVERE, String.format( in processTrial()
|
D | ResultsUploader.java | 19 import static java.util.logging.Level.SEVERE; 119 logger.log(SEVERE, String.format( in logUploadFailure()
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
D | ImagePanel.java | 64 Logger.getLogger(ImagePanel.class.getName()).log(Level.SEVERE, null, ex); in setImage() 79 Logger.getLogger(ImagePanel.class.getName()).log(Level.SEVERE, null, ex); in setImage()
|