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

<<21222324252627282930>>

  /external/chromium/chrome/browser/resources/
about_stats.html 27 font-weight: bold;
50 font-weight: bold;
54 font-weight: bold;
64 font-weight: bold;
flags.html 49 font-weight: bold;
61 font-weight: bold;
93 font-weight: bold;
147 font-weight: bold;
reader_out_of_date.html 43 font-weight:bold;
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 39 // Used for changing only the bold attribute.
45 bool &Normal, bool Bold) {
57 if (Bold)
609 /// \param Bold if the current text should be bold
617 bool Bold = false,
645 TextNormal, Bold);
655 TextNormal, Bold);
661 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
703 // Print diagnostic category in bold and colo
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 24 const char *Bold() const { return ansi_ ? "\033[1m" : ""; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
junit-noframes.xsl 48 font-weight: bold;
64 margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica
67 margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica
70 margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
73 margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
76 margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
79 font-weight:bold; color:red;
82 font-weight:bold; color:purple;
108 doc.write("h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica }");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 24 <li>when old builds are not filtered, the milestone build are highlighted in bold
  /external/libogg/doc/
index.html 34 font-weight: bold;
  /external/libvorbis/doc/
index.html 34 font-weight: bold;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
bnf.php 81 0 => 'color: #000066; font-weight: bold;', // Unused
cfm.php 198 1 => 'color: #990000; font-weight: bold;',
199 2 => 'color: #000000; font-weight: bold;',
201 4 => 'color: #000000; font-weight: bold;',
211 0 => 'color: #000099; font-weight: bold;'
php-brief.php 114 2 => 'color: #000000; font-weight: bold;',
124 0 => 'color: #000099; font-weight: bold;',
125 'HARD' => 'color: #000099; font-weight: bold;'
146 1 => 'color: #000000; font-weight: bold;'
robots.php 62 0 => 'color: #000099; font-weight: bold;'
  /external/srec/audio/AudioIn/UNIX/include/
audioin.h 157 <nl><nl><bold WAVE_MAPPER> = The function selects a
159 specified format. <bold Header:> Declared in Mmsystem.h from
171 <nl><nl><bold WAVE_MAPPER> = The function selects a waveform-audio input
172 device capable of recording in the specified format. <bold Header:>
182 <nl><nl><bold WAVE_MAPPER> = The function selects a waveform-audio input
183 device capable of recording in the specified format. <bold Header:>
186 unsigned long u32NbrOfSamples, /*[in] <nl><bold Input:> Number of samples requested per callback */
208 unsigned long * u32NbrOfSamples, /*[in/out] <nl><bold Input:> The requested number of samples to be filled in
213 <nl><bold Output:> The actual number of recorded audio samples written in pBuffer.
  /external/v8/test/mjsunit/
html-string-funcs.js 34 var simple = { big: 'big', blink: 'blink', bold: 'b',
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h 70 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.h 46 FontPlatformData(float size, bool bold, bool oblique);
  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 45 bool bold; member in struct:WebFontDescription
  /frameworks/base/core/res/res/layout/
permissions_account_and_authtokentype.xml 39 android:textStyle="bold"
ssl_certificate.xml 55 android:textStyle="bold"
135 android:textStyle="bold"
198 android:textStyle="bold"
244 android:textStyle="bold"
  /frameworks/base/core/tests/coretests/res/layout/
size_adaptive_four_u.xml 43 android:textStyle="bold" />
size_adaptive_four_u_text.xml 44 android:textStyle="bold" />
size_adaptive_one_u.xml 41 android:textStyle="bold" />
  /frameworks/base/core/tests/coretests/src/android/text/
HtmlTest.java 63 assertEquals(Typeface.BOLD, ((StyleSpan) spans[1]).getStyle());
187 s = new SpannableString("Hello bold world");
188 s.setSpan(new StyleSpan(Typeface.BOLD), 6, s.length() - 6,
190 assertEquals(Html.toHtml(s), "<p>Hello <b>bold</b> world</p>\n");

Completed in 474 milliseconds

<<21222324252627282930>>