HomeSort by: relevance | last modified time | path
    Searched defs:printer (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
printing.scm 1 ;; Additional pretty-printer support.
22 (pretty-printer? objfile? progspace?
28 (define-public (prepend-pretty-printer! obj matcher)
29 "Add MATCHER to the beginning of the pretty-printer list for OBJ.
31 (assert-type (pretty-printer? matcher) matcher SCM_ARG1
32 'prepend-pretty-printer! "pretty-printer")
42 (assert-type #f obj SCM_ARG1 'prepend-pretty-printer!
45 (define-public (append-pretty-printer! obj matcher)
46 "Add MATCHER to the end of the pretty-printer list for OBJ
    [all...]
init.scm 36 ;; Printer for gdb exceptions, used when Scheme tries to print them directly.
38 (define (%exception-printer port key args default-printer)
44 (_ (default-printer)))
48 ;; The arg list is the way it is because it's passed to set-exception-printer!.
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
61 (define (default-printer)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
printing.scm 1 ;; Additional pretty-printer support.
22 (pretty-printer? objfile? progspace?
28 (define-public (prepend-pretty-printer! obj matcher)
29 "Add MATCHER to the beginning of the pretty-printer list for OBJ.
31 (assert-type (pretty-printer? matcher) matcher SCM_ARG1
32 'prepend-pretty-printer! "pretty-printer")
42 (assert-type #f obj SCM_ARG1 'prepend-pretty-printer!
45 (define-public (append-pretty-printer! obj matcher)
46 "Add MATCHER to the end of the pretty-printer list for OBJ
    [all...]
init.scm 36 ;; Printer for gdb exceptions, used when Scheme tries to print them directly.
38 (define (%exception-printer port key args default-printer)
44 (_ (default-printer)))
48 ;; The arg list is the way it is because it's passed to set-exception-printer!.
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
61 (define (default-printer)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 51 ;; Test returning a <gdb:value> from a printer.
53 (define (make-string-printer val)
54 (make-pretty-printer-worker
56 (lambda (printer)
61 ;; Test a printer with children.
63 (define (make-container-printer val)
66 ;; of at printer time. Done this way to explore the possibilities.
70 (make-pretty-printer-worker
72 (lambda (printer)
75 (lambda (printer)
    [all...]
scm-frame-args.scm 18 (define (make-pp_s-printer val)
19 (make-pretty-printer-worker
21 (lambda (printer)
26 (define (make-pp_ss-printer val)
27 (make-pretty-printer-worker
29 (lambda (printer) "super struct")
30 (lambda (printer)
48 (define (make-pretty-printer-dict)
50 (hash-set! dict "struct s" make-pp_s-printer)
51 (hash-set! dict "s" make-pp_s-printer)
    [all...]
scm-section-script.scm 20 (define (make-pp_ss-printer val)
21 (make-pretty-printer-worker
23 (lambda (printer)
36 (define (make-pretty-printer-dict)
38 (hash-set! dict "struct ss" make-pp_ss-printer)
39 (hash-set! dict "ss" make-pp_ss-printer)
42 (define *pretty-printer*
43 (make-pretty-printer
44 "pretty-printer-test"
45 (let ((pretty-printers-dict (make-pretty-printer-dict))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 51 ;; Test returning a <gdb:value> from a printer.
53 (define (make-string-printer val)
54 (make-pretty-printer-worker
56 (lambda (printer)
61 ;; Test a printer with children.
63 (define (make-container-printer val)
66 ;; of at printer time. Done this way to explore the possibilities.
70 (make-pretty-printer-worker
72 (lambda (printer)
75 (lambda (printer)
    [all...]
scm-frame-args.scm 18 (define (make-pp_s-printer val)
19 (make-pretty-printer-worker
21 (lambda (printer)
26 (define (make-pp_ss-printer val)
27 (make-pretty-printer-worker
29 (lambda (printer) "super struct")
30 (lambda (printer)
48 (define (make-pretty-printer-dict)
50 (hash-set! dict "struct s" make-pp_s-printer)
51 (hash-set! dict "s" make-pp_s-printer)
    [all...]
scm-section-script.scm 20 (define (make-pp_ss-printer val)
21 (make-pretty-printer-worker
23 (lambda (printer)
36 (define (make-pretty-printer-dict)
38 (hash-set! dict "struct ss" make-pp_ss-printer)
39 (hash-set! dict "ss" make-pp_ss-printer)
42 (define *pretty-printer*
43 (make-pretty-printer
44 "pretty-printer-test"
45 (let ((pretty-printers-dict (make-pretty-printer-dict))
    [all...]
  /src/usr.sbin/lpr/common_source/
common_vars.c 46 char *printer; /* printer name */ variable
  /src/external/gpl3/gdb/dist/gdb/
gdbarch.py 278 if c.printer:
279 printer = c.printer variable
281 printer = f"core_addr_to_string_nz (gdbarch->{c.name})" variable
283 printer = f"plongest (gdbarch->{c.name})" variable
286 print(f" {printer});", file=f)
gdbarch_components.py 47 # * "printer" - an expression to turn this field into a 'const char
120 printer="gdbarch_bfd_arch_info (gdbarch)->printable_name", variable
141 printer="host_address_to_string (gdbarch->target_desc)", variable
204 printer="pformat (gdbarch, gdbarch->bfloat16_format)", variable
219 printer="pformat (gdbarch, gdbarch->half_format)", variable
234 printer="pformat (gdbarch, gdbarch->float_format)", variable
249 printer="pformat (gdbarch, gdbarch->double_format)", variable
264 printer="pformat (gdbarch, gdbarch->long_double_format)", variable
1426 printer="host_address_to_string (gdbarch->so_ops)", variable
1794 printer="pstring (gdbarch->gcore_bfd_target)" variable
2138 printer="pstring (gdbarch->xml_syscall_file)", variable
2148 printer="host_address_to_string (gdbarch->syscalls_info)", variable
2165 printer="pstring_list (gdbarch->stap_integer_prefixes)", variable
2176 printer="pstring_list (gdbarch->stap_integer_suffixes)", variable
2192 printer="pstring_list (gdbarch->stap_register_prefixes)", variable
2203 printer="pstring_list (gdbarch->stap_register_suffixes)", variable
2222 printer="pstring_list (gdbarch->stap_register_indirection_prefixes)", variable
2241 printer="pstring_list (gdbarch->stap_register_indirection_suffixes)", variable
2256 printer="pstring (gdbarch->stap_gdb_register_prefix)", variable
2266 printer="pstring (gdbarch->stap_gdb_register_suffix)", variable
2496 printer="pstring (gdbarch->solib_symbols_extension)", variable
2581 printer="host_address_to_string (gdbarch->ravenscar_ops)", variable
2747 printer="pstring (gdbarch->disassembler_options_implicit)", variable
2754 printer="pstring_ptr (gdbarch->disassembler_options)", variable
2761 printer="host_address_to_string (gdbarch->valid_disassembler_options)", variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.py 278 if c.printer:
279 printer = c.printer variable
281 printer = f"core_addr_to_string_nz (gdbarch->{c.name})" variable
283 printer = f"plongest (gdbarch->{c.name})" variable
286 print(f" {printer});", file=f)
gdbarch_components.py 47 # * "printer" - an expression to turn this field into a 'const char
120 printer="gdbarch_bfd_arch_info (gdbarch)->printable_name", variable
141 printer="host_address_to_string (gdbarch->target_desc)", variable
204 printer="pformat (gdbarch, gdbarch->bfloat16_format)", variable
219 printer="pformat (gdbarch, gdbarch->half_format)", variable
234 printer="pformat (gdbarch, gdbarch->float_format)", variable
249 printer="pformat (gdbarch, gdbarch->double_format)", variable
264 printer="pformat (gdbarch, gdbarch->long_double_format)", variable
1389 printer="host_address_to_string (gdbarch->so_ops)", variable
1757 printer="pstring (gdbarch->gcore_bfd_target)" variable
2101 printer="pstring (gdbarch->xml_syscall_file)", variable
2111 printer="host_address_to_string (gdbarch->syscalls_info)", variable
2128 printer="pstring_list (gdbarch->stap_integer_prefixes)", variable
2139 printer="pstring_list (gdbarch->stap_integer_suffixes)", variable
2155 printer="pstring_list (gdbarch->stap_register_prefixes)", variable
2166 printer="pstring_list (gdbarch->stap_register_suffixes)", variable
2185 printer="pstring_list (gdbarch->stap_register_indirection_prefixes)", variable
2204 printer="pstring_list (gdbarch->stap_register_indirection_suffixes)", variable
2219 printer="pstring (gdbarch->stap_gdb_register_prefix)", variable
2229 printer="pstring (gdbarch->stap_gdb_register_suffix)", variable
2459 printer="pstring (gdbarch->solib_symbols_extension)", variable
2544 printer="host_address_to_string (gdbarch->ravenscar_ops)", variable
2710 printer="pstring (gdbarch->disassembler_options_implicit)", variable
2717 printer="pstring_ptr (gdbarch->disassembler_options)", variable
2724 printer="host_address_to_string (gdbarch->valid_disassembler_options)", variable
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libdriver/
printer.cpp 1 /* $NetBSD: printer.cpp,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
5 // <groff_src_dir>/src/libs/libdriver/printer.cpp
87 printer::printer() function in class:printer
92 printer::~printer()
105 void printer::load_font(int n, const char *nm)
136 font *printer::find_font(const char *nm)
148 font *printer::make_font(const char *nm)
153 void printer::end_of_line(
    [all...]
  /src/external/bsd/tcpdump/dist/
print-ppi.c 10 /* \summary: Per-Packet Information (DLT_PPI) printer */
64 * This is the top level routine of the printer. 'p' points
73 if_printer printer; local
117 printer = lookup_printer(dlt);
118 if (printer != NULL) {
122 printer(ndo, &nhdr, p);
print.c 48 struct printer { struct
53 static const struct printer printers[] = {
279 const struct printer *p;
298 * If we don't have a printer for DLT_USER2, and type is
299 * DLT_USER2, we look up the printer for DLT_PKTAP and use
322 if_printer printer; local
324 printer = lookup_printer(type);
325 if (printer == NULL)
326 printer = unsupported_if_print;
327 return printer;
    [all...]
print-pktap.c 27 /* \summary: Apple's DLT_PKTAP printer */
97 * This is the top level routine of the printer. 'p' points
109 if_printer printer; local
156 printer = lookup_printer(dlt);
157 if (printer != NULL) {
161 printer(ndo, &nhdr, p);
print-cdp.c 32 /* \summary: Cisco Discovery Protocol (CDP) printer */
190 void (*printer)(netdissect_options *ndo, const u_char *, u_int); member in struct:cdp_tlvinfo
303 if (info->printer)
304 info->printer(ndo, tptr, len);
308 * When the type is defined without a printer,
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
console_reporter.cc 119 PrinterFn* printer = (output_options_ & OO_Color) ? local
123 printer(Out, name_color, "%-*s ", name_field_width_,
127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
129 printer(Out, COLOR_DEFAULT, "\n");
141 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time, big_o.c_str(),
144 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%",
148 printer(Out, COLOR_YELLOW, "%s %-4s %s %-4s ", real_time_str.c_str(), timeLabel,
153 printer(Out, COLOR_CYAN, "%10lld", result.iterations);
162 printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str());
164 printer(Out, COLOR_DEFAULT, " %*s", cNameLen, s.c_str())
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
console_reporter.cc 104 PrinterFn* printer = (output_options_ & OO_Color) ? local
108 printer(Out, name_color, "%-*s ", name_field_width_,
112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
114 printer(Out, COLOR_DEFAULT, "\n");
135 printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(),
138 printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100,
142 printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel,
147 printer(Out, COLOR_CYAN, "%10lld", result.iterations);
156 printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str());
158 printer(Out, COLOR_DEFAULT, " %*s", cNameLen, s.c_str())
    [all...]
  /src/external/gpl2/groff/dist/src/include/
printer.h 1 /* $NetBSD: printer.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
5 // <groff_src_dir>/src/include/printer.h
34 The class `printer' performs the postprocessing. Each
35 postprocessor only needs to implement a derived class of `printer' and
37 Then the methods of class `printer' are called automatically by
63 class printer { class
65 printer();
66 virtual ~printer();
109 printer *make_printer();
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 26 char *printer; local
32 fprintf(stderr, "usage: %s server host printer user password [transport]\n",
39 printer = argv[3];
64 test_v2_init(host_name, printer);
66 test_v2_start(host_name, printer, user_name, "foo", "foo");
68 test_v2_start(host_name, printer, user_name, "bar", "bar");
70 test_v2_start(host_name, printer, user_name, "bletch", "gack");
72 test_v2_queue(printer, user_name, FALSE);
75 test_v2_cancel(host_name, printer, "nosuchuser", last_id);
77 test_v2_cancel(host_name, printer, user_name, last_id)
    [all...]
  /src/external/mit/isl/dist/include/isl/
hmap_templ.c 443 * p is the printer on which the associative array is being printed.
493 isl_printer *printer; local
498 printer = isl_printer_to_file(ISL_FN(ISL_HMAP,get_ctx)(hmap), stderr);
499 printer = ISL_FN(isl_printer_print,ISL_HMAP_SUFFIX)(printer, hmap);
500 printer = isl_printer_end_line(printer);
502 isl_printer_free(printer);

Completed in 46 milliseconds

1 2