Searched defs:publish (Results 1 - 18 of 18) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js2 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
[all...]
/external/chromium_org/chrome/third_party/mock4js/examples/
H A DPublisher.js20 publish: function(message) {
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DAndroidLogHandler.java24 public void publish(LogRecord record) { method in class:AndroidLogHandler
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTestLogHandler.java64 public void publish(LogRecord record) { method in class:TestLogHandler
/external/smack/src/org/jivesoftware/smackx/
H A DPEPManager.java58 * pepManager.publish(tune);
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/
H A DLeafNode.java179 public void publish() method in class:LeafNode
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()}.
265 * For asynchronous calls, use {@link #publish(Item) publish(Item)}.
288 * For asynchronous calls, use {@link #publish(Collectio
[all...]
H A DConfigureForm.java486 * Gets the publishing model for the node, which determines who may publish to it.
501 * Sets the publishing model for the node, which determines who may publish to it.
503 * @param publish The enum representing the possible options for the publishing model
505 public void setPublishModel(PublishModel publish) argument
508 setAnswer(ConfigureNodeFields.publish_model.getFieldName(), getListSingle(publish.toString()));
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DXMLFormatterTest.java229 public void publish(LogRecord record) { method in class:XMLFormatterTest.MockHandler
H A DMemoryHandlerTest.java302 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(ne
374 public void publish(LogRecord record) { method in class:MemoryHandlerTest.MockHandler
[all...]
H A DHandlerTest.java131 h.publish(null);
343 public void publish(LogRecord record) { method in class:HandlerTest.MockHandler
H A DLogRecordTest.java206 handler.publish(lr);
377 public void publish(LogRecord record) { method in class:LogRecordTest.MockHandler
428 ha[i].publish(record);
436 ha[i].publish(record);
H A DLogManagerTest.java965 public void publish(LogRecord record) { method in class:LogManagerTest.MockHandler
H A DLoggerTest.java3069 public void publish(LogRecord record) { method in class:LoggerTest.MockHandler
3070 // System.out.println("publish!");
3088 public void publish(LogRecord record) { method in class:LoggerTest.MockExceptionalHandler
3089 // System.out.println("publish!");
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpubsubclient.cc104 const XmlElement* publish = pubsub->FirstNamed(QN_PUBSUB_PUBLISH); local
105 if (publish != NULL) {
106 return publish->FirstNamed(QN_PUBSUB_ITEM);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js159 // IO operations. Publishing is done via dojo.publish. See dojo.__IoPublish for a list
3744 // topic publish/subscribe
3751 // named topic is published (see: dojo.publish).
3760 // | dojo.publish("alerts", [ "read this", "hello world" ]);
3780 dojo.publish = function(/*String*/ topic, /*Array*/ args){
3784 // The name of the topic to publish.
3790 // | dojo.publish("alerts", [ "read this", "hello world" ]);
3810 // The name of the topic to publish.
3819 var pf = function(){ dojo.publish(topic, arguments); }
10058 // will be published via dojo.publish fo
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... boolean compress protected boolean reusePackedFiles protected boolean append protected boolean publish protected String source protected java.net.URI metadataLocation ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1358 milliseconds