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

1 2 3 4

  /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/syslinux/gpxe/src/core/
main.c 27 #define BOLD "\033[1m"
57 printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD "gPXE " VERSION
  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
EdgeStyle.java 27 BOLD("bold"),
NodeStyle.java 27 BOLD("bold"),
  /tools/repohooks/rh/
terminal.py 38 BOLD = -1
90 if color == self.BOLD:
  /external/llvm/utils/abtest/
abtest.py 52 BOLD=ESCAPE % "1"
117 stderr.write("%s%s%s: " % (BOLD, name, NORMAL))
  /external/llvm/utils/lit/lit/
ProgressBar.py 60 BOLD = '' #: Turn on bold mode
83 CLEAR_SCREEN=clear CLEAR_EOL=el CLEAR_BOL=el1 CLEAR_EOS=ed BOLD=bold
221 BAR = '%s${GREEN}[${BOLD}%s%s${NORMAL}${GREEN}]${NORMAL}%s'
222 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 56 BOLD = '' #: Turn on bold mode
79 CLEAR_SCREEN=clear CLEAR_EOL=el CLEAR_BOL=el1 CLEAR_EOS=ed BOLD=bold
209 BAR = '%s${GREEN}[${BOLD}%s%s${NORMAL}${GREEN}]${NORMAL}%s'
210 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFont.py 16 BOLD = "bold"
40 weight -- font thickness: NORMAL, BOLD
202 f = Font(font=("Courier", 20, "bold"))
212 fb.config(weight=BOLD)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFont.py 16 BOLD = "bold"
40 weight -- font thickness: NORMAL, BOLD
202 f = Font(font=("Courier", 20, "bold"))
212 fb.config(weight=BOLD)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 16 BOLD = "bold"
40 weight -- font thickness: NORMAL, BOLD
202 f = Font(font=("Courier", 20, "bold"))
212 fb.config(weight=BOLD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 16 BOLD = "bold"
40 weight -- font thickness: NORMAL, BOLD
202 f = Font(font=("Courier", 20, "bold"))
212 fb.config(weight=BOLD)
  /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:
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 151 buttonCopy.setTypeface(child.getTypeface(), Typeface.BOLD);
254 button.setTypeface(mBobButton.getTypeface(), Typeface.BOLD);
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 70 * 8421 8421 8421 8421 8421 8421 8421 8421 |||| |||| |||| |||| |||| |||| |||| |||`- Bold |||| ||||
80 /** Make character bold. */
81 public final static int BOLD = 0x01;
154 * @see #BOLD
211 * @see #BOLD
260 * @see #BOLD
288 * @see #BOLD
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 177 static SpannableStringBuilder BOLD(CharSequence str) {
179 ssb.setSpan(new StyleSpan(Typeface.BOLD), 0, ssb.length(), 0);
362 .addLine(BOLD("Alice:").append(" hey there!"))
363 .addLine(BOLD("Bob:").append(" hi there!"))
364 .addLine(BOLD("Charlie:").append(" Iz IN UR EMAILZ!!"))
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 247 static SpannableStringBuilder BOLD(CharSequence str) {
249 ssb.setSpan(new StyleSpan(Typeface.BOLD), 0, ssb.length(), 0);