Home
last modified time | relevance | path

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

12345678910>>...13

/external/v8/tools/gyp/pylib/gyp/
Deasy_xml.py9 def XmlToString(content, encoding='utf-8', pretty=False): argument
49 if pretty:
51 _ConstructContentList(xml_parts, content, pretty)
57 def _ConstructContentList(xml_parts, specification, pretty, level=0): argument
67 if pretty:
97 _ConstructContentList(xml_parts, child_spec, pretty, level + 1)
105 def WriteXmlIfChanged(content, path, encoding='utf-8', pretty=False, argument
115 xml_string = XmlToString(content, encoding, pretty)
Deasy_xml_test.py53 pretty=True),
/external/elfutils/src/
Daddr2line.c139 static bool pretty; variable
279 pretty = true; in parse_opt()
342 printf ("%s%c", symname (name), pretty ? ' ' : '\n'); in print_dwarf_function()
355 if (pretty) in print_dwarf_function()
439 printf ("??%c", pretty ? ' ': '\n'); in print_addrsym()
441 printf ("(%s)+%#" PRIx64 "%c", name, addr, pretty ? ' ' : '\n'); in print_addrsym()
470 printf ("%c", pretty ? ' ' : '\n'); in print_addrsym()
672 printf ("0x%.*" PRIx64 "%s", width, addr, pretty ? ": " : "\n"); in handle_address()
683 printf ("%s%c", name, pretty ? ' ' : '\n'); in handle_address()
690 if ((show_functions || show_symbols) && pretty) in handle_address()
[all …]
/external/libxml2/os400/
Dxmllintcl.c52 vary2 * pretty; /* Pretty-print style. */ member
194 if (args->pretty && args->pretty->len && in main()
195 args->pretty->string[0] != '0') { in main()
197 vary4varg(&cmd, args->pretty); in main()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dp2p-nfc.py171 print message.pretty()
183 print message.pretty()
222 print message.pretty()
229 print message.pretty()
288 print "Parsed handover request: " + request.pretty()
304 print carrier.record.pretty()
334 print carrier.record.pretty()
357 print sel.pretty()
445 print p2p_sel_data.pretty()
461 print tag.ndef.message.pretty()
Dwps-nfc.py166 print "Parsed handover request: " + request.pretty()
193 print sel.pretty()
219 print message.pretty()
258 print message.pretty()
265 print message.pretty()
378 print tag.ndef.message.pretty()
/external/iproute2/lib/
Djson_writer.c28 bool pretty; /* optional whitepace */ member
43 if (!self->pretty) in jsonw_eol()
103 self->pretty = false; in jsonw_new()
125 self->pretty = on; in jsonw_pretty()
157 if (self->pretty) in jsonw_name()
/external/mesa3d/bin/
Dget-pick-list.sh11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/maste…
26 git log -n1 --pretty=oneline $sha | cat
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dschema.py84 self.pretty = {}
107 if name not in self.pretty:
108 self.pretty[name] = _SchemaToStruct(self.schemas[name],
113 return self.pretty[name]
/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
/external/skia/site/dev/contrib/
Dc++11.md13 - C++11 the language as supported by GCC 4.7 or later is pretty usable.
40 and MSVC toolchains are pretty good, but MSVC 2013 will become the weak link soon.
49 Most of our bots are pretty up-to-date: the Windows bots use MSVC 2013, the Mac
/external/v8/tools/gyp/tools/
Dpretty_sln.py145 pretty = pretty_vcproj
151 pretty.main(argv)
/external/llvm/docs/CommandGuide/
Dllvm-symbolizer.rst61 $llvm-symbolizer -inlining -print-address -pretty-print -obj=addr.exe < addr.txt
64 $llvm-symbolizer -inlining -pretty-print -obj=addr.exe < addr.txt
113 .. option:: -pretty-print
/external/wpa_supplicant_8/hostapd/
Dwps-ap-nfc.py136 print "Parsed handover request: " + request.pretty()
163 print sel.pretty()
238 print tag.ndef.message.pretty()
/external/libvpx/libvpx/tools/
Dgen_authors.sh9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
/external/llvm/utils/
DGetSourceVersion22 git log -1 --pretty=format:%H
/external/fio/examples/
Dfsx.fio1 ; This job file works pretty works similarly to running fsx-linux
/external/curl/
DCHANGES6 $ git log --pretty=fuller --no-color --date=short --decorate=full | \
/external/boringssl/
DUPDATING4 git show -s --pretty=%H > ../BORINGSSL_REVISION
/external/valgrind/
Dexp-sgcheck.supp8 # I'm pretty sure this is a false positive caused by the sg_ stuff
/external/iproute2/misc/
Dnstat.c39 int pretty = 0; variable
281 jsonw_pretty(jw, pretty); in dump_kern_db()
323 jsonw_pretty(jw, pretty); in dump_incr_db()
560 pretty = 1; in main()
Difstat.c47 int pretty; variable
248 jsonw_pretty(jw, pretty); in dump_raw_db()
451 jsonw_pretty(jw, pretty); in dump_kern_db()
477 jsonw_pretty(jw, pretty); in dump_incr_db()
714 pretty = 1; in main()
/external/v8/build/
Dtree_truth.sh42 local sh=$(cd $1 && git log --pretty=oneline -n 3 | tail -1 | awk '{print $1}')
/external/llvm/test/CodeGen/X86/
Dfast-isel-bc.ll15 ; so we get pretty poor code. The below is preferable.
/external/c-ares/
DTODO6 - To allow an app to force a re-read of /etc/resolv.conf etc, pretty much

12345678910>>...13