/libcore/luni/src/main/java/java/util/logging/ |
ConsoleHandler.java | 68 public void publish(LogRecord record) { method in class:ConsoleHandler 69 super.publish(record);
|
SocketHandler.java | 153 public void publish(LogRecord record) { method in class:SocketHandler 154 super.publish(record);
|
MemoryHandler.java | 30 * 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]);
|
Handler.java | 168 public abstract void publish(LogRecord record); method in class:Handler
|
Logger.java | 77 public void publish(Logger source, String tag, Level level, String message) { 541 * logger's parent to publish incoming log records, potentially recursively [all...] |
StreamHandler.java | 285 public synchronized void publish(LogRecord record) { method in class:StreamHandler
|
FileHandler.java | 503 * Publish a {@code LogRecord}. 506 * the log record to publish. 509 public synchronized void publish(LogRecord record) { method in class:FileHandler 510 super.publish(record);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DalvikLogHandler.java | 36 * 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
|
/frameworks/base/include/binder/ |
BinderService.h | 37 static status_t publish() { function in class:android::BinderService 50 static void instantiate() { publish(); }
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 102 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(r) [all...] |
OldFormatterTest.java | 47 h.publish(r); 54 h.publish(r);
|
OldXMLFormatterTest.java | 64 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
|
OldMemoryHandlerTest.java | 93 public void publish(LogRecord record) {} method in class:OldMemoryHandlerTest.MockHandler
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ConsoleHandlerTest.java | 142 h.publish(new LogRecord(Level.SEVERE, "test")); 157 h.publish(new LogRecord(Level.SEVERE, 178 h.publish(new LogRecord(Level.SEVERE, 204 * Test publish(), use no filter, having output stream, normal log record. 216 h.publish(r); 222 h.publish(r); 228 h.publish(r); 235 h.publish(r); 242 * Test publish(), after system err is reset. 257 h.publish(r) [all...] |
FileHandlerTest.java | 183 h.publish(r); 199 handler.publish(r); 205 handler.publish(r); 214 handler.publish(r); 225 handler.publish(r); 231 handler.publish(r); 328 handler.publish(r); 335 handler.publish(r); 347 handler.publish(rs[i]); 353 handler.publish(rs[i]) [all...] |
StreamHandlerTest.java | 158 h.publish(new LogRecord(Level.SEVERE, "test")); 302 h.publish(new LogRecord(Level.SEVERE, 322 h.publish(new LogRecord(Level.SEVERE, 453 * Test publish(), use no filter, having output stream, normal log record. 458 h.publish(r); 461 h.publish(r); 464 h.publish(r); 468 h.publish(r); 472 * Test publish(), use no filter, having output stream, normal log record. 480 h.publish(r) [all...] |
MemoryHandlerTest.java | 302 handler.publish(lr); 308 handler.publish(lr); 315 handler.publish(new LogRecord(Level.CONFIG, "MSG1")); 318 handler.publish(new LogRecord(Level.SEVERE, "MSG2")); 323 handler.publish(new LogRecord(Level.WARNING, "MSG")); 331 handler.publish(new LogRecord(Level.CONFIG, "MSG3")); 334 handler.publish(new LogRecord(Level.FINEST, "MSG4")); 337 handler.publish(new LogRecord(Level.CONFIG, "MSG5")); 340 handler.publish(new LogRecord(Level.FINER, "MSG6")); 343 handler.publish(new LogRecord(Level.FINER, "false")) 374 public void publish(LogRecord record) { method in class:MemoryHandlerTest.MockHandler [all...] |
SocketHandlerTest.java | 294 h.publish(new LogRecord(Level.SEVERE, "test")); 310 h.publish(new LogRecord(Level.SEVERE, "test")); 425 h.publish(new LogRecord(Level.SEVERE, 461 * Test publish(), use no filter, having output stream, normal log record. 482 h.publish(r); 485 h.publish(r); 488 h.publish(r); 492 h.publish(r); 500 * Test publish(), use a filter, having output stream, normal log record. 523 h.publish(r) [all...] |
LogRecordTest.java | 206 handler.publish(lr); 377 public void publish(LogRecord record) { method in class:LogRecordTest.MockHandler 428 ha[i].publish(record); method 436 ha[i].publish(record); method
|
HandlerTest.java | 131 h.publish(null); 343 public void publish(LogRecord record) { method in class:HandlerTest.MockHandler
|
XMLFormatterTest.java | 229 public void publish(LogRecord record) {
|
/libcore/support/src/test/java/libcore/dalvik/system/ |
CloseGuardTester.java | 38 @Override public void publish(LogRecord record) { 60 new ConsoleHandler().publish(leak);
|
/frameworks/base/core/java/com/android/internal/logging/ |
AndroidHandler.java | 124 public void publish(LogRecord record) { method in class:AndroidHandler 139 public void publish(Logger source, String tag, Level level, String message) { method in class:AndroidHandler
|
/prebuilt/common/swing-worker/ |
swing-worker-1.1.jar | |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManager.java | 111 protected void publish() { method in class:IccPhoneBookInterfaceManager
|