Searched defs:pretty (Results 1 - 11 of 11) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.h18 namespace pretty { namespace in namespace:opts
H A Dllvm-pdbdump.cpp95 PrettySubcommand("pretty",
108 namespace pretty { namespace in namespace:opts
397 if (opts::pretty::LoadAddress)
398 Session->setLoadAddress(opts::pretty::LoadAddress);
435 if (opts::pretty::Compilands) {
443 if (opts::pretty::Lines)
450 if (opts::pretty::Types) {
459 if (opts::pretty::Symbols) {
470 if (opts::pretty::Globals) {
496 if (opts::pretty
[all...]
/external/libxml2/os400/
H A Dxmllintcl.c52 vary2 * pretty; /* Pretty-print style. */ member in struct:__anon12114
194 if (args->pretty && args->pretty->len &&
195 args->pretty->string[0] != '0') {
196 vary4arg(&cmd, "--pretty");
197 vary4varg(&cmd, args->pretty);
/external/iproute2/lib/
H A Djson_writer.c28 bool pretty; /* optional whitepace */ member in struct:json_writer
32 /* indentation for pretty print */
40 /* end current line and indent if pretty printing */
43 if (!self->pretty)
103 self->pretty = false;
125 self->pretty = on;
157 if (self->pretty)
/external/libmojo/third_party/jinja2/
H A Dutils.py174 """Prettyprint an object. Either use the `pretty` library or the
178 from pretty import pretty namespace
179 return pretty(obj, verbose=verbose)
/external/elfutils/src/
H A Daddr2line.c76 { "pretty-print", OPT_PRETTY, NULL, 0,
139 static bool pretty; variable
279 pretty = true;
342 printf ("%s%c", symname (name), pretty ? ' ' : '\n');
353 /* When using --pretty-print we only show inlines on their
355 if (pretty)
439 printf ("??%c", pretty ? ' ': '\n');
441 printf ("(%s)+%#" PRIx64 "%c", name, addr, pretty ? ' ' : '\n');
470 printf ("%c", pretty ? ' ' : '\n');
672 printf ("0x%.*" PRIx64 "%s", width, addr, pretty
[all...]
/external/iproute2/misc/
H A Difstat.c47 int pretty; variable
248 jsonw_pretty(jw, pretty);
451 jsonw_pretty(jw, pretty);
477 jsonw_pretty(jw, pretty);
655 " -p, --pretty pretty print\n"
673 { "pretty", 0, 0, 'p' },
714 pretty = 1;
H A Dnstat.c39 int pretty = 0; variable
281 jsonw_pretty(jw, pretty);
323 jsonw_pretty(jw, pretty);
496 " -p, --pretty pretty print\n"
513 { "pretty", 0, 0, 'p' },
560 pretty = 1;
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 612 milliseconds