Home
last modified time | relevance | path

Searched refs:PrettyPrinter (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dprettyprinter.cc19 PrettyPrinter::PrettyPrinter(Zone* zone) { in PrettyPrinter() function in v8::internal::PrettyPrinter
27 PrettyPrinter::~PrettyPrinter() { in ~PrettyPrinter()
32 void PrettyPrinter::VisitBlock(Block* node) { in VisitBlock()
40 void PrettyPrinter::VisitVariableDeclaration(VariableDeclaration* node) { in VisitVariableDeclaration()
47 void PrettyPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) { in VisitFunctionDeclaration()
56 void PrettyPrinter::VisitModuleDeclaration(ModuleDeclaration* node) { in VisitModuleDeclaration()
65 void PrettyPrinter::VisitImportDeclaration(ImportDeclaration* node) { in VisitImportDeclaration()
74 void PrettyPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()
81 void PrettyPrinter::VisitModuleLiteral(ModuleLiteral* node) { in VisitModuleLiteral()
86 void PrettyPrinter::VisitModuleVariable(ModuleVariable* node) { in VisitModuleVariable()
[all …]
Dprettyprinter.h16 class PrettyPrinter: public AstVisitor {
18 explicit PrettyPrinter(Zone* zone);
19 virtual ~PrettyPrinter();
62 class AstPrinter: public PrettyPrinter {
Dcodegen.cc128 PrettyPrinter(info->zone()).PrintProgram(info->function())); in MakeCodePrologue()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DPrettyPrinter.java27 public class PrettyPrinter { class
45 public PrettyPrinter() { in PrettyPrinter() method in PrettyPrinter
52 public PrettyPrinter setQuoter(StringTransform quoter) { in setQuoter()
65 public PrettyPrinter setCompressRanges(boolean compressRanges) { in setCompressRanges()
78 public PrettyPrinter setOrdering(Comparator ordering) { in setOrdering()
91 public PrettyPrinter setSpaceComparator(Comparator spaceComp) { in setSpaceComparator()
104 public PrettyPrinter setToQuote(UnicodeSet toQuote) { in setToQuote()
159 private PrettyPrinter appendUnicodeSetItem(String s) { in appendUnicodeSetItem()
237 PrettyPrinter appendQuoted(int codePoint) { in appendQuoted()
/external/deqp/framework/randomshaders/
DrsgPrettyPrinter.cpp117 PrettyPrinter::PrettyPrinter (std::ostringstream& str) in PrettyPrinter() function in rsg::PrettyPrinter
123 inline const char* PrettyPrinter::getSimpleTokenStr (Token::Type token) in getSimpleTokenStr()
129 void PrettyPrinter::append (const TokenStream& tokens) in append()
140 void PrettyPrinter::processToken (const Token& token) in processToken()
DrsgPrettyPrinter.hpp35 class PrettyPrinter class
38 PrettyPrinter (std::ostringstream& str);
39 ~PrettyPrinter (void) {} in ~PrettyPrinter()
DrsgShaderGenerator.cpp346 PrettyPrinter printer(str); in generate()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DPrettyPrinterTest.java13 import com.ibm.icu.dev.util.PrettyPrinter;
27 final PrettyPrinter PRETTY_PRINTER = new PrettyPrinter() in TestBasicUnicodeSet()
/external/mesa3d/src/gallium/tools/trace/
Dmodel.py51 pretty_printer = PrettyPrinter(formatter)
148 class PrettyPrinter: class
Dparse.py350 self.pretty_printer = PrettyPrinter(self.formatter)
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java737 return PrettyPrinter.toString(desc); in toString()
740 static class PrettyPrinter { class in Descriptor
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h384 class PrettyPrinter {
391 PrettyPrinter(bool V = false, bool C = true, bool CS = true)
894 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> { };
/external/clang/lib/Analysis/
DThreadSafety.cpp55 public til::PrettyPrinter<TILPrinter, llvm::raw_ostream> {};
/external/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...