HomeSort by relevance Sort by last modified time
    Searched refs:publish (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/native/libs/binder/include/binder/
BinderService.h 37 static status_t publish(bool allowIsolated = false) { function in class:android::BinderService
45 publish(allowIsolated);
49 static void instantiate() { publish(); }
  /frameworks/support/emoji/appcompat/
build.gradle 37 publish true
  /frameworks/support/app-toolkit/common/
build.gradle 34 publish true
  /frameworks/support/content/
build.gradle 41 publish true
  /frameworks/support/lifecycle/common/
build.gradle 33 publish true
  /frameworks/support/lifecycle/common-java8/
build.gradle 34 publish true
  /frameworks/support/room/common/
build.gradle 33 publish true
  /frameworks/support/v14/preference/
build.gradle 41 publish true
  /libcore/ojluni/src/main/java/java/util/logging/
ConsoleHandler.java 106 * Publish a <tt>LogRecord</tt>.
115 public void publish(LogRecord record) { method in class:ConsoleHandler
116 super.publish(record);
  /external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
ListHandler.java 8 * without limitation the rights to use, copy, modify, merge, publish,
44 public void publish(LogRecord logRecord) { method in class:ListHandler
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 103 handler.publish(r);
109 handler.publish(r);
127 handler.publish(r);
134 handler.publish(r);
146 h.publish(r);
147 h2.publish(r);
148 h3.publish(r);
149 h4.publish(r);
161 h6.publish(r);
164 h7.publish(r)
    [all...]
OldFormatterTest.java 48 h.publish(r);
55 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
  /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 158 h.publish(r);
174 handler.publish(r);
180 handler.publish(r);
189 handler.publish(r);
200 handler.publish(r);
206 handler.publish(r);
303 handler.publish(r);
310 handler.publish(r);
322 handler.publish(rs[i]);
328 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...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
TestLogHandler.java 30 @Override public synchronized void publish(LogRecord logRecord) { method in class:TestLogHandler
  /frameworks/support/buildSrc/src/main/groovy/android/support/
SupportLibraryExtension.groovy 37 boolean publish = false;
  /frameworks/support/paging/common/
build.gradle 40 publish true
  /frameworks/support/room/migration/
build.gradle 38 publish true
  /frameworks/support/v7/preference/
build.gradle 58 publish true
  /external/guava/guava-testlib/src/com/google/common/testing/
TestLogHandler.java 66 public void publish(@Nullable LogRecord record) { method in class:TestLogHandler
  /frameworks/native/services/thermalservice/
ThermalService.h 34 void publish(const sp<ThermalService>& service);

Completed in 842 milliseconds

1 2 3 4 5 6 7 8 91011>>