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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /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-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...]
  /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.
26 #include "pretty-print.h"
36 /* The data type used to bundle information necessary for pretty-printing
40 /* The type of a C pretty-printer 'member' function. */
43 /* The datatype that contains information necessary for pretty-printing
44 a tree that represents a C construct. Any pretty-printer for a
48 to that subobject. Such a pretty-printer has the responsibility to
50 to set up the components that are specific to the C pretty-printer.
51 A derived pretty-printer can override any function listed in the
52 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-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-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/src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 157 // pretty printer mode?
158 String pretty = null; local
160 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
162 if (pretty != null) {
163 System.out.print(pretty);
180 // pretty printer mode?
181 String pretty = null; local
183 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
185 if (pretty != null) {
186 System.out.println(pretty);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cxx-pretty-print.h 1 /* Interface for the GNU C++ pretty-printer.
24 #include "c-pretty-print.h"
39 /* 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. */
  /external/iproute2/man/man8/
routel.8 4 routel \- list routes with pretty output format
  /external/llvm/docs/HistoricalNotes/
2001-09-18-OptimizeExceptions.txt 30 pretty trivial to eliminate through some pretty simplistic interprocedural
31 analysis. The DCE factor alone could probably be pretty significant. The
50 exceptions, so there numbers are pretty worthless... also our results
  /external/llvm/utils/
GetSourceVersion 22 git log -1 --pretty=format:%H
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
prettydiff.py 34 name = "pretty-diff"
35 help_text = "Shows the pretty diff in the default browser"

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>