/external/icu/icu4c/source/samples/date/ |
date.c | 47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status); 48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status); 70 UDateFormatStyle style = UDAT_DEFAULT; local 96 style = UDAT_FULL; 100 style = UDAT_LONG; 104 style = UDAT_MEDIUM; 108 style = UDAT_SHORT; 161 when = getWhen(millis, seconds, format, style, parse, tz, &status); 167 date(when, tz, style, format, &status); 242 UDateFormatStyle style, [all...] |
/external/skia/src/core/ |
SkTypeface.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) 24 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) { 79 SkTypeface* SkTypeface::CreateDefault(int style) { 87 SkTypeface* t = SkFontHost::CreateTypeface(NULL, NULL, (Style)style); 98 SkTypeface* SkTypeface::GetDefaultTypeface(Style style) { 101 SkASSERT((int)style < 4) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderReplaced.cpp | 76 if (style() && style()->effectiveZoom() != oldZoom) 102 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); 103 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom()); 129 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth()) 146 if (style()->hasBorderRadius()) { 154 RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(paintRect, 167 if (style()->hasBorderRadius()) 190 if (style()->visibility() != VISIBLE) 224 if (containingBlock->style()->logicalWidth().isSpecified( [all...] |
RenderBox.cpp | 145 RenderStyle* oldStyle = style(); 148 // the canvas. Just dirty the entire canvas when our style changes substantially. 157 // When a layout hint happens and an object's position style changes, we have to do a layout 181 // writing mode value before style change here. 186 RenderStyle* newStyle = style(); 227 updateShapeOutsideInfoAfterStyleChange(*style(), oldStyle); 231 void RenderBox::updateShapeOutsideInfoAfterStyleChange(const RenderStyle& style, const RenderStyle* oldStyle) 233 const ShapeValue* shapeOutside = style.shapeOutside(); 236 Length shapeMargin = style.shapeMargin(); 239 float shapeImageThreshold = style.shapeImageThreshold() 1126 const RenderStyle* style = this->style(); local [all...] |
RenderTableCell.cpp | 35 #include "core/rendering/style/CollapsedBorderValue.h" 120 Length colWidth = tableCol->style()->logicalWidth(); 152 if (node() && style()->autoWrap()) { 183 switch (style()->verticalAlign()) { 268 return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter()); 276 return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore()); 284 return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter()); 292 return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore()); 332 int outlineSize = style()->outlineSize(); 399 ASSERT(style()->display() == TABLE_CELL) 1027 EBorderStyle style; member in struct:WebCore::CollapsedBorder [all...] |
RenderBoxModelObject.h | 29 #include "core/rendering/style/ShadowData.h" 65 LayoutSize relativePositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? relativePositionOffset() : relativePositionOffset().transposedSize(); } 69 LayoutSize stickyPositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? stickyPositionOffset() : stickyPositionOffset().transposedSize(); } 91 LayoutUnit computedCSSPaddingTop() const { return computedCSSPadding(style()->paddingTop()); } 92 LayoutUnit computedCSSPaddingBottom() const { return computedCSSPadding(style()->paddingBottom()); } 93 LayoutUnit computedCSSPaddingLeft() const { return computedCSSPadding(style()->paddingLeft()); } 94 LayoutUnit computedCSSPaddingRight() const { return computedCSSPadding(style()->paddingRight()); } 95 LayoutUnit computedCSSPaddingBefore() const { return computedCSSPadding(style()->paddingBefore()); } 96 LayoutUnit computedCSSPaddingAfter() const { return computedCSSPadding(style()->paddingAfter()); } 97 LayoutUnit computedCSSPaddingStart() const { return computedCSSPadding(style()->paddingStart()); [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
PrimitiveTest.java | 46 tryEnum(R.style.TestEnum1, 1); 47 tryEnum(R.style.TestEnum2, 2); 48 tryEnum(R.style.TestEnum10, 10); 49 tryEnum(R.style.TestEnum1_EmptyInherit, 1); 63 tryFlag(R.style.TestFlag1, 0x1); 64 tryFlag(R.style.TestFlag2, 0x2); 65 tryFlag(R.style.TestFlag31, 0x40000000); 66 tryFlag(R.style.TestFlag1And2, 0x3); 67 tryFlag(R.style.TestFlag1And2And31, 0x40000003);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontCacheSkia.cpp | 73 if (fallbackFont.isItalic && description.style() == FontStyleNormal) 75 if (!fallbackFont.isItalic && description.style() == FontStyleItalic) { 132 int style = SkTypeface::kNormal; local 134 style |= SkTypeface::kBold; 135 if (fontDescription.style()) 136 style |= SkTypeface::kItalic; 147 return adoptRef(m_fontManager->legacyCreateTypeface(name.data(), style)); 150 return adoptRef(SkTypeface::CreateFromName(name.data(), static_cast<SkTypeface::Style>(style))); 165 (fontDescription.style() && !tf->isItalic()) || fontDescription.isSyntheticItalic() [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/ |
main.js | 2 // Use of this source code is governed by a BSD-style license that can be 22 document.getElementById('connect-button').style.display = 'none'; 23 document.getElementById('input-text').style.display = 'block'; 24 document.getElementById('send-message-button').style.display = 'block'; 26 document.getElementById('connect-button').style.display = 'block'; 27 document.getElementById('input-text').style.display = 'none'; 28 document.getElementById('send-message-button').style.display = 'none';
|
/external/chromium_org/third_party/skia/gm/ |
linepaths.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 31 SkPaint::Style style, SkPath::FillType fill, 39 paint.setStyle(style); 58 SkPaint::Style fStyle; 91 "Indicated Style, Fill and Linecaps, with stroke width 10"; 112 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) { 113 if (0 < style) { [all...] |
quadpaths.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 31 SkPaint::Style style, SkPath::FillType fill, 39 paint.setStyle(style); 58 SkPaint::Style fStyle; 92 "Indicated Style, Fill and Linecaps, with stroke width 10"; 113 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) { 114 if (0 < style) { [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-3252443.js | 29 document.getElementById = function(s) { return { style: {}}}; 31 document.getElementById(p1+p0).style.display=''; 32 document.getElementById(p1+''+p0).style.backgroundColor = ""; 33 document.getElementById(p1+''+p0).style.color=""; 34 document.getElementById(p1+''+p0).style.borderBottomColor = ""; 37 document.getElementById(p1+i).style.display=''; 38 document.getElementById(p1+''+i).style.backgroundColor = ""; 39 document.getElementById(p1+''+i).style.color=""; 40 document.getElementById(p1+''+i).style.borderBottomColor = "";
|
/external/skia/gm/ |
linepaths.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 31 SkPaint::Style style, SkPath::FillType fill, 39 paint.setStyle(style); 58 SkPaint::Style fStyle; 91 "Indicated Style, Fill and Linecaps, with stroke width 10"; 112 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) { 113 if (0 < style) { [all...] |
quadpaths.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 31 SkPaint::Style style, SkPath::FillType fill, 39 paint.setStyle(style); 58 SkPaint::Style fStyle; 92 "Indicated Style, Fill and Linecaps, with stroke width 10"; 113 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) { 114 if (0 < style) { [all...] |
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/ |
NotificationPresets.java | 26 import android.text.style.ForegroundColorSpan; 27 import android.text.style.RelativeSizeSpan; 28 import android.text.style.StrikethroughSpan; 29 import android.text.style.StyleSpan; 30 import android.text.style.SubscriptSpan; 31 import android.text.style.SuperscriptSpan; 32 import android.text.style.TypefaceSpan; 33 import android.text.style.UnderlineSpan; 120 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); local 153 style.setBigContentTitle(title) 181 NotificationCompat.InboxStyle style = new NotificationCompat.InboxStyle(); local 206 NotificationCompat.BigPictureStyle style = new NotificationCompat.BigPictureStyle(); local 231 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); local 410 NotificationCompat.BigPictureStyle style = local 420 NotificationCompat.BigPictureStyle style = new NotificationCompat.BigPictureStyle(); local [all...] |
/development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
NotificationPresets.java | 26 import android.text.style.ForegroundColorSpan; 27 import android.text.style.RelativeSizeSpan; 28 import android.text.style.StrikethroughSpan; 29 import android.text.style.StyleSpan; 30 import android.text.style.SubscriptSpan; 31 import android.text.style.SuperscriptSpan; 32 import android.text.style.TypefaceSpan; 33 import android.text.style.UnderlineSpan; 120 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); local 153 style.setBigContentTitle(title) 181 NotificationCompat.InboxStyle style = new NotificationCompat.InboxStyle(); local 206 NotificationCompat.BigPictureStyle style = new NotificationCompat.BigPictureStyle(); local 231 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); local 410 NotificationCompat.BigPictureStyle style = local 420 NotificationCompat.BigPictureStyle style = new NotificationCompat.BigPictureStyle(); local [all...] |
/cts/hostsidetests/theme/app/src/android/theme/app/ |
HoloDeviceActivity.java | 182 new Theme(android.R.style.Theme_Holo, 184 new Theme(android.R.style.Theme_Holo_Dialog, 186 new Theme(android.R.style.Theme_Holo_Dialog_MinWidth, 188 new Theme(android.R.style.Theme_Holo_Dialog_NoActionBar, 190 new Theme(android.R.style.Theme_Holo_Dialog_NoActionBar_MinWidth, 192 new Theme(android.R.style.Theme_Holo_DialogWhenLarge, 194 new Theme(android.R.style.Theme_Holo_DialogWhenLarge_NoActionBar, 196 new Theme(android.R.style.Theme_Holo_InputMethod, 198 new Theme(android.R.style.Theme_Holo_Light, 200 new Theme(android.R.style.Theme_Holo_Light_DarkActionBar [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CanvasRenderingContext2DCustom.cpp | 49 static v8::Handle<v8::Value> toV8Object(CanvasStyle* style, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 51 if (style->canvasGradient()) 52 return toV8(style->canvasGradient(), creationContext, isolate); 54 if (style->canvasPattern()) 55 return toV8(style->canvasPattern(), creationContext, isolate); 57 return v8String(isolate, style->color());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGPath.cpp | 58 if (style()->svgStyle()->hasStroke()) { 80 if (!style()->svgStyle()->hasVisibleStroke()) 109 const SVGRenderStyle* svgStyle = style()->svgStyle(); 130 return style()->svgStyle()->hasStroke() && style()->svgStyle()->capStyle() != ButtCap; 138 if (style()->svgStyle()->capStyle() == SquareCap)
|
RenderSVGShape.cpp | 94 SVGRenderSupport::applyStrokeStyleToStrokeData(&strokeData, style(), this); 117 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), hasFallback)) 129 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), hasFallback)) 194 if (!style()->svgStyle()->hasMarkers()) 207 void RenderSVGShape::fillShape(RenderStyle* style, GraphicsContext* context) 210 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, hasFallback)) { 211 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode)) { 215 if (fallbackResource->applyResource(this, style, context, ApplyToFillMode)) 221 void RenderSVGShape::strokeShape(RenderStyle* style, GraphicsContext* context) 224 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, hasFallback)) [all...] |
/external/clang/www/analyzer/ |
menu.css | 20 list-style: none inside; 27 list-style-position: inside; 28 list-style:none;
|
/external/lldb/www/python_reference/ |
epydoc.js | 18 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"none":"block"); 21 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"block":"none"); 31 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"none":""); 38 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")? 46 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"none":"block"); 87 if (elt.style.display == "none") 88 elt.style.display = "block"; 90 elt.style.display = "none"; 94 if (elt) elt.style.display = "block"; 96 if (elt) elt.style.display = "block" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGLengthContext.cpp | 223 return currentContext->renderer()->style(); 227 // There must be at least a RenderSVGRoot renderer, carrying a style. 234 RenderStyle* style = renderStyleForLengthResolving(m_context); local 235 if (!style) { 240 float fontSize = style->specifiedFontSize(); 251 RenderStyle* style = renderStyleForLengthResolving(m_context); local 252 if (!style) { 257 return value * style->specifiedFontSize(); 262 RenderStyle* style = renderStyleForLengthResolving(m_context); local 263 if (!style) { 281 RenderStyle* style = renderStyleForLengthResolving(m_context); local [all...] |
/frameworks/base/core/java/android/view/ |
PointerIcon.java | 44 /** Style constant: Custom icon with a user-supplied bitmap. */ 47 /** Style constant: Null icon. It has no bitmap. */ 50 /** Style constant: Arrow icon. (Default mouse pointer) */ 53 /** {@hide} Style constant: Spot hover icon for touchpads. */ 56 /** {@hide} Style constant: Spot touch icon for touchpads. */ 59 /** {@hide} Style constant: Spot anchor icon for touchpads. */ 77 private PointerIcon(int style) { 78 mStyle = style; 105 * Gets a system pointer icon for the given style. 106 * If style is not recognized, returns the default pointer icon [all...] |
/cts/tests/tests/text/src/android/text/style/cts/ |
ClickableSpanTest.java | 17 package android.text.style.cts; 22 import android.text.style.ClickableSpan;
|