Searched refs:getTail (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFormatterTest.java | 41 assertEquals("tail string is not empty", "", f.getTail(null)); in testFormatter() 53 assertEquals("tail string is not empty", "", f.getTail(null)); in testGetTail() 54 assertEquals("tail string is not empty", "", f.getTail(h)); in testGetTail() 56 assertEquals("tail string is not empty", "", f.getTail(h)); in testGetTail()
|
D | OldXMLFormatterTest.java | 56 .getTail(handler).indexOf("/log>") > 0); in testXMLFormatter() 61 "</log>", formatter.getTail(null).trim()); in testGetTail() 63 formatter.getTail(handler).trim()); in testGetTail() 66 "</log>", formatter.getTail(handler).trim()); in testGetTail()
|
D | OldSimpleFormatterTest.java | 29 assertEquals("Tail for this SimpleFormatter should be empty", "", sf.getTail(null)); in testSimpleFormatter()
|
D | OldFileHandlerTest.java | 361 sb.append(formatter.getTail(handler)); in assertFileContent() 367 sb.append(formatter.getTail(handler)); in assertFileContent() 492 public String getTail(Handler h) { in getTail() method in OldFileHandlerTest.MockFormatter
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Formatter.java | 87 public String getTail(Handler h) { in getTail() method in Formatter
|
D | StreamHandler.java | 276 writer.write(getFormatter().getTail(this)); in flushAndClose()
|
D | XMLFormatter.java | 270 public String getTail(Handler h) { in getTail() method in XMLFormatter
|