Home
last modified time | relevance | path

Searched refs:printer (Results 1 – 25 of 113) sorted by relevance

12345

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dpretty_printers.py76 def printer_enabled_p(printer): argument
78 if hasattr(printer, "enabled"):
79 return printer.enabled
102 def enabled_string(printer): argument
104 if printer_enabled_p(printer):
110 def printer_name(printer): argument
112 if hasattr(printer, "name"):
113 return printer.name
114 if hasattr(printer, "__name__"):
115 return printer.__name__
[all …]
H A Dtype_printers.py37 for printer in sorted_type_printers:
38 if printer.enabled:
42 print (" %s%s" % (printer.name, enabled))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dpretty_printers.py76 def printer_enabled_p(printer): argument
78 if hasattr(printer, "enabled"):
79 return printer.enabled
102 def enabled_string(printer): argument
104 if printer_enabled_p(printer):
110 def printer_name(printer): argument
112 if hasattr(printer, "name"):
113 return printer.name
114 if hasattr(printer, "__name__"):
115 return printer.__name__
[all …]
H A Dtype_printers.py37 for printer in sorted_type_printers:
38 if printer.enabled:
42 print (" %s%s" % (printer.name, enabled))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A Dprinting.py76 def register_pretty_printer(obj, printer, replace=False): argument
110 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
112 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
114 if not hasattr(printer, "__call__"):
117 if hasattr(printer, "name"):
118 name = printer.name
120 name = printer.__name__
132 if hasattr(printer, "name"):
133 if not isinstance(printer.name, basestring):
138 if printer.name.find(";") >= 0:
[all …]
H A Dtypes.py139 for printer in plist:
140 if printer.enabled:
141 inst = printer.instantiate()
170 def register_type_printer(locus, printer): argument
178 locus.type_printers.insert(0, printer)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A Dprinting.py76 def register_pretty_printer(obj, printer, replace=False): argument
110 if not hasattr(printer, "__name__") and not hasattr(printer, "name"):
112 if hasattr(printer, "name") and not hasattr(printer, "enabled"):
114 if not hasattr(printer, "__call__"):
117 if hasattr(printer, "name"):
118 name = printer.name
120 name = printer.__name__
132 if hasattr(printer, "name"):
133 if not isinstance(printer.name, basestring):
138 if printer.name.find(";") >= 0:
[all …]
H A Dtypes.py139 for printer in plist:
140 if printer.enabled:
141 inst = printer.instantiate()
170 def register_type_printer(locus, printer): argument
178 locus.type_printers.insert(0, printer)
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprint_binary.c7 size_t bytes_per_line, binary__fprintf_t printer, in binary__fprintf() argument
13 if (!printer) in binary__fprintf()
19 printed += printer(BINARY_PRINT_DATA_BEGIN, 0, extra, fp); in binary__fprintf()
22 printed += printer(BINARY_PRINT_LINE_BEGIN, -1, extra, fp); in binary__fprintf()
23 printed += printer(BINARY_PRINT_ADDR, i, extra, fp); in binary__fprintf()
26 printed += printer(BINARY_PRINT_NUM_DATA, data[i], extra, fp); in binary__fprintf()
30 printed += printer(BINARY_PRINT_NUM_PAD, -1, extra, fp); in binary__fprintf()
32 printer(BINARY_PRINT_SEP, i, extra, fp); in binary__fprintf()
34 printed += printer(BINARY_PRINT_CHAR_DATA, data[j], extra, fp); in binary__fprintf()
36 printed += printer(BINARY_PRINT_CHAR_PAD, i, extra, fp); in binary__fprintf()
[all …]
H A Dprint_binary.h25 size_t bytes_per_line, binary__fprintf_t printer,
29 size_t bytes_per_line, binary__fprintf_t printer, in print_binary() argument
32 binary__fprintf(data, len, bytes_per_line, printer, extra, stdout); in print_binary()
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dgadget_printer.rst14 This driver may be used if you are writing printer firmware using Linux as
15 the embedded OS. This driver has nothing to do with using a printer with
20 USB device controller driver is loaded then load the printer gadget driver.
21 This will present a printer interface to the USB Host that your USB Device
24 This driver is structured for printer firmware that runs in user mode. The
25 user mode printer firmware will read and write data from the kernel mode
26 printer gadget driver using a device file. The printer returns a printer status
27 byte when the USB HOST sends a device request to get the printer status. The
37 To load the USB device controller driver and the printer gadget driver. The
44 The follow command line parameter can be used when loading the printer gadget
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant_io.hpp14 class printer class
17 explicit printer(Out& out) in printer() function in mapbox::util::detail::printer
19 printer& operator=(printer const&) = delete;
38 detail::printer<std::basic_ostream<CharT, Traits>> visitor(out); in operator <<()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dvariant_io.hpp45 class printer class
54 explicit printer(OStream& out) in printer() function in boost::detail::variant::printer
68 printer& operator=(const printer&);
84 detail::variant::printer<
/OK3568_Linux_fs/buildroot/package/system-config-printer/
H A D0001-Add-option-to-disable-xmlto-manual-generation.patch24 man/system-config-printer.1 \
25 man/system-config-printer-applet.1
34 - man/system-config-printer.xml \
43 +EXTRA_DIST+=man/system-config-printer.xml
46 .stamp-man-pages-built: $(top_srcdir)/man/system-config-printer.xml
H A DConfig.in2 bool "system-config-printer"
7 https://github.com/OpenPrinting/system-config-printer
H A Dsystem-config-printer.mk8 SYSTEM_CONFIG_PRINTER_SOURCE = system-config-printer-$(SYSTEM_CONFIG_PRINTER_VERSION).tar.xz
9 SYSTEM_CONFIG_PRINTER_SITE = https://github.com/OpenPrinting/system-config-printer/releases/downloa…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddiagnostic.h107 pretty_printer *printer; member
327 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder)
330 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
343 #define diagnostic_ready_p() (global_dc->printer != NULL)
/OK3568_Linux_fs/u-boot/tools/
H A Drkmux.py162 with Printer(name) as printer:
165 printer.output_regfield(field)
198 with Printer(name) as printer:
201 printer.output_regfield(row)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddiagnostic.h107 pretty_printer *printer; member
327 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder)
330 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
343 #define diagnostic_ready_p() (global_dc->printer != NULL)
/OK3568_Linux_fs/buildroot/package/p910nd/
H A DConfig.in5 p910nd is a small printer daemon intended for diskless
7 print jobs and passes them directly to a USB printer.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/p910nd/
H A Dp910nd_0.97.bb1 DESCRIPTION = "A small network printer daemon for embedded situations that passes the job directly …
/OK3568_Linux_fs/kernel/drivers/parport/
H A DTODO-parport10 the printer support it.
14 with (maybe just log) whatever the printer wants to tell the world.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dplip.rst25 printer port. PLIP is a non-standard, but [can use] uses the standard
26 LapLink null-printer cable [can also work in turbo mode, with a PLIP
118 printer "null" cable to transfer data four bits at a time using
122 bi-directional parallel ports, rather than output-only ``printer``
130 printer "null" cable which transfers data four bits at a time using
163 bi-directional parallel ports, rather than output-only ``printer``
166 ``printer`` (as opposed to ``parallel``) ports or when the machine
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c298 struct drm_printer *printer) in amdgpu_gtt_mgr_debug() argument
303 drm_mm_print(&mgr->mm, printer); in amdgpu_gtt_mgr_debug()
306 drm_printf(printer, "man size:%llu pages, gtt available:%lld pages, usage:%lluMB\n", in amdgpu_gtt_mgr_debug()
/OK3568_Linux_fs/kernel/Documentation/spi/
H A Dbutterfly.rst12 You can make this adapter from an old printer cable and solder things
15 Butterfly and the printer port, or with a better power supply than two
16 signal pins from the printer port. Or for that matter, you can use

12345