HomeSort by relevance Sort by last modified time
    Searched full:pretty (Results 1 - 25 of 1007) 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)
  /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.0/lib/gcc/arm-eabi/4.4.0/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...]
  /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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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...]
  /frameworks/base/tools/localize/
XMLHandler.cpp 209 const vector<XMLAttribute>& attrs, int pretty)
213 node->m_pretty = pretty;
222 XMLNode::NewText(const SourcePos& pos, const string& text, int pretty)
226 node->m_pretty = pretty;
255 XMLNode::OpenTagToString(const XMLNamespaceMap& nspaces, int pretty) const
257 return open_tag_to_string(nspaces, "", pretty);
269 if (m_pretty == PRETTY) {
297 XMLNode::open_tag_to_string(const XMLNamespaceMap& nspaces, const string& indent, int pretty) const
313 if (i == 0 || m_pretty == EXACT || pretty == EXACT) {
350 string result = open_tag_to_string(nspaces, indent, PRETTY);
    [all...]
XMLHandler.h 58 PRETTY = 1
67 const vector<XMLAttribute>& attrs, int pretty);
68 static XMLNode* NewText(const SourcePos& pos, const string& text, int pretty);
76 inline int Pretty() const { return m_pretty; }
80 string OpenTagToString(const XMLNamespaceMap& nspaces, int pretty) const;
109 int pretty) const;
171 NodeHandler(XMLNode* root, int pretty);
183 static XMLNode* ParseFile(const string& filename, int pretty);
184 static XMLNode* ParseString(const string& filename, const string& text, int pretty);
  /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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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. */
  /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. */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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. */
  /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"
  /frameworks/base/docs/html/guide/developing/tools/
bmgr.jd 51 <pre class="no-pretty-print">adb shell bmgr backup <em>&lt;package&gt;</em></pre>
61 <pre class="no-pretty-print">adb shell bmgr run</pre>
90 <pre class="no-pretty-print">adb shell bmgr restore <em>&lt;package&gt;</em></pre>
110 <pre class="no-pretty-print">adb shell bmgr wipe <em>&lt;package&gt;</em></pre>
123 <pre class="no-pretty-print">adb shell bmgr enabled</pre>
130 <pre class="no-pretty-print">adb shell bmgr enable <em>&lt;boolean&gt;</em></pre>
156 <pre class="no-pretty-print">adb shell bmgr list transports</pre>
166 <pre class="no-pretty-print">adb shell bmgr transport <em>&lt;name&gt;</em></pre>
185 <pre class="no-pretty-print">adb shell bmgr list sets</pre>
  /external/webkit/Tools/Scripts/webkitpy/common/
prettypatch_unittest.py 73 pretty = pretty_patch.pretty_diff(self._diff_with_multiple_encodings)
74 self.assertTrue(pretty) # We got some output
75 self.assertTrue(isinstance(pretty, str)) # It's a byte array, not unicode
  /frameworks/base/docs/html/resources/
community-more.jd 38 <pre class="no-pretty-print" style="width:50%;">/nick &lt;yournickname&gt;
41 <pre class="no-pretty-print" style="width:50%;">/connect irc.freenode.net
  /build/target/board/
Android.mk 39 $(call pretty,"Generated: ($@)")
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyUtils.java 34 * Return calendar time in pretty string.
  /external/chromium/testing/gtest/xcode/Config/
General.xcconfig 29 // not sure why apple defaults this on, but it's pretty risky
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 66 // one stored in PEB. But it's pretty dangerouse because this value could
  /external/libnl-headers/netlink/
utils.h 41 /* unit pretty-printing */

Completed in 2513 milliseconds

1 2 3 4 5 6 7 8 91011>>