HomeSort by relevance Sort by last modified time
    Searched refs:Printer (Results 226 - 250 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 37 import android.util.Printer;
221 Printer printer = null; local
242 if (printer == null) {
243 printer = new PrintWriterPrinter(out);
245 filter.dump(printer, fprefix + " ");
643 final Printer logPrinter;
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 367 # This is a pretty printer for std::_Rb_tree_iterator (which is
715 # A "regular expression" printer which conforms to the
729 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
730 # gdb.printing. It can also be used directly as an old-style printer.
731 class Printer(object):
733 super(Printer, self).__init__()
745 printer = RxPrinter(name, function)
746 self.subprinters.append(printer)
747 self.lookup[name] = printer
785 # Cannot find a pretty printer. Return None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 367 # This is a pretty printer for std::_Rb_tree_iterator (which is
715 # A "regular expression" printer which conforms to the
729 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
730 # gdb.printing. It can also be used directly as an old-style printer.
731 class Printer(object):
733 super(Printer, self).__init__()
745 printer = RxPrinter(name, function)
746 self.subprinters.append(printer)
747 self.lookup[name] = printer
785 # Cannot find a pretty printer. Return None
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 30 import android.util.Printer;
234 static final Printer LOG_PRINTER = new LogPrinter(Log.DEBUG, GridLayout.class.getName());
235 static final Printer NO_PRINTER = new Printer() {
268 Printer mPrinter = LOG_PRINTER;
583 * Return the printer that will log diagnostics from this layout.
585 * @see #setPrinter(android.util.Printer)
587 * @return the printer associated with this view
591 public Printer getPrinter() {
596 * Set the printer that will log diagnostics from this layout
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 30 import android.util.Printer;
220 static final Printer LOG_PRINTER = new LogPrinter(Log.DEBUG, GridLayout.class.getName());
221 static final Printer NO_PRINTER = new Printer() {
254 Printer mPrinter = LOG_PRINTER;
572 * Return the printer that will log diagnostics from this layout.
574 * @see #setPrinter(android.util.Printer)
576 * @return the printer associated with this view
578 public Printer getPrinter() {
583 * Set the printer that will log diagnostics from this layout
    [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/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
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/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
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...]
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 24 import android.util.Printer;
61 StringBuilderPrinter printer = new StringBuilderPrinter(sb); local
63 location.dump(printer, "");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 371 printer = printing.Printer(port, options, logging_stream, logger=logger)
374 manager = Manager(port, options, printer)
375 printer.print_config(port.results_directory())
381 printer.cleanup()
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 267 void PrintFieldComment(io::Printer* printer, const FieldDescriptor* field) {
272 printer->Print("// $def$\n",
278 printer->Print("// $def$\n",
  /external/clang/lib/AST/
StmtPrinter.cpp 438 // FIXME: Implement MS style inline asm statement printer.
771 OMPClausePrinter Printer(OS, Policy);
776 Printer.Visit(*I);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 55 #include <google/protobuf/io/printer.h>
119 io::Printer* printer, const FileDescriptor* file, bool descriptor_proto) {
121 printer->Print(
128 printer->Print(
135 printer->Print(
138 printer->Print(
140 printer->Print("\n\n");
257 io::Printer printer(output.get(), '$')
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py 169 heap_object.Print(Printer())
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 58 class Printer(object):
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 289 static void SimplifyShortMoveForm(X86AsmPrinter &Printer, MCInst &Inst,
293 if (Printer.getSubtarget().is64Bit())
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 25 import android.util.Printer;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 41 import android.util.Printer;
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 29 import android.util.Printer;
    [all...]
BatteryStats.java 32 import android.util.Printer;
225 public abstract void logState(Printer pw, String prefix);
244 public abstract void logState(Printer pw, String prefix);
273 public abstract void logState(Printer pw, String prefix);
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 51 import android.util.Printer;
815 public static void dumpSpans(CharSequence cs, Printer printer, String prefix) {
822 printer.println(prefix + cs.subSequence(sp.getSpanStart(o),
830 printer.println(prefix + cs + ": (no spans)");
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 45 import android.util.Printer;
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 43 import android.util.Printer;
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 50 import android.util.Printer;
1180 TestPrinter printer = new TestPrinter(); local
    [all...]

Completed in 8325 milliseconds

1 2 3 4 5 6 7 8 91011>>