Searched defs:Printer (Results 1 - 25 of 37) sorted by relevance

12

/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.h30 AsmPrinter &Printer; member in class:llvm::MSP430MCInstLower
33 : Ctx(ctx), Printer(printer) {}
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h29 AsmPrinter &Printer; member in class:llvm::XCoreMCInstLower
/external/llvm/lib/MC/
H A DMCInst.cpp52 const MCInstPrinter *Printer,
57 if (Printer)
58 OS << ' ' << Printer->getOpcodeName(getOpcode());
51 dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, const MCInstPrinter *Printer, StringRef Separator) const argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h54 // Printer printer(output, '$');
61 // Printer aggressively enforces correct usage, crashing (with assert failures)
64 class LIBPROTOBUF_EXPORT Printer { class in namespace:google::protobuf::io
68 Printer(ZeroCopyOutputStream* output, char variable_delimiter);
69 ~Printer();
129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Printer);
H A Dprinter.cc43 Printer::Printer(ZeroCopyOutputStream* output, char variable_delimiter) function in class:google::protobuf::io::Printer
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,
145 void Printer
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp28 HexagonAsmPrinter& Printer) {
29 MCContext &MC = Printer.OutContext;
27 GetSymbolRef(const MachineOperand& MO, const MCSymbol* Symbol, HexagonAsmPrinter& Printer) argument
/external/protobuf/src/google/protobuf/io/
H A Dprinter.h54 // Printer printer(output, '$');
61 // Printer aggressively enforces correct usage, crashing (with assert failures)
64 class LIBPROTOBUF_EXPORT Printer { class in namespace:google::protobuf::io
68 Printer(ZeroCopyOutputStream* output, char variable_delimiter);
69 ~Printer();
125 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Printer);
H A Dprinter.cc44 Printer::Printer(ZeroCopyOutputStream* output, char variable_delimiter) function in class:google::protobuf::io::Printer
53 Printer::~Printer() {
60 void Printer::Print(const map<string, string>& variables, const char* text) {
114 void Printer::Print(const char* text) {
119 void Printer::Print(const char* text,
126 void Printer::Print(const char* text,
135 void Printer::Indent() {
139 void Printer
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.h24 class Printer : public base::SupportsWeakPtr<Printer>, class in inherits:base::SupportsWeakPtr,PrivetHttpServer::Delegate,CloudPrintRequester::Delegate,CloudPrintXmppListener::Delegate
30 Printer();
33 virtual ~Printer();
45 FRIEND_TEST_ALL_PREFIXES(Printer, ValidateCapabilities);
244 // Contains |true| if Printer has to check pending local settings.
247 // Contains |true| if Printer has to check available printjobs.
250 // Contains |true| if Printer has to be deleted.
253 DISALLOW_COPY_AND_ASSIGN(Printer);
H A Dprinter.cc44 const char kPrinterDescription[] = "Printer emulator";
147 Printer::Printer() function in class:Printer
156 Printer::~Printer() {
160 bool Printer::Start() {
177 bool Printer::IsRunning() const {
181 void Printer::Stop() {
191 std::string Printer::GetRawCdd() {
199 void Printer
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dprinter.py33 class Printer(object): class in inherits:object
H A Drunner_unittest.py32 from webkitpy.test.printer import Printer namespace
96 runner = Runner(Printer(stream, options), loader, WebKitFinder(FileSystem()))
H A Dmain.py39 from webkitpy.test.printer import Printer namespace
79 self.printer = Printer(sys.stderr)
/external/clang/test/SemaCXX/
H A Dformat-strings.cpp105 class Printer { class in namespace:Templates
114 void use_class(Printer<const char *> &p) {
/external/clang/unittests/AST/
H A DDeclPrinterTest.cpp74 PrintMatch Printer; local
76 Finder.addMatcher(NodeMatch, &Printer);
82 if (Printer.getNumFoundDecls() == 0)
86 if (Printer.getNumFoundDecls() > 1)
89 "(found " << Printer.getNumFoundDecls() << ")";
91 if (Printer.getPrinted() != ExpectedPrinted)
94 "got \"" << Printer.getPrinted() << "\"";
H A DStmtPrinterTest.cpp73 PrintMatch Printer; local
75 Finder.addMatcher(NodeMatch, &Printer);
81 if (Printer.getNumFoundStmts() == 0)
85 if (Printer.getNumFoundStmts() > 1)
88 "(found " << Printer.getNumFoundStmts() << ")";
90 if (Printer.getPrinted() != ExpectedPrinted)
93 "got \"" << Printer.getPrinted() << "\"";
/external/llvm/lib/CodeGen/
H A DGCMetadata.cpp28 class Printer : public FunctionPass { class in namespace:__anon22077
33 explicit Printer(raw_ostream &OS) : FunctionPass(ID), OS(OS) {} function in class:__anon22077::Printer
115 char Printer::ID = 0;
118 return new Printer(OS);
122 const char *Printer::getPassName() const {
126 void Printer::getAnalysisUsage(AnalysisUsage &AU) const {
142 bool Printer::runOnFunction(Function &F) {
173 bool Printer::doFinalization(Module &M) {
175 assert(GMI && "Printer didn't require GCModuleInfo?!");
H A DLLVMTargetMachine.cpp220 FunctionPass *Printer = getTarget().createAsmPrinter(*this, *AsmStreamer); local
221 if (Printer == 0)
227 PM.add(Printer);
286 FunctionPass *Printer = getTarget().createAsmPrinter(*this, *AsmStreamer); local
287 if (Printer == 0)
293 PM.add(Printer);
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp108 AsmPrinter &Printer, bool isDarwin) {
109 MCContext &Ctx = Printer.OutContext;
107 GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, AsmPrinter &Printer, bool isDarwin) argument
/external/llvm/utils/TableGen/
H A DAsmWriterInst.h63 AsmWriterOperand(const std::string &Printer, argument
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo),
/external/protobuf/src/google/protobuf/
H A Dtext_format.h87 class LIBPROTOBUF_EXPORT Printer { class in class:google::protobuf::TextFormat
89 Printer();
90 ~Printer();
/external/chromium_org/tools/gdb/
H A Dgdb_chrome.py48 class Printer(object): class in inherits:object
53 class StringPrinter(Printer):
79 class SizePrinter(Printer):
85 class PointPrinter(Printer):
92 class RectPrinter(Printer):
99 class SmartPtrPrinter(Printer):
128 class CallbackPrinter(Printer):
135 class LocationPrinter(Printer):
144 class LockPrinter(Printer):
190 class IpcMessagePrinter(Printer)
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting.py58 class Printer(object): class in inherits:object
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h90 class LIBPROTOBUF_EXPORT Printer { class in class:google::protobuf::TextFormat
92 Printer();
93 ~Printer();
H A Dtext_format.cc69 TextFormat::Printer printer;
85 TextFormat::Printer printer;
912 // from the Printer found in //google/protobuf/io/printer.h
913 class TextFormat::Printer::TextGenerator {
1126 TextFormat::Printer::Printer() function in class:google::protobuf::TextFormat::Printer
1132 TextFormat::Printer::~Printer() {}
1134 bool TextFormat::Printer::PrintToString(const Message& message,
1146 bool TextFormat::Printer
[all...]

Completed in 506 milliseconds

12