Searched refs:printer (Results 251 - 275 of 338) sorted by relevance

<<11121314

/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py547 printer = PrintGlxDispatchFunctions(do_swap)
549 printer = PrintGlxDispatch_h()
555 printer.Print( api )
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc281 void PrintFieldComment(io::Printer* printer, const FieldDescriptor* field) { argument
286 printer->Print("// $def$\n",
292 printer->Print("// $def$\n",
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp222 TextDiagnosticPrinter printer(llvm::errs(), diagOpts);
225 new DiagnosticsEngine(DiagID, diagOpts, &printer,
229 printer.BeginSourceFile(PP.getLangOpts(), &PP);
231 printer.EndSourceFile();
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py351 def printer (f): function in function:FilterHelpers.filter_printer_function
354 return printer
358 def printer (f): function in function:FilterHelpers.filter_printer_function_no_newline
361 return printer
/external/deqp/framework/randomshaders/
H A DrsgShaderGenerator.cpp346 PrettyPrinter printer(str);
352 printer.append(tokenStr);
/external/mesa3d/src/mapi/
H A DAndroid.mk78 $(hide) $(PRIVATE_SCRIPT) --printer $(PRIVATE_PRINTER) --mode lib $(PRIVATE_APIXML) > $@
/external/protobuf/src/google/protobuf/
H A Dtext_format.h93 // The default printer that converts scalar values from fields into
188 // don't have a field-specific printer registered.
189 // Takes ownership of the printer.
190 void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer);
215 // If expand==false, print Any using the default printer. The output will
237 // already a printer for that FieldDescriptor.
238 // Takes ownership of the printer on successful registration.
240 const FieldValuePrinter* printer);
/external/v8/src/ast/
H A Dprettyprinter.cc558 IndentedScope(AstPrinter* printer, const char* txt) argument
559 : ast_printer_(printer) {
565 IndentedScope(AstPrinter* printer, const char* txt, int pos) argument
566 : ast_printer_(printer) {
659 AstPrinter printer(isolate);
660 printer.Init();
661 printer.Visit(node);
662 PrintF("%s", printer.output_);
/external/dng_sdk/source/
H A Ddng_read_image.cpp2859 dng_md5_printer printer; local
2861 printer.Process (compressedBuffer->Buffer (),
2864 fJPEGTileDigest [tileIndex] = printer.Result ();
3330 dng_md5_printer printer; local
3332 printer.Process (compressedBuffer->Buffer (),
3335 jpegTileDigest [tileIndex] = printer.Result ();
3373 dng_md5_printer printer; local
3375 printer.Process (fJPEGTables->Buffer (),
3378 jpegTileDigest [tileCount] = printer.Result ();
H A Ddng_shared.cpp1388 dng_md5_printer printer; local
1390 printer.Process (data, count);
1394 DumpFingerprint (printer.Result ());
1415 dng_md5_printer printer; local
1417 printer.Process (data, count);
1421 DumpFingerprint (printer.Result ());
/external/libcups/cups/
H A Dtestppd.c871 http_t *http; /* Connection to printer */
894 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, argv[1]);
926 const char *printer; /* Printer name */ local
929 printer = argv[1] + 2;
931 printer = argv[2];
934 puts("Usage: ./testppd -d printer");
938 filename = cupsGetPPD(printer);
942 printf("%s: %s\n", printer, cupsLastErrorString());
/external/mesa3d/src/mapi/mapi/
H A Dmapi_abi.py843 parser.add_option('-p', '--printer', dest='printer',
844 help='printer to use: %s' % (", ".join(printers)))
849 if not args or options.printer not in printers or \
873 printer = printers[options.printer](entries)
875 printer.output_for_lib()
877 printer.output_for_app()
/external/ppp/pppd/
H A Dtty.c379 printescape(opt, printer, arg)
381 void (*printer) __P((void *, char *, ...));
392 printer(arg, ",");
395 printer(arg, "%x", n);
399 printer(arg, "oops # nothing escaped");
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp46 MCInstPrinter *printer,
50 InstPrinter(printer), Emitter(emitter), CommentStream(CommentToEmit),
43 PTXMCAsmStreamer(MCContext &Context, formatted_raw_ostream &os, bool isVerboseAsm, bool useLoc, MCInstPrinter *printer, MCCodeEmitter *emitter, bool showInst) argument
/external/syslinux/core/lwip/src/netif/ppp/
H A Dpap.c614 void (*printer) (void *, char *, ...),
620 LWIP_UNUSED_ARG(printer);
H A Dppp.h293 void (*printer) (void *, char *, ...),
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h291 void (*printer)(void *, char *, ...), void *arg);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dmetadata_test.cc41 #include <google/protobuf/io/printer.h>
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc78 #include <google/protobuf/io/printer.h>
1509 io::Printer printer(&out, '$');
1512 printer.Print(output_filenames[i].c_str());
1514 printer.Print(":");
1516 printer.Print(" \\\n");
1526 printer.Print(" $disk_file$", "disk_file", disk_file);
1527 if (i < file_set.file_size() - 1) printer.Print("\\\n");
/external/tcpdump/
H A Dtcpdump.c195 struct printer { struct
207 static const struct printer printers[] = {
405 const struct printer *p;
437 * If we don't have a printer for DLT_USER2, and type is
438 * DLT_USER2, we look up the printer for DLT_PKTAP and use
463 if_printer printer; member in union:print_info::__anon20941
869 printinfo.p.printer = lookup_printer(type);
871 if (printinfo.p.printer == NULL) {
2468 hdrlen = (*print_info->p.printer)(h, sp);
2472 * Restore the original snapend, as a printer migh
[all...]
/external/toolchain-utils/crosperf/
H A Dresults_report.py268 return ''.join(printer.Print() for printer in printers)
/external/v8/src/runtime/
H A Druntime-internal.cc398 CallPrinter printer(isolate, location.function()->shared()->IsBuiltin());
399 Handle<String> str = printer.Print(info->literal(), location.start_pos());
/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py263 printer = text_format._Printer(out)
264 printer.PrintField(field, value)
278 printer = text_format._Printer(out)
279 printer.PrintFieldValue(field, value)
/external/protobuf/src/google/protobuf/io/
H A Dprinter.cc35 #include <google/protobuf/io/printer.h>
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb580 def pretty_print( printer )
586 printer.text( text )
589 printer.group( 1, *endpoints ) do
591 printer.breakable
592 printer.pp( child )

Completed in 3170 milliseconds

<<11121314