/external/qemu/ |
D | qjson.c | 76 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/ |
D | 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
|
/external/llvm/docs/HistoricalNotes/ |
D | 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
|
D | 2007-OriginalClangReadme.txt | 35 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.
|
D | 2001-07-06-LoweringIRForCodeGen.txt | 10 conditional move instruction in the VM, it is pretty difficult to maintain a
|
/external/oprofile/libop/ |
D | op_cpu_type.c | 20 char const * pretty; member 186 return cpu_descrs[cpu_type].pretty; in op_get_cpu_type_str()
|
/external/oprofile/utils/ |
D | ophelp.c | 368 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/ |
D | gen_authors.sh | 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
|
/external/llvm/utils/ |
D | GetSourceVersion | 22 git log -1 --pretty=format:%H
|
/external/valgrind/main/ |
D | exp-sgcheck.supp | 8 # I'm pretty sure this is a false positive caused by the sg_ stuff
|
/external/dropbear/libtommath/logs/ |
D | README | 1 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/ |
D | fast-isel-bc.ll | 15 ; so we get pretty poor code. The below is preferable.
|
/external/protobuf/gtest/xcode/Config/ |
D | General.xcconfig | 29 // not sure why apple defaults this on, but it's pretty risky
|
/external/chromium/testing/gtest/xcode/Config/ |
D | General.xcconfig | 29 // not sure why apple defaults this on, but it's pretty risky
|
/external/valgrind/main/auxprogs/ |
D | DotToScc.hs | 36 let pretty = showPrettily sccs function 37 putStrLn pretty
|
/external/clang/test/Sema/ |
D | block-misc.c | 228 const char * (^pretty)(void) = ^{ return __PRETTY_FUNCTION__; };
|
/external/dropbear/libtommath/ |
D | Makefile.in | 166 pretty: 167 perl pretty.build
|
/external/qemu/android/build/ |
D | definitions.make | 31 define pretty 36 define pretty
|
/external/markdown/docs/extensions/ |
D | HTML_Tidy.txt | 18 better pretty-printing.
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 9 available pretty soon.
|
/external/valgrind/main/docs/internals/ |
D | howto_oprofile.txt | 39 2. even at the best of times the callgraph profiles seem pretty
|
/external/e2fsprogs/ |
D | SUBMITTING-PATCHES | 7 pass it on as a open-source patch. The rules are pretty simple: if you
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | uglygep.ll | 4 ; should be able to form pretty GEPs.
|
/external/webkit/Source/WebCore/xml/ |
D | XMLViewer.css | 39 .pretty-print {
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | README.txt | 49 Helgrind, which is looking pretty dead at the moment. So I have lifed
|