Searched defs:publish (Results 1 - 21 of 21) 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/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.java228 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.java130 h.publish(null);
342 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.java963 public void publish(LogRecord record) { method in class:LogManagerTest.MockHandler
H A DLoggerTest.java3076 public void publish(LogRecord record) { method in class:LoggerTest.MockHandler
3077 // System.out.println("publish!");
3095 public void publish(LogRecord record) { method in class:LoggerTest.MockExceptionalHandler
3096 // System.out.println("publish!");
/external/chromium_org/chrome/browser/extensions/api/copresence/
H A Dcopresence_api_unittest.cc41 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;
148 scoped_ptr<PublishOperation> publish(CreatePublish("pub"));
149 publish->strategies.reset(new Strategy);
150 publish->strategies->only_broadcast.reset(new bool(true)); // Default
153 operation->publish
[all...]
H A Dcopresence_translations.cc74 // 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
76 AddPublishToRequest(const std::string& app_id, const api::copresence::PublishOperation& publish, ReportRequest* request) argument
[all...]
/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 ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 302 milliseconds