Home
last modified time | relevance | path

Searched defs:writeEscaped (Results 1 – 4 of 4) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/template/
DRenderingContext.java51 void writeEscaped(String text); in writeEscaped() method
DDefaultRenderingContext.java115 public void writeEscaped(String text) { in writeEscaped() method in DefaultRenderingContext
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp30 void writeEscaped<kEscapeCsv>(llvm::raw_ostream &OS, const llvm::StringRef S) { in writeEscaped() function
47 void writeEscaped<kEscapeHtml>(llvm::raw_ostream &OS, const llvm::StringRef S) { in writeEscaped() function
61 void writeEscaped<kEscapeHtmlString>(llvm::raw_ostream &OS, in writeEscaped() function
/external/deqp/framework/qphelper/
DqpXmlWriter.c46 static deBool writeEscaped (qpXmlWriter* writer, const char* str) in writeEscaped() function