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

1 2 3

  /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
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
publish.js 2 function publish(symbolSet) { function
3 publish.conf = { // trailing slash expected for dirs
19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/"));
26 var classTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"class.tmpl");
27 var classesTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allclasses.tmpl");
46 var srcDir = publish.conf.outDir + "symbols/src/";
71 publish.classesIndex = classesTemplate.process(classes); // kept in memory
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output);
89 publish.classesIndex = classesTemplate.process(classes)
    [all...]
  /external/chromium_org/chrome/third_party/mock4js/examples/
Publisher.js 20 publish: function(message) {
  /frameworks/native/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(); }
  /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 150 public void publish(LogRecord record) { method in class:SocketHandler
151 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]);
StreamHandler.java 282 public synchronized void publish(LogRecord record) { method in class:StreamHandler
FileHandler.java 505 * Publish a {@code LogRecord}.
508 * the log record to publish.
511 public synchronized void publish(LogRecord record) { method in class:FileHandler
512 super.publish(record);
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) {
540 * logger's parent to publish incoming log records, potentially recursively
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
TestLogHandler.java 64 public void publish(LogRecord record) { method in class:TestLogHandler
  /system/core/healthd/
BatteryPropertiesRegistrar.cpp 33 void BatteryPropertiesRegistrar::publish() { function in class:android::BatteryPropertiesRegistrar
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 125 public void publish(LogRecord record) { method in class:AndroidHandler
140 public void publish(Logger source, String tag, Level level, String message) { method in class:AndroidHandler
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubclient.cc 104 const XmlElement* publish = pubsub->FirstNamed(QN_PUBSUB_PUBLISH); local
105 if (publish != NULL) {
106 return publish->FirstNamed(QN_PUBSUB_ITEM);
  /external/smack/src/org/jivesoftware/smackx/
PEPManager.java 58 * pepManager.publish(tune);
108 * Publish an event.
110 * @param item the item to publish.
112 public void publish(PEPItem item) { method in class:PEPManager
113 // Create a new message to publish the event.
  /external/smack/src/org/jivesoftware/smackx/pubsub/
LeafNode.java 179 public void publish() method in class:LeafNode
181 PubSub packet = createPubsubPacket(Type.SET, new NodeExtension(PubSubElementType.PUBLISH, getId()));
201 public <T extends Item> void publish(T item) method in class:LeafNode
205 publish(items);
209 * Publishes multiple events to the node. Same rules apply as in {@link #publish(Item)}.
221 public <T extends Item> void publish(Collection<T> items) method in class:LeafNode
238 * For asynchronous calls, use {@link #publish() publish()}.
245 PubSub packet = createPubsubPacket(Type.SET, new NodeExtension(PubSubElementType.PUBLISH, getId()));
265 * For asynchronous calls, use {@link #publish(Item) publish(Item)}.
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
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
OldLogManagerTest.java 253 public void publish(LogRecord record) {} method in class:OldLogManagerTest.MockHandler
  /external/chromium_org/chrome/browser/extensions/api/copresence/
copresence_api_unittest.cc 41 PublishOperation* publish = new PublishOperation; local
43 publish->id = id;
44 publish->time_to_live_millis.reset(new int(1000));
45 publish->message.type = "joke";
46 publish->message.payload = "Knock Knock!";
48 return publish;
147 TEST_F(CopresenceApiUnittest, Publish) {
148 scoped_ptr<PublishOperation> publish(CreatePublish("pub"));
149 publish->strategies.reset(new Strategy);
150 publish->strategies->only_broadcast.reset(new bool(true)); // Defaul
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
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...]
HandlerTest.java 130 h.publish(null);
342 public void publish(LogRecord record) { method in class:HandlerTest.MockHandler
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...]
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...]

Completed in 824 milliseconds

1 2 3