/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | snippet.py | 43 def PrintTree(self, indent=0, stream=sys.stdout): member in Snippet 140 def PrintTree(self, indent=0, stream=sys.stdout): member in TokenSnippet 188 def PrintTree(self, indent=0, stream=sys.stdout): member in Symbol 199 child.PrintTree(indent + 2, stream)
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 317 QualType ToType, bool PrintTree, 345 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument() 348 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument() 355 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument() 471 bool PrintTree; member in __anon9da9a8600111::TemplateDiff 1419 if (PrintTree) { in TreeToString() 1623 if (PrintTree) OS << '['; in PrintTypeNames() 1628 if (PrintTree) { in PrintTypeNames() 1645 } else if (!PrintTree) { in PrintExpr() 1687 } else if (!PrintTree) { in PrintTemplateTemplate() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | huffman_codec.cpp | 58 TEST(Huffman, PrintTree) { in TEST() argument 61 huffman.PrintTree(ss); in TEST() 267 huffman.PrintTree(ss); in TEST() 289 huffman.PrintTree(ss); in TEST()
|
D | move_to_front_test.cpp | 42 void PrintTree(std::ostream& out, bool print_timestamp = false) const { in PrintTree() function in spvtools::comp::__anon58df8a3e0111::MoveToFrontTester 110 mtf.PrintTree(ss, print_timestamp); in CheckTree()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | huffman_codec.cpp | 58 TEST(Huffman, PrintTree) { in TEST() argument 61 huffman.PrintTree(ss); in TEST() 267 huffman.PrintTree(ss); in TEST() 289 huffman.PrintTree(ss); in TEST()
|
D | move_to_front_test.cpp | 42 void PrintTree(std::ostream& out, bool print_timestamp = false) const { in PrintTree() function in spvtools::comp::__anon19009b040111::MoveToFrontTester 110 mtf.PrintTree(ss, print_timestamp); in CheckTree()
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | huffman_codec.h | 176 void PrintTree(std::ostream& out) const { PrintTreeInternal(out, root_, 0); } in PrintTree() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | huffman_codec.h | 176 void PrintTree(std::ostream& out) const { PrintTreeInternal(out, root_, 0); } in PrintTree() function
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 880 TDT.PrintTree = true; in FormatDiagnostic() 902 TDT.PrintTree = false; in FormatDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1400 unsigned PrintTree : 1; member
|