Home
last modified time | relevance | path

Searched refs:FINE (Results 1 – 23 of 23) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java99 public static final int FINE = 500; field in PlatformLogger
113 FINE, enumConstant
131 PlatformLogger.FINE, PlatformLogger.CONFIG, PlatformLogger.INFO,
144 case PlatformLogger.FINE : return Level.FINE; in valueOf()
404 loggerProxy.doLog(Level.FINE, msg); in fine()
408 loggerProxy.doLog(Level.FINE, msg, t); in fine()
412 loggerProxy.doLog(Level.FINE, msg, params); in fine()
/libcore/luni/src/test/resources/bundles/java/util/logging/
Dres.properties5 FINE=US_FINE key
Dres_en_US.properties5 FINE=US_FINE key
Dres_zh_CN.properties5 FINE=ZH_CN_FINE key
Dres3.properties5 FINE=FINE3 key
Dres2.properties5 FINE=FINE2 key
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java99 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler()
123 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_1params()
205 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_2params()
243 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_3params()
291 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_4params()
453 new LogRecord(Level.FINE, "message for test") }; in testPublish()
DOldFormatterTest.java31 LogRecord r = new LogRecord(Level.FINE, MSG);
DOldMemoryHandlerTest.java80 assertEquals("Level should be FINE", Level.FINE, handler.getLevel()); in testMemoryHandler()
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging.properties40 FINE=FINE key
Dlogging_it.properties40 FINE=Buono key
Dlogging_fr.properties40 FINE=Pr\u00E9cis key
Dlogging_ja.properties40 FINE=\u666E\u901A key
Dlogging_es.properties40 FINE=Detallado key
Dlogging_zh_TW.properties40 FINE=\u8A73\u7D30 key
Dlogging_zh_CN.properties40 FINE=\u8BE6\u7EC6 key
Dlogging_ko.properties40 FINE=\uBBF8\uC138 key
Dlogging_de.properties40 FINE=Fein key
Dlogging_sv.properties40 FINE=Fin key
Dlogging_pt_BR.properties40 FINE=Detalhado key
/libcore/ojluni/src/main/java/java/util/logging/
DLevel.java161 public static final Level FINE = new Level("FINE", 500, defaultBundle); field in Level
DLogger.java1206 if (Level.FINE.intValue() < levelValue) { in fine()
1209 log(Level.FINE, msg); in fine()
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DHttpURLConnection.java617 if (logger.isLoggable(PlatformLogger.FINE)) {
1325 if (logger.isLoggable(PlatformLogger.FINE)) {
1332 if (logger.isLoggable(PlatformLogger.FINE)) {
1793 if (logger.isLoggable(PlatformLogger.FINE)) {
1798 if (logger.isLoggable(PlatformLogger.FINE)) {
1925 if (logger.isLoggable(PlatformLogger.FINE)) {
2341 if (logger.isLoggable(PlatformLogger.FINE)) {