HomeSort by relevance Sort by last modified time
    Searched full:bold (Results 26 - 50 of 1730) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/data/fonts/
system_fonts.xml 8 support: regular, bold, italic and bold-italic. If less than four styles are listed, then
31 <file>Roboto-Bold.ttf</file>
63 <file>RobotoCondensed-Bold.ttf</file>
83 <file>DroidSerif-Bold.ttf</file>
95 <file>DroidSans-Bold.ttf</file>
fonts.mk 24 Roboto-Bold.ttf \
32 RobotoCondensed-Bold.ttf \
39 DroidSansHebrew-Bold.ttf \
42 DroidSerif-Bold.ttf \
Android.mk 39 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf))
45 extra_font_files := DroidSans.ttf DroidSans-Bold.ttf
64 LOCAL_MODULE := DroidSansTamil-Bold.ttf
82 DroidSans-Bold.ttf \
85 DroidSansTamil-Bold.ttf \
120 Roboto-Bold.ttf \
124 DroidSerif-Bold.ttf \
140 $(eval $(call create-font-symlink,RobotoCondensed-Bold.ttf,Roboto-Bold.ttf)
    [all...]
fallback_fonts.xml 9 handle (the order is: regular, bold, italic, and bold-italic). The order in which the
50 <file>DroidSansHebrew-Bold.ttf</file>
76 <file>DroidSansTamil-Bold.ttf</file>
82 <file variant="elegant">NotoSansMalayalam-Bold.ttf</file>
88 <file variant="compact">NotoSansMalayalamUI-Bold.ttf</file>
94 <file variant="elegant">NotoSansBengali-Bold.ttf</file>
100 <file variant="compact">NotoSansBengaliUI-Bold.ttf</file>
106 <file variant="elegant">NotoSansTelugu-Bold.ttf</file>
112 <file variant="compact">NotoSansTeluguUI-Bold.ttf</file
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_done.css 9 font-weight: bold;
18 font-weight: bold;
  /external/chromium/chrome/browser/remoting/resources/
remoting_setup_flow.css 10 font-weight: bold;
17 font-weight: bold;
  /external/dnsmasq/contrib/dnslist/
dhcp.css 10 font-weight: bold;
29 font-weight: bold;
  /external/linux-tools-perf/Documentation/
manpage-bold-literal.xsl 1 <!-- manpage-bold-literal.xsl:
6 <!-- render literal text as bold (instead of plain or monospace);
  /external/noto-fonts/
Android.mk 31 LOCAL_MODULE := NotoSansMalayalam-Bold.ttf
47 LOCAL_MODULE := NotoSansMalayalamUI-Bold.ttf
63 LOCAL_MODULE := NotoSansBengali-Bold.ttf
79 LOCAL_MODULE := NotoSansBengaliUI-Bold.ttf
95 LOCAL_MODULE := NotoSansKannada-Bold.ttf
111 LOCAL_MODULE := NotoSansKannadaUI-Bold.ttf
127 LOCAL_MODULE := NotoSansTelugu-Bold.ttf
143 LOCAL_MODULE := NotoSansTeluguUI-Bold.ttf
  /external/webkit/LayoutTests/fast/encoding/
xml-utf-8-default.xml 7 <p>Characters from unicode plane 1, like mathematical bold script capital a, ?, and mathematical bold fraktur small u, ?, work too.</p>
  /external/chromium/chrome/browser/resources/
notification_2line.html 7 font-weight: bold;
  /external/chromium/chrome/browser/resources/shared/js/
parse_html_subset_test.html 36 parseAndAssertNotThrows('<b>bold</b>');
37 parseAndAssertNotThrows('Some <b>bold</b> text');
39 parseAndAssertNotThrows('<B>bold</B>');
40 parseAndAssertNotThrows('Some <B>bold</B> text');
  /packages/apps/DeskClock/src/com/android/deskclock/
ZeroTopPaddingTextView.java 29 // the bold fontface has less empty space on the top
33 // the bold fontface has less empty space on the top
36 private static final Typeface SAN_SERIF_BOLD = Typeface.create("san-serif", Typeface.BOLD);
38 Typeface.create("sans-serif-condensed", Typeface.BOLD);
  /frameworks/base/core/res/res/layout/
twelve_key_entry.xml 38 android:textStyle="bold"
48 android:textStyle="bold"
58 android:textStyle="bold"
77 android:textStyle="bold"
87 android:textStyle="bold"
97 android:textStyle="bold"
115 android:textStyle="bold"
125 android:textStyle="bold"
135 android:textStyle="bold"
154 android:textStyle="bold"
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/res/layout/
row.xml 7 android:textStyle="bold" android:textSize="24sp" android:text="@string/index"
11 android:textStyle="bold" android:layout_height="40dip" android:text="@string/freq"
15 android:textStyle="bold" android:layout_height="40dip" android:text="@string/name"
  /packages/apps/Settings/res/layout/
twelve_key_entry.xml 38 android:textStyle="bold"
48 android:textStyle="bold"
58 android:textStyle="bold"
77 android:textStyle="bold"
87 android:textStyle="bold"
97 android:textStyle="bold"
115 android:textStyle="bold"
125 android:textStyle="bold"
135 android:textStyle="bold"
154 android:textStyle="bold"
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/api/media/
stylesheet.css 31 .index-letter-title { font-size: 12pt; font-weight: bold }
38 .short-description { font-weight: bold; color: #666666; }
42 .package { font-weight: bold; }
43 .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
45 .sub-package { font-weight: bold; }
52 .field { font-weight: bold; }
65 .class-name { color: #0000AA; font-weight: bold; }
70 .method-title { color: #009000; font-weight: bold; }
71 .method-name { font-weight: bold; }
79 .var-name { font-weight: bold; }
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.cpp 48 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
51 // turn bold/italic into fakeBold/fakeItalic
53 if (m_typeface->isBold() == bold)
54 bold = false;
58 return FontPlatformData(m_typeface, size, bold, italic, fontOrientation, textOrientation);
  /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
102 if ((fake & Typeface.BOLD) != 0) {
  /external/clang/test/Misc/
diag-template-diffing-color.cpp 16 // CHECK: {{.*}}non-const lvalue reference to type 'foo<[[CYAN]]double[[RESET]][[BOLD:.\[1m]]>' cannot bind to a value of unrelated type 'foo<[[CYAN]]int[[RESET]][[BOLD]]>'[[RESET]]
19 // TREE: {{\[}}[[CYAN]]double[[RESET]][[BOLD:.\[1m]] != [[CYAN]]int[[RESET]][[BOLD]]]>[[RESET]]
79 // CHECK: no viable conversion from 'A<[...], (default) [[CYAN]]1 + 1[[RESET]][[BOLD]] aka [[CYAN]]2[[RESET]][[BOLD]], (default) [[CYAN]]2[[RESET]][[BOLD]]>' to 'A<[...], [[CYAN]]0[[RESET]][[BOLD]], [[CYAN]]0[[RESET]][[BOLD]]>'
82 // CHECK: no viable conversion from 'A<[2 * ...], (default) [[CYAN]]2[[RESET]][[BOLD]]>' to 'A<[2 * ...], [[CYAN]]0[[RESET]][[BOLD]]>
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
boo.php 132 1 => 'color:green;font-weight:bold;',
134 3 => 'color:blue;font-weight:bold;',
136 5 => 'color:teal;font-weight:bold;',
137 6 => 'color:blue;font-weight:bold;',
138 7 => 'color:blue;font-weight:bold;',
139 8 => 'color:blue;font-weight:bold;',
144 13 => 'color:purple;font-weight:bold;',
145 14 => 'color:#008B8B;font-weight:bold;',
147 16 => 'color:black;font-weight:bold;',
156 0 => 'color: #0000FF; font-weight: bold;',
    [all...]
  /development/apps/Development/res/layout/
application_hw_pref.xml 31 android:textStyle="bold" />
40 android:textStyle="bold" />
49 android:textStyle="bold" />
58 android:textStyle="bold" />
67 android:textStyle="bold" />
76 android:textStyle="bold" />
84 android:textStyle="bold" />
show_activity.xml 32 android:textStyle="bold" />
63 android:textStyle="bold" android:text="@string/show_activity_process_label" />
70 android:textStyle="bold" android:text="@string/show_activity_task_affinity_label" />
77 android:textStyle="bold" android:text="@string/show_activity_required_permission_label" />
84 android:textStyle="bold" android:text="@string/show_activity_multiprocess_label" />
91 android:textStyle="bold" android:text="@string/show_activity_clear_on_background_label" />
98 android:textStyle="bold" android:text="@string/show_activity_state_not_needed_label" />
  /external/replicaisland/res/layout/
game_over.xml 15 <TextView android:text="@string/game_results_title" android:layout_height="wrap_content" android:textSize="40sp" android:layout_width="wrap_content" android:layout_gravity="center_horizontal" android:textColor="#000000" android:textStyle="bold" android:typeface="serif"/>
17 <TextView android:text="@string/game_results_pearls_collected" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textColor="#000000" android:textStyle="bold" android:typeface="serif" android:textSize="20sp"/>
26 android:textColor="#000000" android:textStyle="bold"
30 <TextView android:text="@string/game_results_robots_destroyed" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="20sp" android:textColor="#000000" android:textStyle="bold" android:typeface="serif"/>
37 android:textColor="#000000" android:textStyle="bold"
41 <TextView android:text="@string/game_results_total_play_time" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="20sp" android:textColor="#000000" android:textStyle="bold" android:typeface="serif"/>
49 android:textColor="#000000" android:textStyle="bold"
53 <TextView android:text="@string/game_results_ending" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="20sp" android:textColor="#000000" android:textStyle="bold" android:typeface="serif"/>
54 <TextView android:id ="@+id/ending" android:text="@string/game_results_kabocha_ending" android:layout_height="wrap_content" android:layout_width="fill_parent" android:textColor="#000000" android:textStyle="bold" android:typeface="serif" android:gravity="right" android:textSize="15sp" android:layout_gravity="right|center_vertical"/>
57 <TextView android:text="@string/game_results_unlocks_message" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:textColor="#000000" android:textStyle="bold" android:typeface="serif" android:textSize="16sp" android:gravity="center_horizontal" android:layo (…)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 35 * The default BOLD typeface object. Note: this may be not actually be
36 * bold, depending on what fonts are installed. Call getStyle() to know
55 public static final int BOLD = 1;
66 /** Returns true if getStyle() has the BOLD bit set. */
68 return (mStyle & BOLD) != 0;
83 * @param style The style (normal, bold, italic) of the typeface.
84 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
98 * @param style The style (normal, bold, italic) of the typeface.
99 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
184 DEFAULT_BOLD = create((String) null, Typeface.BOLD);
    [all...]

Completed in 725 milliseconds

12 3 4 5 6 7 8 91011>>