Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc482 PrettyPrinter::PrettyPrinter(Isolate* isolate) { in PrettyPrinter() function in v8::internal::PrettyPrinter
491 PrettyPrinter::~PrettyPrinter() { in ~PrettyPrinter()
496 void PrettyPrinter::VisitBlock(Block* node) { in VisitBlock()
504 void PrettyPrinter::VisitVariableDeclaration(VariableDeclaration* node) { in VisitVariableDeclaration()
511 void PrettyPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) { in VisitFunctionDeclaration()
520 void PrettyPrinter::VisitImportDeclaration(ImportDeclaration* node) { in VisitImportDeclaration()
529 void PrettyPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()
536 void PrettyPrinter::VisitExpressionStatement(ExpressionStatement* node) { in VisitExpressionStatement()
542 void PrettyPrinter::VisitEmptyStatement(EmptyStatement* node) { in VisitEmptyStatement()
547 void PrettyPrinter::VisitSloppyBlockFunctionStatement( in VisitSloppyBlockFunctionStatement()
[all …]
Dprettyprinter.h56 class PrettyPrinter: public AstVisitor {
58 explicit PrettyPrinter(Isolate* isolate);
59 virtual ~PrettyPrinter();
103 class AstPrinter: public PrettyPrinter {
Dast.cc45 PrettyPrinter::PrintOut(isolate, this); in PrettyPrint()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DPrettyPrinter.java28 public class PrettyPrinter { class
46 public PrettyPrinter() { in PrettyPrinter() method in PrettyPrinter
53 public PrettyPrinter setQuoter(StringTransform quoter) { in setQuoter()
66 public PrettyPrinter setCompressRanges(boolean compressRanges) { in setCompressRanges()
79 public PrettyPrinter setOrdering(Comparator ordering) { in setOrdering()
92 public PrettyPrinter setSpaceComparator(Comparator spaceComp) { in setSpaceComparator()
105 public PrettyPrinter setToQuote(UnicodeSet toQuote) { in setToQuote()
160 private PrettyPrinter appendUnicodeSetItem(String s) { in appendUnicodeSetItem()
238 PrettyPrinter appendQuoted(int codePoint) { in appendQuoted()
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DPrettyPrinterTest.java14 import android.icu.dev.util.PrettyPrinter;
31 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/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp298 class PrettyPrinter { class
300 virtual ~PrettyPrinter(){} in ~PrettyPrinter()
313 PrettyPrinter PrettyPrinterInst;
314 class HexagonPrettyPrinter : public PrettyPrinter {
367 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()
851 PrettyPrinter &PIP = selectPrettyPrinter(Triple(TripleName)); in DisassembleObject()
/external/v8/src/
Dcodegen.cc110 PrettyPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()
Dcompiler.cc232 PrettyPrinter(isolate()).PrintProgram(literal())); in PrintAstForTesting()
/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/autotest/server/cros/
Dtelemetry_runner.py164 pp = pprint.PrettyPrinter(indent=2)
/external/v8/src/interpreter/
Dinterpreter.cc152 << PrettyPrinter(info->isolate()).PrintProgram(info->literal()) in MakeBytecode()
/external/clang/lib/Analysis/
DThreadSafety.cpp55 public til::PrettyPrinter<TILPrinter, llvm::raw_ostream> {};
/external/v8/third_party/llvm-build/Release+Asserts/
Dbuildlog.txt3905 …e/linux_upload_clang/build/src/third_party/llvm-bootstrap-install/include/clang/AST/PrettyPrinter.h