HomeSort by relevance Sort by last modified time
    Searched full:printers (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 17 """GDB commands for working with pretty-printers."""
30 Individual printers in a collection are named as
85 """GDB command to list all registered pretty-printers.
94 Individual printers in a collection are named as
120 # Plus we want to give the user a way to list unknown printers.
124 """Print a list of pretty-printers."""
125 # A potential enhancement is to provide an option to list printers in
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
162 self.invoke1("progspace %s pretty-printers:" % cp.filename,
166 self.invoke1(" objfile %s pretty-printers:" % objfile.filename
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 17 """GDB commands for working with pretty-printers."""
30 Individual printers in a collection are named as
85 """GDB command to list all registered pretty-printers.
94 Individual printers in a collection are named as
120 # Plus we want to give the user a way to list unknown printers.
124 """Print a list of pretty-printers."""
125 # A potential enhancement is to provide an option to list printers in
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
162 self.invoke1("progspace %s pretty-printers:" % cp.filename,
166 self.invoke1(" objfile %s pretty-printers:" % objfile.filename
    [all...]
  /external/llvm/device/include/llvm/Config/
AsmPrinters.def 1 //===- llvm/Config/AsmPrinters.def - LLVM Assembly Printers -----*- C++ -*-===//
10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
  /external/llvm/host/include/llvm/Config/
AsmPrinters.def 1 //===- llvm/Config/AsmPrinters.def - LLVM Assembly Printers -----*- C++ -*-===//
10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
  /external/llvm/include/llvm/Config/
AsmPrinters.def.in 1 //===- llvm/Config/AsmPrinters.def - LLVM Assembly Printers -----*- C++ -*-===//
10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 17 """Utilities for working with pretty-printers."""
28 name: A unique string among all printers for the context in which
38 collection of several printers. E.g., The libstdc++ pretty-printer has
57 """Baseclass for sub-pretty-printers.
59 Sub-pretty-printers needn't use this, but it formalizes what's needed.
77 printers with the same name are disallowed.
103 # attribute named __foo__ for pretty-printers-as-objects.
132 # PERF: gdb records printers in a list, making this inefficient.
148 """Class for implementing a collection of regular-expression based pretty-printers.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 17 """Utilities for working with pretty-printers."""
28 name: A unique string among all printers for the context in which
38 collection of several printers. E.g., The libstdc++ pretty-printer has
57 """Baseclass for sub-pretty-printers.
59 Sub-pretty-printers needn't use this, but it formalizes what's needed.
77 printers with the same name are disallowed.
103 # attribute named __foo__ for pretty-printers-as-objects.
132 # PERF: gdb records printers in a list, making this inefficient.
148 """Class for implementing a collection of regular-expression based pretty-printers.
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.h 42 // Get the list of printers. |args| is unused.
61 // Send the list of printers to the Web UI.
62 void SendPrinterList(const ListValue& printers,
print_preview_handler.cc 97 ListValue* printers = new ListValue; local
105 printers->Append(new StringValue(index->printer_name));
114 printers,
118 void SendPrinterList(ListValue* printers,
121 handler_->SendPrinterList(*printers, *default_printer_index);
122 delete printers;
321 const ListValue& printers,
323 web_ui_->CallJavascriptFunction("setPrinters", printers,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so.6.0.16-gdb.py 58 # Load the pretty-printers.
59 from libstdcxx.v6.printers import register_libstdcxx_printers
  /external/llvm/utils/unittest/
CMakeLists.txt 35 googletest/gtest-printers.cc
  /external/chromium/testing/
gtest.gyp 15 'gtest/include/gtest/gtest-printers.h',
37 'gtest/src/gtest-printers.cc',
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py 58 # Load the pretty-printers.
59 from libstdcxx.v6.printers import register_libstdcxx_printers
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 32 // Helper class to track GTK printers.
54 // - Querying for non-existant printers like 'Print to PDF'.
202 // Since we only generate PDF, only show printers that support PDF.
  /external/chromium/testing/gtest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /external/gtest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /external/webkit/Source/WebKit/chromium/public/
WebScreenInfo.h 46 // This can be true for black and white printers
  /external/llvm/tools/opt/
GraphPrinters.cpp 1 //===- GraphPrinters.cpp - DOT printers for various graph types -----------===//
10 // This file defines several printers for various different types of graphs used
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-pretty-print.h 1 /* Various declarations for the C and C++ pretty-printers.
93 /* Override the pp_base macro. Derived pretty-printers should not
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 1 /* Various declarations for the C and C++ pretty-printers.
94 /* Override the pp_base macro. Derived pretty-printers should not
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 1 /* Various declarations for the C and C++ pretty-printers.
94 /* Override the pp_base macro. Derived pretty-printers should not
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 1 /* Various declarations for the C and C++ pretty-printers.
94 /* Override the pp_base macro. Derived pretty-printers should not
  /external/chromium/chrome/browser/resources/
print_preview.js 289 * @param {Array} printers Array of printer names.
292 function setPrinters(printers, defaultPrinterIndex) {
294 for (var i = 0; i < printers.length; ++i) {
296 option.textContent = printers[i];
  /external/chromium/testing/gtest/
Makefile.am 26 src/gtest-printers.cc \
193 include/gtest/gtest-printers.h \
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 134 // printers *before* their OnTestEnd() methods are called, such that

Completed in 917 milliseconds

1 2 3 4 5