HomeSort by relevance Sort by last modified time
    Searched defs:pretty (Results 1 - 23 of 23) sorted by null

  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.h 18 namespace pretty { namespace in namespace:opts
llvm-pdbdump.cpp 95 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::Externals)
    [all...]
  /build/make/common/
core.mk 50 define pretty-warning
54 define pretty-error
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCollationMapMaker.java 53 UnicodeSetPrettyPrinter pretty = new UnicodeSetPrettyPrinter().setOrdering( local
63 String unicodeSetName = pretty.format(unicodeSet);
  /external/libxml2/os400/
xmllintcl.c 52 vary2 * pretty; /* Pretty-print style. */ member in struct:__anon30464
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/
json_writer.c 28 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;
123 self->pretty = on;
155 if (self->pretty)
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 54 namespace pretty { namespace in namespace:opts
llvm-pdbutil.cpp 106 PrettySubcommand("pretty",
158 namespace pretty { namespace in namespace:opts
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
TestTransformsSimple.java 290 out.println((th ? "<th>" : "<td>") + pretty(source) + (th ? "</th>" : "</td>"));
302 private static String pretty(String source) { method in class:TestTransformsSimple
QuickCheck.java 91 pretty = CldrUtility.getProperty("pretty", "true").matches("(?i)T|TRUE");
174 private static boolean pretty; field in class:QuickCheck
274 if (pretty) {
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateComparison.java 182 // TODO Sort by the pretty form
315 System.out.println("Bad pretty path: " + pretty_sort + ", original: " + cleanedPath);
321 String pretty = prettyPathMaker.getOutputForm(pretty_sort); local
324 String[] prettyParts = pretty.split("[|]");
326 System.out.println("Bad pretty path: " + pretty + ", original: " + cleanedPath);
504 // String pretty = prettyPathMaker.getPrettyPath(path, false);
506 // pretty;
507 // String pretty2 = prettyPathMaker.getOutputForm(pretty);
  /external/elfutils/src/
addr2line.c 75 { "pretty-print", OPT_PRETTY, NULL, 0,
138 static bool pretty; variable
265 pretty = true;
328 printf ("%s%c", symname (name), pretty ? ' ' : '\n');
339 /* When using --pretty-print we only show inlines on their
341 if (pretty)
425 printf ("??%c", pretty ? ' ': '\n');
427 printf ("(%s)+%#" PRIx64 "%c", name, addr, pretty ? ' ' : '\n');
456 printf ("%c", pretty ? ' ' : '\n');
659 printf ("0x%.*" PRIx64 "%s", width, addr, pretty ? ": " : "\n")
    [all...]
  /external/iproute2/misc/
ifstat.c 48 int pretty; variable
314 jsonw_pretty(jw, pretty);
523 jsonw_pretty(jw, pretty);
554 jsonw_pretty(jw, pretty);
790 " -p, --pretty pretty print\n"
809 { "pretty", 0, 0, 'p' },
853 pretty = 1;
nstat.c 40 int pretty; variable
304 jsonw_pretty(jw, pretty);
351 jsonw_pretty(jw, pretty);
534 " -p, --pretty pretty print\n"
551 { "pretty", 0, 0, 'p' },
598 pretty = 1;
  /external/turbine/java/com/google/turbine/tree/
Pretty.java 37 /** A pretty-printer for {@link Tree}s. */
38 public class Pretty implements Tree.Visitor<Void, Void> {
40 static String pretty(Tree tree) { method in class:Pretty
41 Pretty pretty = new Pretty(); local
42 tree.accept(pretty, null);
43 return pretty.sb.toString();
63 Pretty append(char c) {
74 Pretty append(String s)
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 149 * In "pretty mode" (false), if a bundle includes
159 // pretty printer mode?
160 String pretty = null; local
162 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
164 if (pretty != null) {
165 System.out.print(pretty);
180 // pretty printer mode?
181 String pretty = null; local
183 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
185 if (pretty != null)
    [all...]
  /build/make/core/
main.mk 418 define pretty-warning
424 define pretty-error
510 define pretty-warning
514 define pretty-error
    [all...]
definitions.mk 805 ## Use pretty-(warning|error) instead of $(warning)/$(error)
828 define pretty macro
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
VettingViewer.java 488 public WritingInfo(PathHeader pretty, EnumSet<Choice> problems, CharSequence htmlMessage) {
490 this.codeOutput = pretty;
703 // // String code = pathParts.length == 3 ? pathParts[2] : pretty;
705 // PathHeader pretty = pathTransform.fromPath(path);
706 // //String[] pathParts = breaks.split(pretty);
709 // // String codeOutput = pathParts.length == 3 ? pathParts[2] : pretty;
711 // R2<SectionId, PageId> group = Row.of(pretty.getSectionId(), pretty.getPageId());
713 // sorted.put(group, new WritingInfo(pretty, problems, htmlMessage));
853 PathHeader pretty = pathTransform.fromPath(path) local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/props/
UnicodeProperty.java 400 private String pretty; field in class:UnicodeProperty.Name
408 skeleton = pretty = name;
410 pretty = regularize(name, style == TITLE);
411 skeleton = toSkeleton(pretty);
428 return pretty;
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 3284 milliseconds