Searched refs:printer (Results 151 - 175 of 338) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeMCInstLower.h35 MBlazeMCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer) argument
36 : Ctx(ctx), Mang(mang), Printer(printer) {}
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430MCInstLower.h35 MSP430MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer) argument
36 : Ctx(ctx), Mang(mang), Printer(printer) {}
/external/ppp/pppd/
H A Decp.c92 void (*printer) __P((void *, char *, ...)),
165 ecp_printpkt(p, plen, printer, arg)
168 void (*printer) __P((void *, char *, ...));
H A Dcbcp.c70 void (*printer) __P((void *, char *, ...)),
227 cbcp_printpkt(p, plen, printer, arg)
230 void (*printer) __P((void *, char *, ...));
246 printer(arg, " %s", cbcp_codenames[code-1]);
248 printer(arg, " code=0x%x", code);
250 printer(arg, " id=0x%x", id);
265 printer(arg, " <");
269 printer(arg, " %s", cbcp_optionnames[opt-1]);
271 printer(arg, " option=0x%x", opt);
275 printer(ar
[all...]
H A Dutils.c470 * calling `printer(arg, format, ...)' to output it.
473 format_packet(p, len, printer, arg)
476 printer_func printer;
491 printer(arg, "[%s", protp->name);
492 n = (*protp->printpkt)(p, len, printer, arg);
493 printer(arg, "]");
501 printer(arg, "[%s data]", protp->data_name);
503 printer(arg, "%.8B ...", p);
505 printer(arg, "%.*B", len, p);
508 printer(ar
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h50 class Printer; // printer.h
79 void Generate(io::Printer* printer);
93 void GenerateDescriptorInitializationCodeForImmutable(io::Printer* printer);
94 void GenerateDescriptorInitializationCodeForMutable(io::Printer* printer);
H A Djava_plugin_unittest.cc45 #include <google/protobuf/io/printer.h>
81 io::Printer printer(output.get(), '$');
82 printer.Print("// inserted $name$\n", "name", insertion_point);
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc48 #include <google/protobuf/io/printer.h>
177 io::Printer printer(output.get(), '$');
178 printer.PrintRaw(GetOutputFileContent(name_, "first_insert",
180 if (printer.failed()) {
190 io::Printer printer(output.get(), '$');
191 printer.PrintRaw(GetOutputFileContent(name_, "second_insert",
193 if (printer.failed()) {
203 io::Printer printer(output.get(), '$');
204 printer.PrintRaw(GetOutputFileContent(name_, parameter,
206 printer
[all...]
/external/vixl/tools/
H A Dlint.py42 import printer namespace
85 printer.PrintOverwritableLine(
87 type = printer.LINE_TYPE_LINTER)
92 printer.Print(outerr)
133 printer.COLOUR_RED + \
138 printer.NO_COLOUR)
150 printer.Print(
181 printer.PrintOverwritableLine(
183 printer.EnsureNewLine()
205 printer
[all...]
H A Dtest.py45 import printer namespace
276 printer.COLOUR_ORANGE + printable_command + printer.NO_COLOUR
277 printer.PrintOverwritableLine(printable_command_orange)
310 printer.PrintOverwritableLine(
330 printer.Print(printer.COLOUR_GREEN + printable_command + printer.NO_COLOUR)
332 printer.Print(printer
[all...]
/external/bison/src/
H A Dsymtab.c49 | Default %destructor's and %printer's. |
79 code_props_none_init (&res->printer);
109 code_props_none_init (&res->printer);
135 SYMBOL_CODE_PRINT (printer);
251 symbol_printer_set (symbol *sym, code_props const *printer) argument
253 if (sym->printer.code)
254 symbol_redeclaration (sym, "%printer",
255 sym->printer.location, printer->location);
256 sym->printer
264 semantic_type_printer_set(semantic_type *type, code_props const *printer) argument
286 code_props const *printer = &semantic_type_get (sym->type_name)->printer; local
959 default_tagged_printer_set(code_props const *printer) argument
974 default_tagless_printer_set(code_props const *printer) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc37 #include <google/protobuf/io/printer.h>
55 io::Printer* printer,
58 reflectionClassGenerator.Generate(printer);
108 io::Printer printer(output.get(), '$');
110 GenerateFile(file, &printer, &cli_options);
54 GenerateFile(const google::protobuf::FileDescriptor* file, io::Printer* printer, const Options* options) argument
H A Dcsharp_enum.h49 void Generate(io::Printer* printer);
H A Dcsharp_source_generator_base.h53 void WriteGeneratedCodeAttributes(io::Printer* printer);
H A Dcsharp_source_generator_base.cc37 #include <google/protobuf/io/printer.h>
58 void SourceGeneratorBase::WriteGeneratedCodeAttributes(io::Printer* printer) { argument
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc35 #include <google/protobuf/io/printer.h>
133 void ExtensionGenerator::Generate(io::Printer* printer) const {
134 printer->Print("\n");
135 PrintFieldComment(printer, descriptor_);
136 printer->Print(variables_,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc46 #include <google/protobuf/io/printer.h>
122 io::Printer printer(output.get(), '$', file_options.annotate_headers
126 &printer, file_options.annotate_headers ? info_path : "");
142 io::Printer printer(output.get(), '$', file_options.annotate_headers
146 &printer, file_options.annotate_headers ? info_path : "");
158 io::Printer printer(output.get(), '$');
159 file_generator.GenerateSource(&printer);
H A Dcpp_helpers.cc41 #include <google/protobuf/io/printer.h>
504 const FileDescriptor* file, const Options& options, io::Printer* printer,
516 vars, file, options, printer, with_static_init, without_static_init);
522 io::Printer* printer,
526 printer->Print(vars, with_static_init);
528 printer->Print(vars, (string(
638 io::Printer* printer) {
642 printer->Print("DO_(");
644 printer->Print(
647 printer
503 PrintHandlingOptionalStaticInitializers( const FileDescriptor* file, const Options& options, io::Printer* printer, const char* with_static_init, const char* without_static_init, const char* var1, const string& val1, const char* var2, const string& val2) argument
519 PrintHandlingOptionalStaticInitializers(const map<string, string>& vars, const FileDescriptor* file, const Options& options, io::Printer* printer, const char* with_static_init, const char* without_static_init) argument
632 GenerateUtf8CheckCode(const FieldDescriptor* field, const Options& options, bool for_parse, const map<string, string>& variables, const char* parameters, const char* strict_function, const char* verify_function, io::Printer* printer) argument
682 GenerateUtf8CheckCodeForString(const FieldDescriptor* field, const Options& options, bool for_parse, const map<string, string>& variables, const char* parameters, io::Printer* printer) argument
692 GenerateUtf8CheckCodeForCord(const FieldDescriptor* field, const Options& options, bool for_parse, const map<string, string>& variables, const char* parameters, io::Printer* printer) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc45 #include <google/protobuf/io/printer.h>
78 io::Printer printer(output.get(), '$');
79 printer.Print("// inserted $name$\n", "name", insertion_point);
/external/tcpdump/
H A Dprint-ppi.c53 if_printer printer; local
84 if ((printer = lookup_printer(dlt)) != NULL) {
85 printer(h, p);
98 * This is the top level routine of the printer. 'p' points
/external/dng_sdk/source/
H A Ddng_jpeg_image.cpp302 dng_md5_printer printer; local
304 printer.Process (fJPEGImage.fJPEGData [tileIndex]->Buffer (),
307 fDigests [tileIndex] = printer.Result ();
355 dng_md5_printer printer; local
357 printer.Process (fJPEGTables->Buffer (),
360 digests [tileCount] = printer.Result ();
368 dng_md5_printer printer; local
373 printer.Process (digests [k].data,
378 return printer.Result ();
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_SPARC_asm.py267 printer = PrintGenericStubs()
273 printer.Print(api)
H A Dgl_gentable.py199 printer = PrintCode()
202 printer.Print(api)
H A Dgl_offsets.py119 printer = PrintGlOffsets(es)
120 printer.Print( api )
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_enum_field.h48 virtual void GenerateCFunctionDeclarations(io::Printer* printer) const;
49 virtual void GenerateCFunctionImplementations(io::Printer* printer) const;

Completed in 400 milliseconds

1234567891011>>