Home
last modified time | relevance | path

Searched defs:LinePrinter (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/packages/modules/adb/client/
Dline_printer.h23 struct LinePrinter { struct
26 bool is_smart_terminal() const { return smart_terminal_; } in is_smart_terminal()
27 void set_smart_terminal(bool smart) { smart_terminal_ = smart; } in set_smart_terminal()
29 bool quiet_ = false;
31 enum LineType { INFO, WARNING, ERROR };
45 bool have_blank_line_;
48 std::string info_line_;
51 void* console_;
Dline_printer.cpp48 LinePrinter::LinePrinter() : have_blank_line_(true) { in LinePrinter() function in LinePrinter
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DTypeDumper.h17 class LinePrinter; variable
H A DExternalSymbolDumper.h18 class LinePrinter; variable
H A DEnumDumper.h18 class LinePrinter; variable
H A DTypedefDumper.h18 class LinePrinter; variable
H A DBuiltinDumper.h19 class LinePrinter; variable
H A DVariableDumper.h21 class LinePrinter; variable
H A DFunctionDumper.h17 class LinePrinter; variable
H A DCompilandDumper.h18 class LinePrinter; variable
H A DClassDefinitionDumper.h24 class LinePrinter; variable
H A DLinePrinter.cpp45 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) in LinePrinter() function in LinePrinter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DInputFile.h33 class LinePrinter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DInputFile.h33 class LinePrinter; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h33 class LinePrinter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DInputFile.h33 class LinePrinter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DInputFile.h33 class LinePrinter; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp56 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream, in LinePrinter() function in LinePrinter