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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 28 const char *Bold() const { return ansi_ ? "\033[1m" : ""; }
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 78 bool Bold;
79 translateColor(C, Color, Bold);
80 OS.changeColor(Color, Bold);
87 bool &Bold) const {
91 Bold = true;
95 Bold = true;
100 Bold = false;
104 Bold = true;
108 Bold = false;
112 Bold = false
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 276 if ((s & Typeface.BOLD) != 0) {
366 if ((s & Typeface.BOLD) != 0) {
491 start(mSpannableStringBuilder, new Bold());
493 start(mSpannableStringBuilder, new Bold());
541 end(mSpannableStringBuilder, Bold.class, new StyleSpan(Typeface.BOLD));
543 end(mSpannableStringBuilder, Bold.class, new StyleSpan(Typeface.BOLD));
746 text.setSpan(new StyleSpan(Typeface.BOLD),
822 private static class Bold { }
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 426 /// IsBold - Keeps track of the bold formatting for the output string.
    [all...]
ASTDumper.cpp 36 // Do not use bold yellow for any text. It is hard to read on white screens.
40 bool Bold;
45 // Bold Green - DeclKindNameColor, UndeserializedColor
48 // Bold Blue - AttrColor
49 // Bold Magenta - StmtColor
51 // Bold Cyan - ValueColor, DeclNameColor
192 Dumper.OS.changeColor(Color.Color, Color.Bold);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 393 milliseconds