/development/samples/Wiktionary/res/values/ |
styles.xml | 19 <style name="WidgetBackground"> 21 </style> 23 <style name="BulletPoint"> 26 </style> 28 <style name="Text" /> 30 <style name="Text.Loading"> 33 </style> 35 <style name="Text.WordTitle"> 39 </style> 41 <style name="Text.WordType" [all...] |
/external/bison/doc/figs/ |
example.dot | 11 0 -> 1 [style=solid label="\"0\""] 12 0 -> 2 [style=dashed label="exp"] 13 0 -> 3 [style=dashed label="a"] 14 0 -> 4 [style=dashed label="b"] 16 1 -> "1R3" [style=solid] 17 "1R3" [label="R3", fillcolor=3, shape=diamond, style=filled] 18 1 -> "1R4" [label="[\".\"]", style=solid] 19 "1R4" [label="R4", fillcolor=3, shape=diamond, style=filled] 21 2 -> 5 [style=solid label="$end"] 23 3 -> 6 [style=solid label="\";\"" [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
imports.c | 59 * @style: the stylesheet being imported by the master 66 xsltStylesheetPtr style) { 68 xmlHashScan(style->templatesHash, 70 master->extrasNr += style->extrasNr; 71 for (res = style->imports; res != NULL; res = res->next) { 78 * @style: the XSLT stylesheet 87 xsltParseStylesheetImport(xsltStylesheetPtr style, xmlNodePtr cur) { 96 if ((cur == NULL) || (style == NULL)) 101 xsltTransformError(NULL, style, cur, 106 base = xmlNodeGetBase(style->doc, cur) 314 xsltStylesheetPtr style; local 341 xsltStylesheetPtr style; local 397 xsltStylesheetPtr style; local [all...] |
/external/libxslt/libxslt/ |
imports.c | 59 * @style: the stylesheet being imported by the master 66 xsltStylesheetPtr style) { 68 xmlHashScan(style->templatesHash, 70 master->extrasNr += style->extrasNr; 71 for (res = style->imports; res != NULL; res = res->next) { 78 * @style: the XSLT stylesheet 87 xsltParseStylesheetImport(xsltStylesheetPtr style, xmlNodePtr cur) { 96 if ((cur == NULL) || (style == NULL)) 101 xsltTransformError(NULL, style, cur, 106 base = xmlNodeGetBase(style->doc, cur) 314 xsltStylesheetPtr style; local 341 xsltStylesheetPtr style; local 397 xsltStylesheetPtr style; local [all...] |
/packages/apps/Gallery2/res/values/ |
styles.xml | 18 <style name="Theme.GalleryBase" parent="android:Theme.Holo"> 20 <item name="switchStyle">@android:style/Widget.CompoundButton</item> 21 </style> 22 <style name="Theme.Gallery.Dialog" parent="android:Theme.Holo.Dialog"/> 23 <style name="Theme.Gallery" parent="Theme.GalleryBase"> 26 <item name="android:actionBarStyle">@style/Holo.ActionBar</item> 30 </style> 31 <style name="Theme.FilterShow" parent="Theme.Gallery"> 33 </style> 34 <style name="Theme.Crop" parent="Theme.GalleryBase" [all...] |
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/res/values/ |
styles.xml | 7 <style name="AppBaseTheme" parent="android:Theme.Light"> 13 </style> 16 <style name="AppTheme" parent="AppBaseTheme"> 18 </style> 20 <style name="DisplayLargeText"> 24 </style>
|
/development/samples/ApiDemos/res/layout/ |
density_styled_image_views.xml | 22 <ImageView style="@style/ImageView120dpi" /> 23 <ImageView style="@style/ImageView160dpi" /> 24 <ImageView style="@style/ImageView240dpi" />
|
/external/chromium_org/chrome/test/webdriver/test/ |
test_page.html | 8 <div style="height:30px"></div> 9 <div style="width:100px"> 10 <a name="wrapped" style="margin-left:200px" onclick="succeed()">Click me</a> 12 <div style="height:100px; overflow:scroll"> 18 <div style="height:5000px"></div> 19 <a name="far_away" style="margin-left:5000px" onclick="succeed()">Click</a>
|
/external/chromium_org/net/ftp/ |
ftp_server_type_histograms.h | 2 // Use of this source code is governed by a BSD-style license that can be 19 SERVER_LS = 1, // Server using /bin/ls -l listing style. 20 SERVER_WINDOWS = 2, // Server using Windows listing style. 21 SERVER_VMS = 3, // Server using VMS listing style. 22 SERVER_NETWARE = 4, // Server using Netware listing style. 23 SERVER_OS2 = 5, // Server using OS/2 listing style.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
disambiguation_popup_page_scale.html | 4 <style type="text/css"> 12 </style> 15 <a href="#" class="link" style="left:50px;top:50px;">Link 1</a> 16 <a href="#" class="link" style="left:50px;top:80px;">Link 2</a> 17 <a href="#" class="link" style="left:200px;top:150px;">Link 3</a> 18 <a href="#" class="link" style="left:200px;top:200px;">Link 4</a>
|
/frameworks/base/tests/DpiTest/res/layout/ |
styled_image_views.xml | 22 <ImageView style="@style/ImageView120dpi" /> 23 <ImageView style="@style/ImageView160dpi" /> 24 <ImageView style="@style/ImageView240dpi" />
|
/packages/apps/Calculator/res/layout-port/ |
advanced_pad.xml | 37 style="@style/button_small_style" 43 style="@style/button_small_style" 49 style="@style/button_small_style" 62 style="@style/button_small_style" 68 style="@style/button_small_style [all...] |
/packages/apps/QuickSearchBox/res/values/ |
styles.xml | 19 <style name="Suggestion"> 23 </style> 25 <style name="FocusingSuggestion" parent="Suggestion"> 28 </style> 30 <style name="SuggestionText1"> 41 </style> 43 <style name="SuggestionText2"> 54 </style> 56 <style name="SuggestionIcon1"> 62 </style> [all...] |
/packages/inputmethods/OpenWnn/res/values/ |
styles.xml | 19 <style name="WnnKeyboardView" parent="@android:style/Widget.KeyboardView"> 20 </style> 21 <style name="Dialog" parent="android:style/Theme.Holo.Light.Dialog"> 23 </style>
|
/packages/services/Telephony/res/layout/ |
dialpad.xml | 36 <ImageButton android:id="@+id/one" style="@style/DialpadButtonStyle" 39 <ImageButton android:id="@+id/two" style="@style/DialpadButtonStyle" 42 <ImageButton android:id="@+id/three" style="@style/DialpadButtonStyle" 50 <ImageButton android:id="@+id/four" style="@style/DialpadButtonStyle" 53 <ImageButton android:id="@+id/five" style="@style/DialpadButtonStyle [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSComputedStyleDeclaration.cpp | 65 #include "core/rendering/style/ContentData.h" 66 #include "core/rendering/style/CounterContent.h" 67 #include "core/rendering/style/CursorList.h" 68 #include "core/rendering/style/RenderStyle.h" 69 #include "core/rendering/style/ShapeValue.h" 78 #include "core/rendering/style/StyleCustomFilterProgram.h" 543 inline static PassRefPtr<CSSPrimitiveValue> zoomAdjustedPixelValue(double value, const RenderStyle* style) 545 return cssValuePool().createValue(adjustFloatForAbsoluteZoom(value, style), CSSPrimitiveValue::CSS_PX); 548 inline static PassRefPtr<CSSPrimitiveValue> zoomAdjustedNumberValue(double value, const RenderStyle* style) 550 return cssValuePool().createValue(value / style->effectiveZoom(), CSSPrimitiveValue::CSS_NUMBER) 1253 RefPtr<RenderStyle> style = m_node->computedStyle(m_pseudoElementSpecifier); local 1287 RefPtr<CSSPrimitiveValue> style = propertyID == CSSPropertyTextShadow || s->style() == Normal ? PassRefPtr<CSSPrimitiveValue>() : cssValuePool().createIdentifierValue(CSSValueInset); local 1581 RefPtr<RenderStyle> style; local 2874 RenderStyle* style = m_node->computedStyle(m_pseudoElementSpecifier); local [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
cursor.html | 2 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: auto">auto</div> 3 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: default">default</div> 4 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: hand">hand</div> 5 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: pointer">pointer</div> 6 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: text">text</div> 7 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: help">help</div> 8 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: crosshair">crosshair</div> 9 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: move">move</div> 10 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: w-resize">w</div> 11 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: e-resize">e</div [all...] |
drag-image-table-part-decorations.html | 6 <div style="background-color: blue; display: table; height: 100px; width: 100px;"></div> 7 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div> 9 <div style="background-color: blue; display: table-row; height: 100px;"><div style="width: 100px"></div></div> 10 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div> 12 <div style="background-color: blue; display: table-cell; height: 100px; width: 100px;"></div> 13 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div> 15 <fieldset style="background-color: blue; border: none; height: 100px; width: 100px;"><legend></legend></fieldset> 16 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div> 18 <table style="border-collapse: collapse;"><tr><td style="border-bottom: 100px solid blue; width: 100px;"></td>< (…) [all...] |
svg-modify-deleted-selection.svg | 2 <style> 4 border-top-style: inset 6 </style>
|
/packages/apps/Dialer/res/values/ |
styles.xml | 18 <style name="DialtactsTheme" 23 <item name="android:actionBarStyle">@style/DialtactsActionBarStyle</item> 24 <item name="android:actionBarTabStyle">@style/DialtactsActionBarTabStyle</item> 26 <!-- Searchbox Style --> 27 <item name="android:editTextStyle">@style/DialtactsSearchboxStyle</item> 28 <item name="android:listViewStyle">@style/ListViewStyle</item> 69 </style> 71 <style name="DialpadTheme" parent="DialtactsTheme"> 73 </style> 75 <style name="DialtactsThemeWithActionBarOverlay" parent="DialtactsTheme" [all...] |
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap_instance_track.css | 2 * Use of this source code is governed by a BSD-style license that can be 11 list-style: none; 12 list-style-position: outside;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/getMessage/ |
popup.html | 3 source code is governed by a BSD-style license that can be found in the 9 <style> 14 </style>
|
/external/chromium_org/content/public/android/java/res/values-v17/ |
styles.xml | 4 Use of this source code is governed by a BSD-style license that can be 9 <style name="SelectPopupDialog"> 12 </style>
|
/external/chromium_org/third_party/WebKit/Tools/ |
svn-config | 9 *.sln = svn:eol-style=native 10 *.vcproj = svn:eol-style=native 11 *.vsprops = svn:eol-style=nativ
|
/external/chromium_org/tools/json_schema_compiler/highlighters/ |
none_highlighter.py | 2 # Use of this source code is governed by a BSD-style license that can be 10 def GetCSS(self, style): 13 def GetCodeElement(self, code, style):
|