HomeSort by relevance Sort by last modified time
    Searched refs:BOLD (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/lib/Support/
Process.cpp 58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
60 #define ALLCOLORS(FGBG,BOLD) {\
61 COLOR(FGBG, "0", BOLD),\
62 COLOR(FGBG, "1", BOLD),\
63 COLOR(FGBG, "2", BOLD),\
64 COLOR(FGBG, "3", BOLD),\
65 COLOR(FGBG, "4", BOLD),\
66 COLOR(FGBG, "5", BOLD),\
67 COLOR(FGBG, "6", BOLD),\
    [all...]
  /build/kati/
log.cc 22 #define BOLD "\033[1m"
36 ERROR(BOLD "%s:%d: " RED "error: " RESET BOLD "%s" RESET,
53 fprintf(stderr, BOLD "%s:%d: " MAGENTA "warning: " RESET BOLD "%s" RESET "\n",
  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
EdgeStyle.java 27 BOLD("bold"),
NodeStyle.java 27 BOLD("bold"),
  /cts/tests/tests/text/src/android/text/style/cts/
StyleSpanTest.java 62 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD);
74 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle());
79 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD);
86 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD);
98 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle());
103 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD);
110 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD);
116 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD);
124 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD);
128 assertEquals(Typeface.BOLD, newSpan.getStyle())
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
FontRenderingTests.java 51 boolean thinTestCase = family.endsWith("-thin") && ((style & Typeface.BOLD) == 0);
80 Typeface.BOLD,
94 Typeface.BOLD | Typeface.ITALIC,
107 // bold attribute on medium base font = black
109 Typeface.BOLD,
123 Typeface.BOLD | Typeface.ITALIC,
136 // bold attribute on light base font = medium
138 Typeface.BOLD,
152 Typeface.BOLD | Typeface.ITALIC,
165 // bold attribute on thin base font = norma
    [all...]
  /external/syslinux/gpxe/src/core/
main.c 27 #define BOLD "\033[1m"
57 printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD "gPXE " VERSION
  /packages/apps/Messaging/src/com/android/messaging/util/
Typefaces.java 33 sRobotoBold = Typeface.create(Typeface.SANS_SERIF, Typeface.BOLD);
  /development/tools/
monkey 16 BOLD = "\033[1m"
17 RED = "\033[91m" + BOLD
18 GREEN = "\033[92m" + BOLD
19 YELLOW = "\033[93m" + BOLD
25 BOLD = ""
35 """Prints a bold underlined status message"""
37 sys.stdout.write(BOLD)
45 """Prints a bold line of a shell command that is being run"""
47 sys.stdout.write(BOLD)
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 27 public static final Font titleFont = new Font("TimesRoman",Font.BOLD,18);
28 public static final Font labelFont = new Font("TimesRoman",Font.BOLD,14);
29 public static final Font choiceFont = new Font("Helvetica",Font.BOLD,12);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java 117 mTextFont = new java.awt.Font(familyName, java.awt.Font.BOLD, 512);
124 mTextFont = new java.awt.Font(familyName, java.awt.Font.BOLD, 512);
130 mTextFont = new java.awt.Font("SansSerif", java.awt.Font.BOLD, 512);
  /frameworks/base/core/tests/coretests/src/android/graphics/
TypefaceTest.java 62 assertTrue("style", mFaces[1].getStyle() == Typeface.BOLD);
64 assertTrue("style", mFaces[3].getStyle() == Typeface.BOLD);
  /tools/repohooks/rh/
terminal.py 38 BOLD = -1
90 if color == self.BOLD:
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 113 * Make the first 38 characters bold by applying a StyleSpan with bold typeface.
121 ss.setSpan(new StyleSpan(Typeface.BOLD), 0, 39,
  /developers/samples/android/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 113 * Make the first 38 characters bold by applying a StyleSpan with bold typeface.
121 ss.setSpan(new StyleSpan(Typeface.BOLD), 0, 39,
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 75 ss.setSpan(new StyleSpan(Typeface.BOLD), 0, 30,
  /development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java 113 * Make the first 38 characters bold by applying a StyleSpan with bold typeface.
121 ss.setSpan(new StyleSpan(Typeface.BOLD), 0, 39,
  /frameworks/base/core/java/android/text/style/
StyleSpan.java 29 * Note that styles are cumulative -- if both bold and italic are set in
30 * separate spans, or if the base style is bold and a span calls for italic,
31 * you get bold italic. You can't turn off a style from the base style.
41 * include bold, italic, and normal. Values are constants defined
112 if ((fake & Typeface.BOLD) != 0) {
TypefaceSpan.java 96 if ((fake & Typeface.BOLD) != 0) {
  /external/jline/src/src/main/java/jline/
ANSIBuffer.java 95 public ANSIBuffer bold(final String str) { method in class:ANSIBuffer
96 return attrib(str, ANSICodes.BOLD);
113 static final int BOLD = 1;
249 * 1 Bold on
  /frameworks/base/rs/java/android/renderscript/
Font.java 35 * and point size. You can create multiple font objects to represent styles such as bold or italic text,
84 BOLD,
107 sansFamily.mBoldFileName = "Roboto-Bold.ttf";
115 serifFamily.mBoldFileName = "NotoSerif-Bold.ttf";
139 case BOLD:
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListItem.java 84 // Unread messages are shown in bold
86 buf.setSpan(new StyleSpan(Typeface.BOLD), 0, buf.length(),
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
StringTexture.java 63 paint.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
TextInfoCompatUtilsTests.java 39 final private static StyleSpan TEST_STYLE_SPAN = new StyleSpan(Typeface.BOLD);
  /frameworks/support/compat/tests/java/android/support/v4/graphics/
TypefaceCompatTest.java 192 R.font.styletestfont, Typeface.BOLD, null);
194 mResources, R.font.styletestfont, Typeface.BOLD));
195 typeface = Typeface.create(typeface, Typeface.BOLD);

Completed in 1526 milliseconds

1 2 3 4 5 6 7 8