Searched refs:printer (Results 201 - 225 of 338) sorted by relevance

1234567891011>>

/external/bison/src/
H A Dparse-gram.y137 %token PERCENT_PRINTER "%printer"
199 %printer { fputs (char_name ($$), stderr); } CHAR
205 %printer { fputs (quotearg_style (c_quoting_style, $$), stderr); }
207 %printer { fprintf (stderr, "{\n%s\n}", $$); }
211 %printer { fputs ($$, stderr); } <uniqstr>
212 %printer { fprintf (stderr, "[%s]", $$); } BRACKETED_ID
213 %printer { fprintf (stderr, "%s:", $$); } ID_COLON
214 %printer { fprintf (stderr, "<%s>", $$); } TYPE
217 %printer { fprintf (stderr, "%d", $$); } <integer>
220 %printer { fprint
[all...]
H A Dsymlist.h125 /** Set the \c \%printer for \c node as \c code at \c loc. */
127 code_props const *printer);
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py260 def Print(self, name, printer):
262 printer.common_func_print_just_header( f )
280 printer.common_emit_one_arg(p, "pc", 0)
287 printer.common_emit_fixups(fixup)
688 printer = PrintGlxSizeStubs_c( which_functions )
690 printer = PrintGlxSizeStubs_h( which_functions )
692 printer.header_tag = header_tag
694 printer = PrintGlxReqSize_c()
696 printer = PrintGlxReqSize_h()
703 printer
[all...]
H A Dextension_helper.py318 printer = PrintGlExtensionGlue()
320 printer = PrintInitDispatch()
324 printer.Print( api )
H A Dgl_table.py248 printer = PrintGlTable(es)
250 printer = PrintRemapTable(es)
266 printer.Print( api )
H A Dgl_enums.py258 printer = PrintGlEnums()
259 printer.Print( api_list )
H A Dremap_helper.py198 printer = PrintGlRemap()
199 printer.Print( api )
/external/ppp/pppd/
H A Deap.c2144 eap_printpkt(inp, inlen, printer, arg)
2147 void (*printer) __P((void *, char *, ...));
2164 printer(arg, " %s", eap_codenames[code-1]);
2166 printer(arg, " code=0x%x", code);
2167 printer(arg, " id=0x%x", id);
2172 printer(arg, " <missing type>");
2179 printer(arg, " %s", eap_typenames[rtype-1]);
2181 printer(arg, " type=0x%x", rtype);
2186 printer(arg, " <Message ");
2187 print_string((char *)inp, len, printer, ar
[all...]
H A Dipxcp.c324 printipxnode(opt, printer, arg)
326 void (*printer) __P((void *, char *, ...));
333 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
335 printer(arg, ":");
338 printer(arg, "%.2x%.2x%.2x%.2x%.2x%.2x",
1473 ipxcp_printpkt(p, plen, printer, arg)
1476 void (*printer) __P((void *, char *, ...));
1494 printer(arg, " %s", ipxcp_codenames[code-1]);
1496 printer(arg, " code=0x%x", code);
1497 printer(ar
[all...]
H A Dipv6cp.c390 printifaceid(opt, printer, arg)
392 void (*printer) __P((void *, char *, ...));
398 printer(arg, "%s", llv6_ntoa(wo->ourid));
399 printer(arg, ",");
401 printer(arg, "%s", llv6_ntoa(wo->hisid));
1417 ipv6cp_printpkt(p, plen, printer, arg)
1420 void (*printer) __P((void *, char *, ...));
1438 printer(arg, " %s", ipv6cp_codenames[code-1]);
1440 printer(arg, " code=0x%x", code);
1441 printer(ar
[all...]
H A Dchap-new.c135 void (*printer) __P((void *, char *, ...)), void *arg);
590 void (*printer) __P((void *, char *, ...)), void *arg)
605 printer(arg, " %s", chap_code_names[code-1]);
607 printer(arg, " code=0x%x", code);
608 printer(arg, " id=0x%x", id);
620 printer(arg, " <");
623 printer(arg, "%.2x", x);
625 printer(arg, ">, name = ");
626 print_string((char *)p, nlen, printer, arg);
630 printer(ar
[all...]
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc39 #include <google/protobuf/io/printer.h>
114 void FieldGeneratorBase::GenerateFreezingCode(io::Printer* printer) { argument
119 void FieldGeneratorBase::GenerateCodecCode(io::Printer* printer) { argument
124 void FieldGeneratorBase::AddDeprecatedFlag(io::Printer* printer) { argument
127 printer->Print("[global::System.ObsoleteAttribute()]\n");
131 void FieldGeneratorBase::AddPublicMemberAttributes(io::Printer* printer) { argument
132 AddDeprecatedFlag(printer);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dlcp.c1727 * printer.
1730 print_string( char *p, int len, void (*printer) (void *, char *, ...), void *arg)
1734 printer(arg, "\"");
1739 printer(arg, "\\");
1741 printer(arg, "%c", c);
1745 printer(arg, "\\n");
1748 printer(arg, "\\r");
1751 printer(arg, "\\t");
1754 printer(arg, "\\%.3o", c);
1758 printer(ar
[all...]
/external/libunwind/tests/
H A DGtest-dyn1.c95 int (*printer)(const char *, ...), const char *fmt, const char **arr)
97 (*printer) (fmt, arr[11 - i][0], arr[11 - i] + 1);
99 (*self) (i - 1, self, printer, fmt, arr);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc45 #include <google/protobuf/io/printer.h>
177 io::Printer printer(output.get(), '$');
178 printer.Print("// inserted $name$\n", "name", insertion_point);
H A Dcpp_helpers.h230 const FileDescriptor* file, const Options& options, io::Printer* printer,
238 io::Printer* printer,
287 io::Printer* printer);
292 const char* parameters, io::Printer* printer);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.cc46 #include <google/protobuf/io/printer.h>
147 io::Printer printer(output.get(), '$');
148 file_generator->Generate(&printer);
/external/dng_sdk/source/
H A Ddng_negative.cpp489 dng_md5_printer printer; local
515 printer.Process (data, count);
517 return printer.Result ();
628 dng_md5_printer printer; local
630 printer.Process (buffer, count);
632 fEmbeddedXMPDigest = printer.Result ();
1481 dng_md5_printer printer;
1564 printer.Process (buffer.fData,
1569 return printer.Result ();
1751 dng_md5_printer printer; local
1762 dng_md5_printer printer; local
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc94 TextFormat::Printer printer; local
95 printer.SetExpandAny(true);
97 printer.PrintToString(*this, &debug_string);
105 TextFormat::Printer printer; local
106 printer.SetSingleLineMode(true);
107 printer.SetExpandAny(true);
109 printer.PrintToString(*this, &debug_string);
122 TextFormat::Printer printer; local
123 printer.SetUseUtf8StringEscaping(true);
124 printer
1450 SetDefaultFieldValuePrinter( const FieldValuePrinter* printer) argument
1455 RegisterFieldValuePrinter( const FieldDescriptor* field, const FieldValuePrinter* printer) argument
1549 const FieldValuePrinter* printer = FindWithDefault( local
1685 const FieldValuePrinter* printer = FindWithDefault( local
1747 const FieldValuePrinter* printer = FindWithDefault( local
1761 const FieldValuePrinter* printer local
[all...]
/external/autotest/client/deps/pyxinput/
H A Dpyxinput.py30 ctypesgencore.printer.WrapperPrinter(self.output, self, desc)
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_message_field.cc36 #include <google/protobuf/io/printer.h>
H A Dobjectivec_primitive_field.h52 virtual void GenerateFieldStorageDeclaration(io::Printer* printer) const;
/external/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator_unittest.cc36 #include <google/protobuf/io/printer.h>
/external/strace/
H A Dmsghdr.c189 const cmsg_printer printer; member in struct:__anon17890
216 && cmsg_socket_printers[utype].printer
219 cmsg_socket_printers[utype].printer(tcp, cmsg_data, data_len);
225 && cmsg_ip_printers[utype].printer
228 cmsg_ip_printers[utype].printer(tcp, cmsg_data, data_len);
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc64 #include <google/protobuf/io/printer.h>
165 io::Printer* printer, const FileDescriptor* file, bool descriptor_proto) {
167 printer->Print(
174 printer->Print(
177 printer->Print(
184 printer->Print(
191 printer->Print(
194 printer->Print(
197 printer->Print("\n\n");
327 io::Printer printer(outpu
164 PrintTopBoilerplate( io::Printer* printer, const FileDescriptor* file, bool descriptor_proto) argument
1198 PrintDescriptorOptionsFixingCode(const string& descriptor, const string& options, io::Printer* printer) argument
[all...]

Completed in 700 milliseconds

1234567891011>>