Searched refs:publish (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/third_party/polymer/components-chromium/paper-fab/
H A Dpaper-fab-extracted.js4 publish: {
/external/chromium_org/third_party/polymer/components-chromium/core-scaffold/
H A Dcore-scaffold-extracted.js5 publish: {
/external/chromium_org/third_party/polymer/components-chromium/paper-item/
H A Dpaper-item-extracted.js4 publish: {
/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/third_party/polymer/components-chromium/paper-icon-button/
H A Dpaper-icon-button-extracted.js5 publish: {
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/
H A Dpaper-menu-button-extracted.js5 publish: {
H A Dpaper-menu-button-overlay-extracted.js4 publish: {
/external/chromium_org/chrome/third_party/mock4js/examples/
H A DPublisher.js20 publish: function(message) {
/external/chromium_org/third_party/polymer/components-chromium/core-menu/
H A Dcore-submenu-extracted.js5 publish: {
/external/chromium_org/third_party/polymer/components-chromium/paper-radio-button/
H A Dpaper-radio-button-extracted.js11 publish: {
/external/chromium_org/chrome/browser/extensions/api/copresence/
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...]
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...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DConsoleHandlerTest.java142 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(
[all...]
H A DFileHandlerTest.java158 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(r
[all...]
H A DStreamHandlerTest.java158 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(
[all...]
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 DSocketHandlerTest.java294 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(
[all...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
H A DMakefile6 # This script allows you to build, upload, and publish demo binaries that will
39 # $ make publish REVISION=1234
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)
251 publish-$(1): revision-check
252 @echo "Testing that files to publish '
[all...]
/external/chromium_org/third_party/polymer/components-chromium/paper-focusable/
H A Dpaper-focusable-extracted.js4 publish: {
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTestLogHandler.java64 public void publish(LogRecord record) { method in class:TestLogHandler
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/
H A Dcore-dropdown-extracted.js5 publish: {
/external/chromium_org/third_party/polymer/components-chromium/core-header-panel/
H A Dcore-header-panel-extracted.js13 publish: {
/external/chromium_org/third_party/polymer/components-chromium/paper-button/
H A Dpaper-button-extracted.js4 publish: {
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-extracted.js22 publish: {
391 publish: {
415 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);

Completed in 470 milliseconds

1234