Home
last modified time | relevance | path

Searched defs:writeComment (Results 1 – 7 of 7) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py92 def writeComment(self, comment): member in KScriptGenerator
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py87 def writeComment(self, comment): member in KScriptGenerator
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py87 def writeComment(self, comment): member in KScriptGenerator
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java76 public void writeComment(String comment) { in writeComment() method in JavaSourceWriter
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXPathParts.java306 private XPathParts writeComment( in writeComment() method in XPathParts
1030 static void writeComment(PrintWriter pw, int indent, String comment, boolean blockComment) { in writeComment() method in XPathParts
/external/doclava/src/com/google/doclava/
DStubs.java1104 static void writeComment(PrintStream stream, DocInfo doc) { in writeComment() method in Stubs
/external/bcc/tests/cc/
Dcatch.hpp9020 XmlWriter& writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter