/external/markdown/tests/misc/ |
bold_links.txt | 0 **bold [link](http://example.com)**
|
bold_links.html | 1 <p><strong>bold <a href="http://example.com">link</a></strong></p
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/ |
greek-mathfonts.json | 5 "default": "mathematical bold capital alpha", 6 "alternative": "bold capital alpha", 7 "short": "bold cap alpha" 15 "default": "mathematical bold capital beta", 16 "alternative": "bold capital beta", 17 "short": "bold cap beta" 25 "default": "mathematical bold capital gamma", 26 "alternative": "bold capital gamma", 27 "short": "bold cap gamma" 35 "default": "mathematical bold capital delta" [all...] |
greek-symbols.json | 101 "default": "mathematical bold nabla", 102 "alternative": "bold nabla" 110 "default": "mathematical bold partial differential", 111 "alternative": "bold partial differential", 112 "short": "bold partial differential" 120 "default": "mathematical bold epsilon symbol", 121 "alternative": "bold epsilon", 122 "short": "bold epsilon" 130 "default": "mathematical bold theta symbol", 131 "alternative": "bold theta" [all...] |
latin-mathfonts.json | 5 "default": "mathematical bold capital a", 6 "alternative": "bold capital a", 7 "short": "bold cap a" 15 "default": "mathematical bold capital b", 16 "alternative": "bold capital b", 17 "short": "bold cap b" 25 "default": "mathematical bold capital c", 26 "alternative": "bold capital c", 27 "short": "bold cap c" 35 "default": "mathematical bold capital d" [all...] |
/external/noto-fonts/ |
fonts.mk | 22 NotoSansBengali-Bold.ttf \ 24 NotoSansBengaliUI-Bold.ttf \ 26 NotoSansDevanagari-Bold.ttf \ 28 NotoSansDevanagariUI-Bold.ttf \ 30 NotoSansKannada-Bold.ttf \ 32 NotoSansKannadaUI-Bold.ttf \ 34 NotoSansKhmer-Bold.ttf \ 36 NotoSansKhmerUI-Bold.ttf \ 38 NotoSansLao-Bold.ttf \ 40 NotoSansLaoUI-Bold.ttf [all...] |
/external/clang/test/Index/Inputs/CommentXML/ |
valid-function-02.xml | 4 <Abstract><Para>Aaa <bold>bbb</bold> <monospaced>ccc</monospaced> <emphasized>ddd</emphasized>.</Para></Abstract>
|
/external/clang/www/demo/ |
syntax.css | 4 .llvm_keyword { font-weight: bold; color: blue }
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drop-text-acquires-style.html | 7 <p>To run this test, drag the text in the input element below into the bold text region. The dropped text should be bold.</p> 9 <b contenteditable="true" id="target">Drag the text from the above input element into this bold text</b>
|
/external/chromium_org/third_party/mesa/src/docs/ |
mesa.css | 11 font-weight: bold; 16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold; 17 font-weight: bold;
|
/external/mesa3d/docs/ |
mesa.css | 11 font-weight: bold; 16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold; 17 font-weight: bold;
|
/external/chromium_org/ui/gfx/ |
font_list_unittest.cc | 23 if (style & gfx::Font::BOLD) 24 font_string += "|bold"; 46 int font_style = Font::BOLD | Font::ITALIC; 49 EXPECT_EQ("Arial,Droid Sans serif,Bold Italic 11px", 63 FontList font_list = FontList(font.DeriveFont(2, Font::BOLD)); 64 EXPECT_EQ("Arial,Bold 10px", font_list.GetFontDescriptionString()); 75 fonts.push_back(font.DeriveFont(0, Font::BOLD)); 76 fonts.push_back(font_1.DeriveFont(-2, Font::BOLD)); 78 EXPECT_EQ("Arial,Sans serif,Bold 8px", font_list.GetFontDescriptionString()); 101 FontList font_list = FontList(" serif , Sans serif , Bold " [all...] |
platform_font_mac_unittest.mm | 14 // Bold 15 gfx::Font bold_font(base_font.DeriveFont(0, gfx::Font::BOLD)); 26 // Bold italic 27 gfx::Font bold_italic_font(base_font.DeriveFont(0, gfx::Font::BOLD | 41 gfx::Font bold_font([NSFont fontWithName:@"Helvetica-Bold" size:14]); 44 EXPECT_EQ(gfx::Font::BOLD, bold_font.GetStyle()); 55 EXPECT_EQ(gfx::Font::BOLD | gfx::Font::ITALIC, bold_italic_font.GetStyle());
|
/frameworks/base/data/fonts/ |
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> 56 <file variant="elegant">NotoSansThai-Bold.ttf</file> 62 <file variant="compact">NotoSansThaiUI-Bold.ttf</file> 78 <file variant="elegant">NotoSansDevanagari-Bold.ttf</file> 84 <file variant="compact">NotoSansDevanagariUI-Bold.ttf</file> 90 <file variant="elegant">NotoSansTamil-Bold.ttf</file> 96 <file variant="compact">NotoSansTamilUI-Bold.ttf</file> 102 <file variant="elegant">NotoSansMalayalam-Bold.ttf</file [all...] |
/dalvik/docs/ |
prettify.css | 18 .kwd { color: #006; font-weight: bold; } 20 .typ { color: #404; font-weight: bold; } 24 .tag { color: #006; font-weight: bold; }
|
/cts/tests/tests/text/src/android/text/style/cts/ |
StyleSpanTest.java | 52 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD); 64 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle()); 75 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD); 87 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle()); 97 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD); 102 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD); 109 StyleSpan styleSpan = new StyleSpan(Typeface.BOLD); 113 assertEquals(Typeface.BOLD, newSpan.getStyle());
|
/external/chromium/chrome/browser/printing/cloud_print/resources/ |
cloud_print_setup_login.css | 18 font-weight: bold; 23 font-weight: bold;
|
/packages/apps/Protips/res/values/ |
styles.xml | 9 <item name="android:textStyle">bold</item> 16 <item name="android:textStyle">bold</item>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
java5.php | [all...] |
/development/samples/WiFiDirectServiceDiscovery/res/values/ |
style.xml | 5 <item name="android:textStyle">bold|italic</item>
|
/external/chromium_org/chrome/browser/resources/ |
about_nacl.css | 6 font-weight: bold;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_message_box.css | 13 font-weight: bold;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
salsa.html | 27 <p class='bold'>Instructions</p> 30 <li> <span class='bold'>Click</span> or use your <span class='bold'>arrow 42 <p class='bold'>Thank you for your participation!</p>
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/ |
options.html | 4 #status { font-weight: bold; }
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
TextAttribute.java | 30 public boolean bold; field in class:TextAttribute 37 FontSize size, boolean bold, boolean italic, boolean underlined, 43 this.bold = bold;
|