HomeSort by relevance Sort by last modified time
    Searched defs:Printer (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/chromium-trace/catapult/third_party/typ/typ/
printer.py 16 class Printer(object):
  /external/llvm/tools/llvm-pdbdump/
BuiltinDumper.h 28 LinePrinter &Printer;
EnumDumper.h 26 LinePrinter &Printer;
CompilandDumper.h 35 LinePrinter &Printer;
ExternalSymbolDumper.h 28 LinePrinter &Printer;
TypeDumper.h 30 LinePrinter &Printer;
TypedefDumper.h 33 LinePrinter &Printer;
VariableDumper.h 37 LinePrinter &Printer;
FunctionDumper.h 38 LinePrinter &Printer;
ClassDefinitionDumper.h 40 LinePrinter &Printer;
  /frameworks/base/core/java/android/util/
Printer.java 25 public interface Printer {
  /external/llvm/lib/Target/BPF/
BPFMCInstLower.h 30 AsmPrinter &Printer;
33 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer)
34 : Ctx(ctx), Printer(printer) {}
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 30 AsmPrinter &Printer;
32 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer)
33 : Ctx(ctx), Printer(printer) {}
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.h 32 AsmPrinter &Printer;
39 WebAssemblyMCInstLower(MCContext &ctx, AsmPrinter &printer)
40 : Ctx(ctx), Printer(printer) {}
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 32 AsmPrinter &Printer;
36 AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer);
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 29 AsmPrinter &Printer;
  /ndk/tests/
printers.py 32 class Printer(object):
37 class StdoutPrinter(Printer):
  /system/core/libutils/
Printer.cpp 17 #define LOG_TAG "Printer"
20 #include <utils/Printer.h>
31 * Implementation of Printer
33 Printer::Printer() {
37 Printer::~Printer() {
41 void Printer::printFormatLine(const char* format, ...) {
152 PrefixPrinter::PrefixPrinter(Printer& printer, const char* prefix)
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/tests/
printer_test.py 17 from typ.printer import Printer
30 pr = Printer(self.print_, False, 80)
36 pr = Printer(self.print_, False, 8)
42 pr = Printer(self.print_, True, 80)
53 pr = Printer(self.print_, False, 80)
  /external/protobuf/src/google/protobuf/io/
printer.cc 35 #include <google/protobuf/io/printer.h>
43 Printer::Printer(ZeroCopyOutputStream* output, char variable_delimiter)
52 Printer::~Printer() {
59 void Printer::Print(const map<string, string>& variables, const char* text) {
113 void Printer::Print(const char* text) {
118 void Printer::Print(const char* text,
125 void Printer::Print(const char* text,
134 void Printer::Print(const char* text
    [all...]
printer.h 54 // Printer printer(output, '$');
57 // printer.Print(vars, "My name is $name$.");
61 // Printer aggressively enforces correct usage, crashing (with assert failures)
64 class LIBPROTOBUF_EXPORT Printer {
66 // Create a printer that writes text to the given output stream. Use the
68 Printer(ZeroCopyOutputStream* output, char variable_delimiter);
69 ~Printer();
129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Printer);
  /external/clang/unittests/AST/
StmtPrinterTest.cpp 1 //===- unittests/AST/StmtPrinterTest.cpp --- Statement printer tests ------===//
73 PrintMatch Printer;
75 Finder.addMatcher(NodeMatch, &Printer);
83 if (Printer.getNumFoundStmts() == 0)
87 if (Printer.getNumFoundStmts() > 1)
90 "(found " << Printer.getNumFoundStmts() << ")";
92 if (Printer.getPrinted() != ExpectedPrinted)
95 "got \"" << Printer.getPrinted().str() << "\"";
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 54 // Printer printer(output, '$');
57 // printer.Print(vars, "My name is $name$.");
61 // Printer aggressively enforces correct usage, crashing (with assert failures)
64 class LIBPROTOBUF_EXPORT Printer {
66 // Create a printer that writes text to the given output stream. Use the
68 Printer(ZeroCopyOutputStream* output, char variable_delimiter);
69 ~Printer();
129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Printer);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 54 // Printer printer(output, '$');
57 // printer.Print(vars, "My name is $name$.");
61 // Printer aggressively enforces correct usage, crashing (with assert failures)
64 class LIBPROTOBUF_EXPORT Printer {
66 // Create a printer that writes text to the given output stream. Use the
68 Printer(ZeroCopyOutputStream* output, char variable_delimiter);
69 ~Printer();
129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Printer);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 54 // Printer printer(output, '$');
57 // printer.Print(vars, "My name is $name$.");
61 // Printer aggressively enforces correct usage, crashing (with assert failures)
64 class LIBPROTOBUF_EXPORT Printer {
66 // Create a printer that writes text to the given output stream. Use the
68 Printer(ZeroCopyOutputStream* output, char variable_delimiter);
69 ~Printer();
129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Printer);

Completed in 888 milliseconds

1 2 3 4 5 6