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

1 2 3 4 5 6

  /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]);
  /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/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(); }
  /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) {
  /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 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/chromium_org/chrome/browser/extensions/api/copresence/
copresence_translations.cc 74 // Adds a publish operation to the report request. Returns false if the
75 // publish operation was invalid.
77 const api::copresence::PublishOperation& publish,
83 publish_proto->set_id(publish.id);
85 publish.message.type);
86 publish_proto->mutable_message()->set_payload(publish.message.payload);
88 int ttl = SanitizeTtl(publish.time_to_live_millis.get());
93 SetTokenExchangeStrategy(publish.strategies.get(),
97 DVLOG(2) << "Publishing message of type " << publish.message.type << ":\n"
98 << publish.message.payload
    [all...]
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/
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...]
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...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile 6 # This script allows you to build, upload, and publish demo binaries that will
37 # * Publish binaries for all examples.
39 # $ make publish REVISION=1234
41 # * Publish binaries for one example.
43 # $ make publish-bullet REVISION=1234
59 GS_URL_PUBLISH = gs://gonacl/demos/publish
110 lua_TGT_DIR = lua/out/naclports/src/out/publish/lua/pnacl
211 # URL of the publish directory for this project and revision.
245 # directory to the publish directory.
250 .PHONY: publish-$(1
    [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.h 33 void publish();
healthd_mode_android.cpp 61 gBatteryPropertiesRegistrar->publish();
  /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/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...]
  /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.

Completed in 767 milliseconds

1 2 3 4 5 6