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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libdwfl/
lzma.c 1 /* liblzma is pretty close to zlib and bzlib. */
  /external/llvm/test/tools/llvm-symbolizer/
sym.test 21 RUN: llvm-symbolizer -inlining -print-address -pretty-print -obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck --check-prefix="PRETTY" %s
27 #PRETTY: {{[0x]+}}40054d: inctwo at {{[/\]+}}tmp{{[/\]+}}x.c:3:3
28 #PRETTY: (inlined by) inc at {{[/\]+}}tmp{{[/\]+}}x.c:7:0
29 #PRETTY (inlined by) main at {{[/\]+}}tmp{{[/\]+}}x.c:14:0
  /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)
  /external/snakeyaml/src/test/resources/specification/
example2_24_dumped.yaml 11 text: Pretty vector drawing
example2_24.yaml 14 text: Pretty vector drawing.
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /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...]
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
printing.py 0 # Pretty-printer utilities.
17 """Utilities for working with pretty-printers."""
30 """A basic pretty-printer.
35 meaningfully describe what can be pretty-printed.
42 Subprinters are for situations where "one" pretty-printer is actually a
43 collection of several printers. E.g., The libstdc++ pretty-printer has
44 a pretty-printer for each of several different types, based on regexps.
62 """Baseclass for sub-pretty-printers.
64 Sub-pretty-printers needn't use this, but it formalizes what's needed.
77 """Register pretty-printer PRINTER with OBJ
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
printing.py 0 # Pretty-printer utilities.
17 """Utilities for working with pretty-printers."""
30 """A basic pretty-printer.
35 meaningfully describe what can be pretty-printed.
42 Subprinters are for situations where "one" pretty-printer is actually a
43 collection of several printers. E.g., The libstdc++ pretty-printer has
44 a pretty-printer for each of several different types, based on regexps.
62 """Baseclass for sub-pretty-printers.
64 Sub-pretty-printers needn't use this, but it formalizes what's needed.
77 """Register pretty-printer PRINTER with OBJ
    [all...]
  /external/boringssl/
UPDATING 4 git show -s --pretty=%H > ../BORINGSSL_REVISION
  /external/curl/
CHANGES 12 $ git log --pretty=fuller --no-color --date=short --decorate=full | \
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.css 0 /* Pretty printing styles. Used with prettify.js. */
  /external/snakeyaml/src/test/resources/pyyaml/
construct-seq.data 8 - Saturn # Pretty.
spec-02-24.data 14 text: Pretty vector drawing.
  /external/snakeyaml/src/test/resources/specification/types/
seq.yaml 8 - Saturn # Pretty.
  /external/valgrind/
exp-sgcheck.supp 8 # I'm pretty sure this is a false positive caused by the sg_ stuff
  /system/sepolicy/
profman.te 7 # Dumping profile info opens the application APK file for pretty printing.

Completed in 750 milliseconds

1 2 3 4 5 6 7 8 91011>>