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

1234567891011

/netbsd-current/external/gpl3/gdb/dist/gdb/data-directory/
H A DMakefile.in94 gdb/printer/__init__.py \
95 gdb/printer/bound_registers.py
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dconstraint.h19 #include <isl/printer.h>
H A Dflow.h11 #include <isl/printer.h>
H A Dval.h8 #include <isl/printer.h>
H A Dast.h10 #include <isl/printer.h>
H A Dspace.h16 #include <isl/printer.h>
/netbsd-current/external/mit/isl/lib/libisl/
H A DMakefile50 printer.h \
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopwatch35 $F -P[<printer>] [-s<samples>]
45 -P +printer[=<printer>]
52 If <printer> contains a '/' (slash character) output is directed to
53 a file of this name instead of delivered to a printer.
1434 print "Printing plot on printer $PrintIt\n";
1477 print "Plot spooled to printer $PrintIt\n";
/netbsd-current/external/mit/isl/dist/
H A Disl_schedule_node.c4932 isl_printer *printer; local
4938 printer = isl_printer_to_file(ctx, stderr);
4939 printer = isl_printer_set_yaml_style(printer, ISL_YAML_STYLE_BLOCK);
4940 printer = isl_printer_print_schedule_node(printer, node);
4942 isl_printer_free(printer);
4951 isl_printer *printer; local
4957 printer = isl_printer_to_str(isl_schedule_node_get_ctx(node));
4958 printer
[all...]
H A Disl_schedule_tree.c2895 isl_printer *printer; local
2901 printer = isl_printer_to_file(ctx, stderr);
2902 printer = isl_printer_set_yaml_style(printer, ISL_YAML_STYLE_BLOCK);
2903 printer = isl_printer_print_schedule_tree(printer, tree);
2905 isl_printer_free(printer);
H A Dpip.c19 #include <isl/printer.h>
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc355 pretty_printer *pp = global_dc->printer->clone ();
683 pp_show_color (&pp) = pp_show_color (global_dc->printer);
H A Dprogram-state.cc88 pp_show_color (&pp) = pp_show_color (global_dc->printer);
209 pp_show_color (&pp) = pp_show_color (global_dc->printer);
779 pp_show_color (&pp) = pp_show_color (global_dc->printer);
1212 pp_show_color (&pp) = pp_show_color (global_dc->printer);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython-internal.h724 other pretty-printer functions, because they refer to PyObject. */
729 gdb::unique_xmalloc_ptr<char> gdbpy_get_display_hint (PyObject *printer);
766 PyObject *printer);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-impl-calls.cc209 pp_show_color (&pp) = pp_show_color (global_dc->printer);
329 pp_show_color (&pp) = pp_show_color (global_dc->printer);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython-internal.h767 other pretty-printer functions, because they refer to PyObject. */
773 gdb::unique_xmalloc_ptr<char> gdbpy_get_display_hint (PyObject *printer);
815 PyObject *printer,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_ttm.c62 struct drm_printer *printer)
61 nouveau_manager_debug(struct ttm_mem_type_manager *man, struct drm_printer *printer) argument
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py20 # One under-documented feature of the gdb pretty-printer API
23 # Therefore all self.FIELDs must be set in the pretty-printer's
978 """Return the pretty printer for a val, if the type is supported."""
1029 for printer in progspace.pretty_printers:
1030 if getattr(printer, "name", "none") == _libcxx_printer_name:
1031 progspace.pretty_printers.remove(printer)
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcsky-dis.c1019 void (*printer) (bfd_vma, struct disassemble_info *, long);
1102 printer = print_insn_data;
1113 printer (memaddr, info, given);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcsky-dis.c1053 void (*printer) (bfd_vma, struct disassemble_info *, long);
1143 printer = print_insn_data;
1154 printer (memaddr, info, given);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcsky-dis.c1053 void (*printer) (bfd_vma, struct disassemble_info *, long);
1143 printer = print_insn_data;
1154 printer (memaddr, info, given);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcsky-dis.c1049 void (*printer) (bfd_vma, struct disassemble_info *, long);
1139 printer = print_insn_data;
1150 printer (memaddr, info, given);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvarobj.c118 /* The pretty-printer constructor. If NULL, then the default
119 pretty-printer will be looked up. If None, then no
120 pretty-printer will be installed. */
123 /* The pretty-printer that has been constructed. If NULL, then a
124 new printer object is needed, and one will be constructed. */
127 /* The iterator returned by the printer's 'children' method, or NULL
484 pretty-printer for a given value. */
489 PyObject *printer;
495 printer = PyObject_CallFunctionObjArgs (constructor, val_obj, NULL);
497 return printer;
488 PyObject *printer; local
675 PyObject *printer = var->dynamic->pretty_printer; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp117 class dvi_printer : public printer {
900 printer *make_printer()
/netbsd-current/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp198 class tty_printer : public printer {
792 printer *make_printer()

Completed in 324 milliseconds

1234567891011