HomeSort by relevance Sort by last modified time
    Searched refs:printer (Results 251 - 275 of 556) sorted by null

<<11121314151617181920>>

  /external/ppp/pppd/
tty.c 379 printescape(opt, printer, arg)
381 void (*printer) __P((void *, char *, ...));
392 printer(arg, ",");
395 printer(arg, "%x", n);
399 printer(arg, "oops # nothing escaped");
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 35 import android.util.Printer;
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 502 #define TO_STRING(E, T, printer) \
503 inline std::string to_string(E value) { return printer(value); } \
506 #define TO_STRING(name, printer)
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 45 from typ.printer import Printer
109 self.printer = None
289 self.printer = Printer(
435 self.printer.should_overwrite = False
577 self.printer.update(msg, elide)
580 self.printer.flush()
    [all...]
  /external/dng_sdk/source/
dng_shared.cpp 1388 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 ());
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrintAttributesTest.java 52 private final String PRINTER_NAME = "Test printer";
122 * Create {@link PrinterDiscoverySessionCallbacks} with a single printer that has the given
125 * @param minMargins The minMargins of the printer
126 * @param mediaSizes The {@link MediaSize media sizes} supported by the printer
128 * @param colorModes The color modes supported by the printer
130 * @param duplexModes The duplex modes supported by the printer
132 * @param resolutions The {@link Resolution resolutions} supported by the printer
135 * @return New {@link PrinterDiscoverySessionCallbacks} with a single printer that has the
190 PrinterInfo printer = new PrinterInfo.Builder(printerId, PRINTER_NAME, local
192 printers.add(printer);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java 191 PrintWriterPrinter printer = new PrintWriterPrinter(pw); local
208 ((ResolveInfo) o).dump(printer, p2, 0);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pprint.py 57 printer = PrettyPrinter(
59 printer.pprint(object)
  /prebuilts/gdb/linux-x86/lib/python2.7/
pprint.py 57 printer = PrettyPrinter(
59 printer.pprint(object)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 57 printer = PrettyPrinter(
59 printer.pprint(object)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 57 printer = PrettyPrinter(
59 printer.pprint(object)
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 291 void (*printer)(void *, char *, ...), void *arg);
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 37 import android.util.Printer;
223 Printer printer = null; local
271 if (printer == null) {
272 printer = new PrintWriterPrinter(out);
274 filter.dump(printer, fprefix + " ");
705 final Printer logPrinter;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ast.h 7 #include <isl/printer.h>
constraint.h 17 #include <isl/printer.h>
space.h 15 #include <isl/printer.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
ast.h 7 #include <isl/printer.h>
constraint.h 17 #include <isl/printer.h>
space.h 15 #include <isl/printer.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 346 XmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, delimiter); local
347 printer.setEndWithNewline(endWithNewline);
350 printer.setIndentationLevels(indentationLevels);
354 printer.prettyPrint(initialDepth, root, startNode, endNode, sb, isOpenTagOnly);
    [all...]
  /external/tcpdump/
tcpdump.c 195 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::__anon23065
869 printinfo.p.printer = lookup_printer(type);
871 if (printinfo.p.printer == NULL) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 378 # This is a pretty printer for std::_Rb_tree_iterator (which is
738 # A "regular expression" printer which conforms to the
752 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
753 # gdb.printing. It can also be used directly as an old-style printer.
754 class Printer(object):
756 super(Printer, self).__init__()
768 printer = RxPrinter(name, function)
769 self.subprinters.append(printer)
770 self.lookup[name] = printer
808 # Cannot find a pretty printer. Return None
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 378 # This is a pretty printer for std::_Rb_tree_iterator (which is
738 # A "regular expression" printer which conforms to the
752 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
753 # gdb.printing. It can also be used directly as an old-style printer.
754 class Printer(object):
756 super(Printer, self).__init__()
768 printer = RxPrinter(name, function)
769 self.subprinters.append(printer)
770 self.lookup[name] = printer
808 # Cannot find a pretty printer. Return None
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 438 # This is a pretty printer for std::_Rb_tree_iterator (which is
841 # A "regular expression" printer which conforms to the
860 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
861 # gdb.printing. It can also be used directly as an old-style printer.
862 class Printer(object):
864 super(Printer, self).__init__()
876 printer = RxPrinter(name, function)
877 self.subprinters.append(printer)
878 self.lookup[name] = printer
921 # Cannot find a pretty printer. Return None
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 378 # This is a pretty printer for std::_Rb_tree_iterator (which is
738 # A "regular expression" printer which conforms to the
752 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
753 # gdb.printing. It can also be used directly as an old-style printer.
754 class Printer(object):
756 super(Printer, self).__init__()
768 printer = RxPrinter(name, function)
769 self.subprinters.append(printer)
770 self.lookup[name] = printer
808 # Cannot find a pretty printer. Return None
    [all...]

Completed in 4757 milliseconds

<<11121314151617181920>>