Home
last modified time | relevance | path

Searched refs:pretty (Results 1 – 25 of 184) sorted by relevance

12345678

/external/qemu/
Dqjson.c76 int pretty; member
81 static void to_json(const QObject *obj, QString *str, int pretty, int indent);
92 if (s->pretty) { in to_json_dict_iter()
99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent); in to_json_dict_iter()
103 to_json(obj, s->str, s->pretty, s->indent); in to_json_dict_iter()
115 if (s->pretty) { in to_json_list_iter()
121 to_json(obj, s->str, s->pretty, s->indent); in to_json_list_iter()
125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) in to_json() argument
211 s.pretty = pretty; in to_json()
214 if (pretty) { in to_json()
[all …]
/external/webkit/Tools/Scripts/webkitpy/common/
Dprettypatch_unittest.py73 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
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt30 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
D2007-OriginalClangReadme.txt35 manipulating the AST (visitors, pretty printers, etc). This
117 * -parse-ast-print pretty prints most expression and statements nodes.
122 * -dump-cfg builds ASTs and then CFGs. CFGs are then pretty-printed.
D2001-07-06-LoweringIRForCodeGen.txt10 conditional move instruction in the VM, it is pretty difficult to maintain a
/external/oprofile/libop/
Dop_cpu_type.c20 char const * pretty; member
186 return cpu_descrs[cpu_type].pretty; in op_get_cpu_type_str()
/external/oprofile/utils/
Dophelp.c368 char const * pretty; in main() local
395 pretty = op_get_cpu_type_str(cpu_type); in main()
398 printf("%s\n", pretty); in main()
695 sprintf(title, "oprofile: available events for CPU type \"%s\"\n\n", pretty); in main()
/external/libvpx/tools/
Dgen_authors.sh9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
/external/llvm/utils/
DGetSourceVersion22 git log -1 --pretty=format:%H
/external/valgrind/main/
Dexp-sgcheck.supp8 # I'm pretty sure this is a false positive caused by the sg_ stuff
/external/dropbear/libtommath/logs/
DREADME1 To use the pretty graphs you have to first build/run the ltmtest from the root directory of the pac…
/external/llvm/test/CodeGen/X86/
Dfast-isel-bc.ll15 ; so we get pretty poor code. The below is preferable.
/external/protobuf/gtest/xcode/Config/
DGeneral.xcconfig29 // not sure why apple defaults this on, but it's pretty risky
/external/chromium/testing/gtest/xcode/Config/
DGeneral.xcconfig29 // not sure why apple defaults this on, but it's pretty risky
/external/valgrind/main/auxprogs/
DDotToScc.hs36 let pretty = showPrettily sccs function
37 putStrLn pretty
/external/clang/test/Sema/
Dblock-misc.c228 const char * (^pretty)(void) = ^{ return __PRETTY_FUNCTION__; };
/external/dropbear/libtommath/
DMakefile.in166 pretty:
167 perl pretty.build
/external/qemu/android/build/
Ddefinitions.make31 define pretty
36 define pretty
/external/markdown/docs/extensions/
DHTML_Tidy.txt18 better pretty-printing.
/external/llvm/lib/Target/MSP430/
DREADME.txt9 available pretty soon.
/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt39 2. even at the best of times the callgraph profiles seem pretty
/external/e2fsprogs/
DSUBMITTING-PATCHES7 pass it on as a open-source patch. The rules are pretty simple: if you
/external/llvm/test/Transforms/LoopStrengthReduce/
Duglygep.ll4 ; should be able to form pretty GEPs.
/external/webkit/Source/WebCore/xml/
DXMLViewer.css39 .pretty-print {
/external/valgrind/main/coregrind/m_debuginfo/
DREADME.txt49 Helgrind, which is looking pretty dead at the moment. So I have lifed

12345678