/external/chromium-trace/trace-viewer/tracing/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/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()
|
D | HandlerTest.java | 130 h.publish(null); in testPublish() 342 public void publish(LogRecord record) { in publish() method in HandlerTest.MockHandler
|
/external/droiddriver/ |
D | artifactory.gradle | 1 apply plugin: 'maven-publish' 31 publish {
|
D | jcenter.gradle | 2 publish = true
|
/external/chromium-trace/trace-viewer/third_party/Paste/ |
D | setup.cfg | 7 distribute = register sdist bdist_egg upload pudge publish
|
/external/openssh/ |
D | README.dns | 10 (1) Server: Generate and publish the DNS RR 26 To publish the fingerprint using the DNS you must add the generated RR
|
/external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/ |
D | ListHandler.java | 44 public void publish(LogRecord logRecord) { in publish() method in ListHandler
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | TestLogHandler.java | 30 @Override public synchronized void publish(LogRecord logRecord) { in publish() method in TestLogHandler
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | TestLogHandler.java | 66 public void publish(@Nullable LogRecord record) { in publish() method in TestLogHandler
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/ |
D | release.rake | 18 # Rake::Task['doc:publish'].invoke
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
D | AndroidLogHandler.java | 24 public void publish(LogRecord record) { in publish() method in AndroidLogHandler
|
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/ |
D | JDK14AdapterLoggerNameTest.java | 84 public void publish(LogRecord record) { in publish() method in JDK14AdapterLoggerNameTest.MockHandler
|
/external/libcxxabi/ |
D | NOTICE | 32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
D | LICENSE.TXT | 32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/external/libcxx/ |
D | LICENSE.TXT | 32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/external/compiler-rt/ |
D | LICENSE.TXT | 32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
D | NOTICE | 32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/external/llvm/test/YAMLParser/ |
D | LICENSE.txt | 6 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
/external/fio/ |
D | MORAL-LICENSE | 5 - If you publish results that are done using fio, it should be clearly stated
|