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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/0.153/libdwfl/
lzma.c 1 /* liblzma is pretty close to zlib and bzlib. */
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 52 pretty = nil
54 pretty = PrettyPatch.prettify(patch)
56 assert(pretty, "Empty result while prettifying " + description)
63 return pretty
71 pretty = check_one_patch(144064, ["Images without checksums", 10, 5, 4, 8])
72 matches = pretty.match("INVALID: Image lacks a checksum.")
78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size)
82 pretty = check_one_patch(145881, ["New image", 19, 36, 19, 56])
83 matches = pretty.match("INVALID: Image lacks a checksum.")
88 pretty = check_one_patch(101620, ["Images correctly without checksums git", 7, 15, 10, 26]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/fio/examples/
fsx.fio 1 ; This job file works pretty works similarly to running fsx-linux
  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple-pretty-print.h 1 /* Various declarations for pretty formatting of GIMPLE statements and
24 #include "pretty-print.h"
25 #include "tree-pretty-print.h"
27 /* In gimple-pretty-print.c */
tree-pretty-print.h 1 /* Various declarations for language-independent pretty-print
25 #include "pretty-print.h"
38 /* In tree-pretty-print.c */
52 /* In c-pretty-print.c */
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
README 1 GDB pretty printers for STLport
4 This python module provides GDB pretty printers for the containers from
15 To enable the pretty printer add the following code to $HOME/.gdbinit:
34 To test the pretty printers, go to the test directory and set up the STLport
37 the pretty printers work the variables from test.cpp should be displayed in a
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/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/mips/mipsel-linux-android-4.8/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/mips/mips64el-linux-android-4.8/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/mips/mipsel-linux-android-4.8/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/python/darwin-x86/2.7.5/share/pretty-printers/stlport/
README 1 GDB pretty printers for STLport
4 This python module provides GDB pretty printers for the containers from
15 To enable the pretty printer add the following code to $HOME/.gdbinit:
34 To test the pretty printers, go to the test directory and set up the STLport
37 the pretty printers work the variables from test.cpp should be displayed in a
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/
README 1 GDB pretty printers for STLport
4 This python module provides GDB pretty printers for the containers from
15 To enable the pretty printer add the following code to $HOME/.gdbinit:
34 To test the pretty printers, go to the test directory and set up the STLport
37 the pretty printers work the variables from test.cpp should be displayed in a
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 9 def XmlToString(content, encoding='utf-8', pretty=False):
42 pretty: True if we want pretty printing with indents and new lines.
49 if pretty:
51 _ConstructContentList(xml_parts, content, pretty)
57 def _ConstructContentList(xml_parts, specification, pretty, level=0):
63 pretty: True if we want pretty printing with indents and new lines.
67 if pretty:
97 _ConstructContentList(xml_parts, child_spec, pretty, level + 1
    [all...]
  /external/qemu/qobject/
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)
199 s.pretty = pretty;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pretty-print.h 1 /* Various declarations for the C and C++ pretty-printers.
26 #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/chromium_org/tools/metrics/histograms/
update_extension_functions.py 8 If the file was pretty-printed, the updated version is pretty-printed too.
update_extension_permission.py 8 If the file was pretty-printed, the updated version is pretty-printed too.
print_style.py 5 """Holds the constants for pretty printing histograms.xml."""
10 # Import the metrics/common module for pretty print xml.
56 """Returns an XmlStyle object for pretty printing histograms."""
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_compression_dxt3.txt 19 This extensions is pretty much the same as EXT_texture_compression_dxt1
CHROMIUM_texture_compression_dxt5.txt 19 This extensions is pretty much the same as EXT_texture_compression_dxt1
  /external/valgrind/main/
exp-sgcheck.supp 8 # I'm pretty sure this is a false positive caused by the sg_ stuff
  /external/chromium_org/tools/metrics/actions/
print_style.py 5 """Holds the constants for pretty printing actions.xml."""
10 # Import the metrics/common module for pretty print xml.
37 """Returns an XmlStyle object for pretty printing actions."""

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>