Home
last modified time | relevance | path

Searched refs:getTail (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFormatterTest.java41 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()
DOldXMLFormatterTest.java56 .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()
DOldSimpleFormatterTest.java29 assertEquals("Tail for this SimpleFormatter should be empty", "", sf.getTail(null)); in testSimpleFormatter()
DOldFileHandlerTest.java361 sb.append(formatter.getTail(handler)); in assertFileContent()
367 sb.append(formatter.getTail(handler)); in assertFileContent()
493 public String getTail(Handler h) { in getTail() method in OldFileHandlerTest.MockFormatter
/libcore/ojluni/src/main/java/java/util/logging/
DFormatter.java87 public String getTail(Handler h) { in getTail() method in Formatter
DStreamHandler.java276 writer.write(getFormatter().getTail(this)); in flushAndClose()
DXMLFormatter.java269 public String getTail(Handler h) { in getTail() method in XMLFormatter