HomeSort by relevance Sort by last modified time
    Searched full:styles (Results 1 - 25 of 539) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/glib/
file-name-encodings.sxd 
  /external/dropbear/libtommath/pics/
design_process.sxd 
expt_state.sxd 
radix.sxd 
sliding_window.sxd 
  /external/bluetooth/glib/docs/reference/gio/
gvfs-overview.odg 
  /external/sonivox/docs/
EAS_Library_Integration_Guide.odt 
EASLibrary3_5.odt 
EAS_API_Reference.odt 
JET_Programming_Manual.odt 
  /cts/tools/signature-tools/templates/
Common_meta.st 3 <link type="text/css" rel="stylesheet" href="../styles.css" title="Stylesheet"/>
4 <link type="text/css" rel="stylesheet" href="styles.css" title="Stylesheet"/>
  /external/webkit/WebCore/css/
themeChromiumLinux.css 31 /* These styles override other user-agent styles for Chromium on Linux. */
  /external/chromium/third_party/icu/source/test/intltest/
reptest.cpp 34 * Set the styles to the style of the first character replaced.<br>
41 UnicodeString styles; member in class:TestReplaceable
69 this->styles = s;
73 return new TestReplaceable(chars, styles);
79 return styles;
85 s.append(styles);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
127 } else if (limit < styles.length())
    [all...]
  /external/icu4c/test/intltest/
reptest.cpp 34 * Set the styles to the style of the first character replaced.<br>
41 UnicodeString styles; member in class:TestReplaceable
69 this->styles = s;
73 return new TestReplaceable(chars, styles);
79 return styles;
85 s.append(styles);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
127 } else if (limit < styles.length())
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 378 * The styles for hyperlinks in the code
392 * Styles for important parts of the code
398 var $important_styles = 'font-weight: bold; color: red;'; // Styles for important parts of the code
413 * Styles of lines that should be highlighted extra
419 * Styles of extra-highlighted lines
463 * Line number styles
469 * Line number styles for fancy lines
759 * Sets the styles for the code that will be outputted
764 * @param boolean Whether to merge the styles with the current styles or no
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
themes.jd 1 page.title=Applying Styles and Themes
10 <li><a href="#DefiningStyles">Defining Styles</a>
16 <li><a href="#ApplyingStyles">Applying Styles and Themes to the UI</a>
22 <li><a href="#PlatformStyles">Using Platform Styles and Themes</a></li>
28 <li>{@link android.R.style} for Android styles and themes</li>
41 <p>Styles in Android share a similar philosophy to cascading stylesheets in web
73 <h2 id="DefiningStyles">Defining Styles</h2>
75 <p>To create a set of styles, save an XML file in the {@code res/values/}
123 inherit from styles that you've created yourself or from styles that are built into th
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 417 if(!isset($language_data['STYLES'])) {
418 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'STYLES\'] structure to check!');
419 } else if (!is_array($language_data['STYLES'])) {
420 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'STYLES\'] structure which is not an array!');
426 if(!isset($language_data['STYLES'][$style_kind])) {
427 report_error(TYPE_ERROR, "Language file contains no \$language_data['STYLES']['$style_kind'] structure to check!");
428 } else if (!is_array($language_data['STYLES'][$style_kind])) {
429 report_error(TYPE_ERROR, "Language file contains a \$language_data['STYLES\']['$style_kind'] structure which is not an array!");
431 foreach($language_data['STYLES'][$style_kind] as $sk_key => $sk_value) {
434 report_error(TYPE_WARNING, "Language file contains an key '$sk_key' in \$language_data['STYLES']['$style_kind'] that is not integer!")
    [all...]
  /dalvik/docs/
prettify.css 1 /* Pretty printing styles. Used with prettify.js. */
  /development/apps/OBJViewer/res/values/
styles.xml 3 /* //device/apps/Calendar/assets/res/any/styles.xml
  /frameworks/base/graphics/java/android/graphics/
CornerPathEffect.java 22 * Transforms geometries that are drawn (either STROKE or FILL styles) by
  /system/extras/tests/sdcard/
plot_sdcard.py 206 styles = {}
212 if not dataset.name in styles:
213 styles[dataset.name] = line_style
217 with_='lines ls %d' % styles[dataset.name])
220 with_='lines ls %d' % styles[dataset.name])
243 styles = {}
248 if not dataset.name in styles:
249 styles[dataset.name] = line_style
253 with_='impulses ls %d' % styles[dataset.name])
256 with_='impulses ls %d' % styles[dataset.name]
    [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt 40 o 3.4 Changing Styles
41 + 3.4.1 The Overall Styles
42 + 3.4.2 Line Number Styles
43 + 3.4.3 Setting Keyword Styles
44 + 3.4.4 Setting Comment Styles
45 + 3.4.5 Setting Other Styles
79 + Styles for the Highlighted Lines
90 + 4.3.5 Styles for your Language Files
282 This section documents the advanced features of GeSHi - strict mode, using CSS classes, changing styles on the fly, disabling highlighting of some things and more.
292 But if you don't like <pre> or it looks stupid in your browser no matter what styles you try to apply to it or something similar, you might want to use a <div> instead. A <div> will r (…)
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 133 LOG_ALWAYS_FATAL_IF(mSorted, "Can't use styles with sorted string pools.");
199 const size_t STYLES = mEntryStyleArray.size();
202 for (i=0; i<STYLES; i++) {
224 + (sizeof(uint32_t)*STYLES);
295 for (i=0; i<STYLES; i++) {
304 fprintf(stderr, "ERROR: Out of memory for string styles\n");
319 if (STYLES > 0) {
326 fprintf(stderr, "ERROR: Out of memory for string styles\n");
350 header->styleCount = htodl(STYLES);
358 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0)
    [all...]
  /external/bzip2/
bzip.css 31 /* release styles */
36 /* ------ styles for docs|manuals|howto ------ */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Buttons1.java 30 * A gallery of the different styles of buttons.

Completed in 1515 milliseconds

1 2 3 4 5 6 7 8 91011>>