Searched refs:publish (Results 1 - 15 of 15) sorted by relevance

/libcore/luni/src/main/java/java/util/logging/
H A DConsoleHandler.java68 public void publish(LogRecord record) { method in class:ConsoleHandler
69 super.publish(record);
H A DSocketHandler.java153 public void publish(LogRecord record) { method in class:SocketHandler
154 super.publish(record);
H A DMemoryHandler.java30 * and normally the latter will publish the records. After the push action, the
181 * handler, and the target handler will publish them.
186 @Override public synchronized void publish(LogRecord record) { method in class:MemoryHandler
229 * and the target handler will publish them. Then the buffer is cleared.
234 target.publish(buffer[i]);
240 target.publish(buffer[i]);
H A DHandler.java168 public abstract void publish(LogRecord record); method in class:Handler
H A DLogger.java77 public void publish(Logger source, String tag, Level level, String message) {
540 * logger's parent to publish incoming log records, potentially recursively
924 dalvikLogHandler.publish(this, androidTag, logLevel, msg);
1028 element.publish(record);
1036 element.publish(record);
H A DStreamHandler.java282 public synchronized void publish(LogRecord record) { method in class:StreamHandler
H A DFileHandler.java508 * the log record to publish.
511 public synchronized void publish(LogRecord record) { method in class:FileHandler
512 super.publish(record);
/libcore/dalvik/src/main/java/dalvik/system/
H A DDalvikLogHandler.java36 * java.util.logging.Handler#publish(java.util.logging.LogRecord)}, this
44 void publish(Logger source, String tag, Level level, String message); method in interface:DalvikLogHandler
/libcore/luni/src/test/java/libcore/java/util/logging/
H A DOldFileHandlerTest.java102 handler.publish(r);
108 handler.publish(r);
126 handler.publish(r);
133 handler.publish(r);
145 h.publish(r);
146 h2.publish(r);
147 h3.publish(r);
148 h4.publish(r);
160 h6.publish(r);
163 h7.publish(
[all...]
H A DOldFormatterTest.java48 h.publish(r);
55 h.publish(r);
H A DOldXMLFormatterTest.java64 handler.publish(lr);
65 assertEquals("Tail string after publish() should be equal expected value",
72 public void publish(LogRecord record) {} method in class:OldXMLFormatterTest.MockHandler
H A DOldMemoryHandlerTest.java93 public void publish(LogRecord record) {} method in class:OldMemoryHandlerTest.MockHandler
H A DOldLogManagerTest.java253 public void publish(LogRecord record) {} method in class:OldLogManagerTest.MockHandler
H A DOldLoggerTest.java222 public void publish(LogRecord record) {} method in class:OldLoggerTest.MockHandler
/libcore/support/src/test/java/libcore/dalvik/system/
H A DCloseGuardTester.java39 @Override public void publish(LogRecord record) {
59 new ConsoleHandler().publish(leak);

Completed in 170 milliseconds