Searched refs:FINE (Results 1 – 23 of 23) sorted by relevance
/libcore/ojluni/src/main/java/sun/util/logging/ |
D | PlatformLogger.java | 99 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/ |
D | res.properties | 5 FINE=US_FINE key
|
D | res_en_US.properties | 5 FINE=US_FINE key
|
D | res_zh_CN.properties | 5 FINE=ZH_CN_FINE key
|
D | res3.properties | 5 FINE=FINE3 key
|
D | res2.properties | 5 FINE=FINE2 key
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFileHandlerTest.java | 99 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()
|
D | OldFormatterTest.java | 31 LogRecord r = new LogRecord(Level.FINE, MSG);
|
D | OldMemoryHandlerTest.java | 80 assertEquals("Level should be FINE", Level.FINE, handler.getLevel()); in testMemoryHandler()
|
/libcore/ojluni/src/main/resources/sun/util/logging/resources/ |
D | logging.properties | 40 FINE=FINE key
|
D | logging_it.properties | 40 FINE=Buono key
|
D | logging_fr.properties | 40 FINE=Pr\u00E9cis key
|
D | logging_ja.properties | 40 FINE=\u666E\u901A key
|
D | logging_es.properties | 40 FINE=Detallado key
|
D | logging_zh_TW.properties | 40 FINE=\u8A73\u7D30 key
|
D | logging_zh_CN.properties | 40 FINE=\u8BE6\u7EC6 key
|
D | logging_ko.properties | 40 FINE=\uBBF8\uC138 key
|
D | logging_de.properties | 40 FINE=Fein key
|
D | logging_sv.properties | 40 FINE=Fin key
|
D | logging_pt_BR.properties | 40 FINE=Detalhado key
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Level.java | 161 public static final Level FINE = new Level("FINE", 500, defaultBundle); field in Level
|
D | Logger.java | 1206 if (Level.FINE.intValue() < levelValue) { in fine() 1209 log(Level.FINE, msg); in fine()
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
D | HttpURLConnection.java | 617 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)) {
|