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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 0 # Pretty-printer utilities.
17 """Utilities for working with pretty-printers."""
25 """A basic pretty-printer.
30 meaningfully describe what can be pretty-printed.
37 Subprinters are for situations where "one" pretty-printer is actually a
38 collection of several printers. E.g., The libstdc++ pretty-printer has
39 a pretty-printer for each of several different types, based on regexps.
57 """Baseclass for sub-pretty-printers.
59 Sub-pretty-printers needn't use this, but it formalizes what's needed.
72 """Register pretty-printer PRINTER with OBJ
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 0 # Pretty-printer utilities.
17 """Utilities for working with pretty-printers."""
25 """A basic pretty-printer.
30 meaningfully describe what can be pretty-printed.
37 Subprinters are for situations where "one" pretty-printer is actually a
38 collection of several printers. E.g., The libstdc++ pretty-printer has
39 a pretty-printer for each of several different types, based on regexps.
57 """Baseclass for sub-pretty-printers.
59 Sub-pretty-printers needn't use this, but it formalizes what's needed.
72 """Register pretty-printer PRINTER with OBJ
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 0 # Pretty-printer utilities.
17 """Utilities for working with pretty-printers."""
25 """A basic pretty-printer.
30 meaningfully describe what can be pretty-printed.
37 Subprinters are for situations where "one" pretty-printer is actually a
38 collection of several printers. E.g., The libstdc++ pretty-printer has
39 a pretty-printer for each of several different types, based on regexps.
57 """Baseclass for sub-pretty-printers.
59 Sub-pretty-printers needn't use this, but it formalizes what's needed.
72 """Register pretty-printer PRINTER with OBJ
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 0 # Pretty-printer utilities.
17 """Utilities for working with pretty-printers."""
25 """A basic pretty-printer.
30 meaningfully describe what can be pretty-printed.
37 Subprinters are for situations where "one" pretty-printer is actually a
38 collection of several printers. E.g., The libstdc++ pretty-printer has
39 a pretty-printer for each of several different types, based on regexps.
57 """Baseclass for sub-pretty-printers.
59 Sub-pretty-printers needn't use this, but it formalizes what's needed.
72 """Register pretty-printer PRINTER with OBJ
    [all...]
  /external/qemu/
qjson.c 76 int pretty; member in struct:ToJsonIterState
81 static void to_json(const QObject *obj, QString *str, int pretty, int indent);
92 if (s->pretty) {
99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent);
103 to_json(obj, s->str, s->pretty, s->indent);
115 if (s->pretty) {
121 to_json(obj, s->str, s->pretty, s->indent);
125 static void to_json(const QObject *obj, QString *str, int pretty, int indent)
211 s.pretty = pretty;
    [all...]
  /prebuilts/gcc/darwin-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.
27 #include "pretty-print.h"
37 /* The data type used to bundle information necessary for pretty-printing
41 /* The type of a C pretty-printer 'member' function. */
44 /* The datatype that contains information necessary for pretty-printing
45 a tree that represents a C construct. Any pretty-printer for a
49 to that subobject. Such a pretty-printer has the responsibility to
51 to set up the components that are specific to the C pretty-printer.
52 A derived pretty-printer can override any function listed in the
53 vtable below. See cp/cxx-pretty-print.h and cp/cxx-pretty-print.
    [all...]
  /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.
27 #include "pretty-print.h"
37 /* The data type used to bundle information necessary for pretty-printing
41 /* The type of a C pretty-printer 'member' function. */
44 /* The datatype that contains information necessary for pretty-printing
45 a tree that represents a C construct. Any pretty-printer for a
49 to that subobject. Such a pretty-printer has the responsibility to
51 to set up the components that are specific to the C pretty-printer.
52 A derived pretty-printer can override any function listed in the
53 vtable below. See cp/cxx-pretty-print.h and cp/cxx-pretty-print.
    [all...]
  /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.
27 #include "pretty-print.h"
37 /* The data type used to bundle information necessary for pretty-printing
41 /* The type of a C pretty-printer 'member' function. */
44 /* The datatype that contains information necessary for pretty-printing
45 a tree that represents a C construct. Any pretty-printer for a
49 to that subobject. Such a pretty-printer has the responsibility to
51 to set up the components that are specific to the C pretty-printer.
52 A derived pretty-printer can override any function listed in the
53 vtable below. See cp/cxx-pretty-print.h and cp/cxx-pretty-print.
    [all...]
  /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.
27 #include "pretty-print.h"
37 /* The data type used to bundle information necessary for pretty-printing
41 /* The type of a C pretty-printer 'member' function. */
44 /* The datatype that contains information necessary for pretty-printing
45 a tree that represents a C construct. Any pretty-printer for a
49 to that subobject. Such a pretty-printer has the responsibility to
51 to set up the components that are specific to the C pretty-printer.
52 A derived pretty-printer can override any function listed in the
53 vtable below. See cp/cxx-pretty-print.h and cp/cxx-pretty-print.
    [all...]
  /external/llvm/test/YAMLParser/
spec-02-24.data 16 text: Pretty vector drawing.
construct-seq.data 10 - Saturn # Pretty.
  /external/valgrind/main/
exp-sgcheck.supp 8 # I'm pretty sure this is a false positive caused by the sg_ stuff
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /external/dropbear/libtommath/logs/
README 1 To use the pretty graphs you have to first build/run the ltmtest from the root directory of the package.
  /external/libffi/testsuite/libffi.call/
float2.c 36 is pretty much non-existent. You'll get the odd bus error in library
45 is pretty much non-existent. You'll get the odd bus error in library
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 187 // pretty printer mode?
188 String pretty = null; local
190 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
192 if (pretty != null) {
193 System.out.print(pretty);
210 // pretty printer mode?
211 String pretty = null; local
213 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
215 if (pretty != null) {
216 System.out.println(pretty);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 1 /* Interface for the GNU C++ pretty-printer.
25 #include "c-family/c-pretty-print.h"
40 /* This is the enclosing scope of the entity being pretty-printed. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 1 /* Interface for the GNU C++ pretty-printer.
25 #include "c-family/c-pretty-print.h"
40 /* This is the enclosing scope of the entity being pretty-printed. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 1 /* Interface for the GNU C++ pretty-printer.
25 #include "c-family/c-pretty-print.h"
40 /* This is the enclosing scope of the entity being pretty-printed. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 1 /* Interface for the GNU C++ pretty-printer.
25 #include "c-family/c-pretty-print.h"
40 /* This is the enclosing scope of the entity being pretty-printed. */
  /dalvik/docs/
prettify.css 0 /* Pretty printing styles. Used with prettify.js. */

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>