/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
D | 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.al… 89 publish.classesIndex = classesTemplate.process(classes); 93 var classesindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"index.tmpl"); [all …]
|
/external/chromium_org/chrome/browser/extensions/api/copresence/ |
D | copresence_translations.cc | 77 const api::copresence::PublishOperation& publish, in AddPublishToRequest() argument 83 publish_proto->set_id(publish.id); in AddPublishToRequest() 85 publish.message.type); in AddPublishToRequest() 86 publish_proto->mutable_message()->set_payload(publish.message.payload); in AddPublishToRequest() 88 int ttl = SanitizeTtl(publish.time_to_live_millis.get()); in AddPublishToRequest() 93 SetTokenExchangeStrategy(publish.strategies.get(), in AddPublishToRequest() 97 DVLOG(2) << "Publishing message of type " << publish.message.type << ":\n" in AddPublishToRequest() 98 << publish.message.payload; in AddPublishToRequest() 202 if (static_cast<int>(op->publish != NULL) + in PrepareReportRequestProto() 209 if (op->publish) { in PrepareReportRequestProto() [all …]
|
D | copresence_api_unittest.cc | 41 PublishOperation* publish = new PublishOperation; in CreatePublish() local 43 publish->id = id; in CreatePublish() 44 publish->time_to_live_millis.reset(new int(1000)); in CreatePublish() 45 publish->message.type = "joke"; in CreatePublish() 46 publish->message.payload = "Knock Knock!"; in CreatePublish() 48 return publish; in CreatePublish() 148 scoped_ptr<PublishOperation> publish(CreatePublish("pub")); in TEST_F() local 149 publish->strategies.reset(new Strategy); in TEST_F() 150 publish->strategies->only_broadcast.reset(new bool(true)); // Default in TEST_F() 153 operation->publish = publish.Pass(); in TEST_F() [all …]
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | FileHandlerTest.java | 158 h.publish(r); in testLock() 174 handler.publish(r); in testFileHandler() 180 handler.publish(r); in testFileHandler() 189 handler.publish(r); in testDefaultValue() 200 handler.publish(r); in testDefaultValue() 206 handler.publish(r); in testDefaultValue() 303 handler.publish(r); in testLimitAndCount() 310 handler.publish(r); in testLimitAndCount() 322 handler.publish(rs[i]); in testLimitAndCount() 328 handler.publish(rs[i]); in testLimitAndCount() [all …]
|
D | ConsoleHandlerTest.java | 142 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_InvalidProperties() 157 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_NormalClose() 178 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_Exception() 216 h.publish(r); in testPublish_NoFilter() 222 h.publish(r); in testPublish_NoFilter() 228 h.publish(r); in testPublish_NoFilter() 235 h.publish(r); in testPublish_NoFilter() 257 h.publish(r); in testPublish_AfterResetSystemErr() 277 h.publish(r); in testPublish_WithFilter() 283 h.publish(r); in testPublish_WithFilter() [all …]
|
D | StreamHandlerTest.java | 158 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_NoParameter_InvalidProperties() 302 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_NormalClose() 322 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_Exception() 458 h.publish(r); in testPublish_NoOutputStream() 461 h.publish(r); in testPublish_NoOutputStream() 464 h.publish(r); in testPublish_NoOutputStream() 468 h.publish(r); in testPublish_NoOutputStream() 480 h.publish(r); in testPublish_NoFilter() 486 h.publish(r); in testPublish_NoFilter() 492 h.publish(r); in testPublish_NoFilter() [all …]
|
D | MemoryHandlerTest.java | 302 handler.publish(lr); in testSetPushLevel() 308 handler.publish(lr); in testSetPushLevel() 315 handler.publish(new LogRecord(Level.CONFIG, "MSG1")); in testPushPublic() 318 handler.publish(new LogRecord(Level.SEVERE, "MSG2")); in testPushPublic() 323 handler.publish(new LogRecord(Level.WARNING, "MSG")); in testPushPublic() 331 handler.publish(new LogRecord(Level.CONFIG, "MSG3")); in testPushPublic() 334 handler.publish(new LogRecord(Level.FINEST, "MSG4")); in testPushPublic() 337 handler.publish(new LogRecord(Level.CONFIG, "MSG5")); in testPushPublic() 340 handler.publish(new LogRecord(Level.FINER, "MSG6")); in testPushPublic() 343 handler.publish(new LogRecord(Level.FINER, "false")); in testPushPublic() [all …]
|
D | SocketHandlerTest.java | 294 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_InvalidBasicProperties() 310 h.publish(new LogRecord(Level.SEVERE, "test")); in testConstructor_InvalidBasicProperties() 425 h.publish(new LogRecord(Level.SEVERE, in testClose_SufficientPrivilege_NormalClose() 482 h.publish(r); in testPublish_NoFilter() 485 h.publish(r); in testPublish_NoFilter() 488 h.publish(r); in testPublish_NoFilter() 492 h.publish(r); in testPublish_NoFilter() 523 h.publish(r); in testPublish_WithFilter() 548 h.publish(null); in testPublish_Null() 575 h.publish(r); in testPublish_EmptyMsg() [all …]
|
D | LogRecordTest.java | 206 handler.publish(lr); in testGetSourceDefaultValue() 377 public void publish(LogRecord record) { in publish() method in LogRecordTest.MockHandler 428 ha[i].publish(record); in log() 436 ha[i].publish(record); in log()
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/ |
D | Makefile | 59 GS_URL_PUBLISH = gs://gonacl/demos/publish 110 lua_TGT_DIR = lua/out/naclports/src/out/publish/lua/pnacl 250 .PHONY: publish-$(1) 251 publish-$(1): revision-check 265 publish: publish-$(1) 286 .PHONY: publish 287 publish: target
|
/external/pixman/ |
D | Makefile.am | 96 release-publish-message: $(HASHFILES) ensure-prev 135 release-publish: release-upload release-tag release-publish-message 137 .PHONY: release-upload release-publish release-publish-message release-tag
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | pubsubclient.cc | 104 const XmlElement* publish = pubsub->FirstNamed(QN_PUBSUB_PUBLISH); in GetItemFromStanza() local 105 if (publish != NULL) { in GetItemFromStanza() 106 return publish->FirstNamed(QN_PUBSUB_ITEM); in GetItemFromStanza()
|
/external/chromium_org/third_party/polymer/components-chromium/core-animation/ |
D | core-animation-extracted.js | 22 publish: { property 391 publish: { property 415 publish: { property
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
D | LeafNode.java | 179 public void publish() in publish() method in LeafNode 201 public <T extends Item> void publish(T item) in publish() method in LeafNode 205 publish(items); in publish() 221 public <T extends Item> void publish(Collection<T> items) in publish() method in LeafNode
|
/external/chromium_org/chrome/common/extensions/api/ |
D | copresence.idl | 43 // A unique ID that identifies this publish. 45 // The message to publish. 86 // Publication details. Required if the operation type is 'publish'. 87 PublishOperation? publish; 122 // apps on any platform that are using this API key can publish/subscribe to
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/ |
D | README | 41 To publish a new version: 54 3. Use 'make publish REVISION=<REV>' in the ``src`` directory to publish the
|
/external/chromium_org/third_party/polymer/components-chromium/paper-fab/ |
D | paper-fab-extracted.js | 4 publish: { property
|
/external/chromium_org/third_party/polymer/components-chromium/paper-item/ |
D | paper-item-extracted.js | 4 publish: { property
|
/external/chromium_org/third_party/polymer/components-chromium/core-scaffold/ |
D | core-scaffold-extracted.js | 5 publish: { property
|
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/ |
D | paper-menu-button-extracted.js | 5 publish: { property
|
/external/chromium_org/third_party/polymer/components-chromium/paper-icon-button/ |
D | paper-icon-button-extracted.js | 5 publish: { property
|
/external/chromium_org/chrome/third_party/mock4js/examples/ |
D | Publisher.js | 20 publish: function(message) { method in Publisher
|
/external/chromium_org/third_party/polymer/components-chromium/paper-radio-button/ |
D | paper-radio-button-extracted.js | 11 publish: { property
|
/external/chromium_org/third_party/polymer/components-chromium/core-menu/ |
D | core-submenu-extracted.js | 5 publish: { property
|
/external/chromium_org/third_party/polymer/components-chromium/paper-focusable/ |
D | paper-focusable-extracted.js | 4 publish: { property
|