Searched refs:style (Results 151 - 175 of 633) sorted by relevance

1234567891011>>

/external/clang/tools/clang-format/
H A Dclang-format-diff.py58 '-style',
60 'formatting style to apply (LLVM, Google, Chromium, Mozilla, WebKit)')
100 if args.style:
101 command.extend(['-style', args.style])
H A Dgit-clang-format46 clangFormat.style
105 p.add_argument('--style',
106 default=config.get('clangformat.style', None),
146 style=opts.style)
320 style=None):
328 style=style)
354 style=None):
359 if style
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js115 node.label_div.style.paddingLeft = 10*node.depth + "px";
119 node.label_div.style.paddingLeft = ((10*node.depth)+12) + "px";
121 node.label_div.style.paddingLeft = 10*node.depth + "px";
168 node.children_ul.style.display = "none";
314 list.style.display = "none";
315 summary.style.display = "block";
320 list.style.display = "block";
321 summary.style.display = "none";
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp764 // Create a number style NumberFormat instance with the default locale.
773 // Create a number style NumberFormat instance with the inLocale locale.
782 // Create a currency style NumberFormat instance with the default locale.
791 // Create a currency style NumberFormat instance with the inLocale locale.
800 // Create a percent style NumberFormat instance with the default locale.
809 // Create a percent style NumberFormat instance with the inLocale locale.
818 // Create a scientific style NumberFormat instance with the default locale.
827 // Create a scientific style NumberFormat instance with the inLocale locale.
1218 // Creates the NumberFormat instance of the specified style (number, currency,
1271 NumberFormat::isStyleSupported(UNumberFormatStyle style) { argument
1276 makeInstance(const Locale& desiredLocale, UNumberFormatStyle style, UErrorCode& status) argument
1283 makeInstance(const Locale& desiredLocale, UNumberFormatStyle style, UBool mustBeDecimalFormat, UErrorCode& status) argument
[all...]
/external/libdrm/man/
H A DMakefile.am34 --stringparam funcsynopsis.style ansi \
/external/lldb/test/pexpect-2.4/examples/
H A Dcgishell.cgi369 <style type=text/css>
386 border-style:solid;
391 </style>
569 document.form['Ctrl'].style.backgroundColor = ButtonOnColor;
570 document.form['Ctrl2'].style.backgroundColor = ButtonOnColor;
574 document.form['Ctrl'].style.backgroundColor = document.form.style.backgroundColor;
575 document.form['Ctrl2'].style.backgroundColor = document.form.style.backgroundColor;
579 document.form['Shift'].style
[all...]
/external/llvm/docs/_static/
H A Dllvm.css2 * LLVM documentation style sheet
9 a:link img, a:visited img { border-style: none }
30 border-style: solid none solid none;
49 font-weight: bold; font-style: oblique;
88 * Once all docs use <pre> for code regions, this style can be merged with the
111 div.contents ul { list-style-type: decimal }
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DStringSwitcher.java132 int style = fixedInput ? Constants.SWITCH_STYLE_HASHONLY : Constants.SWITCH_STYLE_HASH;
133 EmitUtils.string_switch(e, strings, style, new ObjectSwitchCallback() {
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DStylingPolicy.java65 String sanitizeCssProperties(String style) { argument
67 CssGrammar.parsePropertyGroup(style, new CssGrammar.PropertyHandler() {
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h81 // C- and C++-style comments are recognized, but other styles can be used by
229 // Sets the comment style.
230 void set_comment_style(CommentStyle style) { comment_style_ = style; } argument
/external/skia/src/core/
H A DSkFontDescriptor.cpp4 * Use of this source code is governed by a BSD-style license that can be
25 SkFontDescriptor::SkFontDescriptor(SkTypeface::Style style) : fFontIndex(0), fStyle(style) { } argument
H A DSkStrokeRec.cpp4 * Use of this source code is governed by a BSD-style license that can be
35 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) { argument
38 switch (style) {
58 SkDEBUGFAIL("unknown paint style");
65 // copy these from the paint, regardless of our "style"
/external/skia/src/effects/
H A DSkBlurMask.cpp5 * Use of this source code is governed by a BSD-style license that can be
442 SkBlurStyle style) {
445 switch (style) {
465 SkDEBUGFAIL("Unexpected blur style here");
483 SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
587 if (style == kInner_SkBlurStyle) {
599 } else if (style != kNormal_SkBlurStyle) {
601 dst->fRowBytes, sp, src.fRowBytes, sw, sh, style);
606 if (style == kInner_SkBlurStyle) {
741 const SkRect &src, SkBlurStyle style,
439 clamp_with_orig(uint8_t dst[], int dstRowBytes, const uint8_t src[], int srcRowBytes, int sw, int sh, SkBlurStyle style) argument
482 BoxBlur(SkMask* dst, const SkMask& src, SkScalar sigma, SkBlurStyle style, SkBlurQuality quality, SkIPoint* margin, bool force_quality) argument
740 BlurRect(SkScalar sigma, SkMask *dst, const SkRect &src, SkBlurStyle style, SkIPoint *margin, SkMask::CreateMode createMode) argument
841 BlurRRect(SkScalar sigma, SkMask *dst, const SkRRect &src, SkBlurStyle style, SkIPoint *margin, SkMask::CreateMode createMode) argument
854 BlurGroundTruth(SkScalar sigma, SkMask* dst, const SkMask& src, SkBlurStyle style, SkIPoint* margin) argument
[all...]
/external/skia/src/fonts/
H A DSkTestScalerContext.h4 * Use of this source code is governed by a BSD-style license that can be
60 SkTestTypeface(SkTestFont*, const SkFontStyle& style);
111 SkTypeface* CreateTestTypeface(const char* name, SkTypeface::Style style);
/external/skia/src/ports/
H A DSkTypeface_win_dw.h4 * Use of this source code is governed by a BSD-style license that can be
39 DWriteFontTypeface(const SkFontStyle& style, SkFontID fontID, argument
46 : SkTypeface(style, fontID, false)
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py32 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
33 wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-MacOffset(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
46 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
47 wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-MacOffset(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
102 wx.ListCtrl.__init__(self, parent, id, pos=pos, size=size, style=wx.LC_REPORT | wx.SUNKEN_BORDER)
150 def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.LC_REPORT | wx.SUNKEN_BORDER):
151 wx.ListCtrl.__init__(self, parent, id, pos=pos, size=size, style=style)
[all...]
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/_themes/webapp2/
H A Dpygapp2.py2 from pygments.style import Style
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/
H A Dmain.py122 for filename, style in inputs:
128 outputs.append(cssmin(style))
138 size=len(style),
165 cssmin(style)
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dparse_html_deps.py2 # Use of this source code is governed by a BSD-style license that can be
108 tags = self._soup.findAll('style')
139 inline_styles = soup.findAll('style')
140 for style in inline_styles:
141 html = controller.GetHTMLForInlineStylesheet(str(style.string))
143 ns = BeautifulSoup.Tag(soup, 'style')
145 style.replaceWith(ns)
147 style.extract()
/external/doclava/res/assets/templates/components/
H A Dleft_nav.cs39 <p style="padding:10px">Select a package to view its members</p><?cs
43 <div id="nav-tree" style="display:none">
53 $("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav");
/external/doclava/res/assets/templates/
H A Ddocpage.cs26 <a href="#top" style="float:right">&uarr; Go to top</a>
/external/freetype/src/autofit/
H A Daftypes.h199 * a specific style.
415 * is a `style class', grouping everything together.
435 AF_Style style; member in struct:AF_StyleClassRec_
532 style, \
540 style, \
614 ac->style = style_; \
/external/icu/icu4c/source/samples/layout/
H A Dgnomelayout.cpp253 GtkStyle *style = gtk_style_copy(gtk_widget_get_style(area)); local
256 style->fg[i] = style->white;
259 gtk_widget_set_style(area, style);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DTimeZoneJDK.java75 //public String getDisplayName(boolean daylight, int style)
79 public String getDisplayName(boolean daylight, int style, Locale locale) { argument
80 return fJdkTz.getDisplayName(daylight, style, locale);
84 public String getDisplayName(boolean daylight, int style, ULocale locale) { argument
85 return fJdkTz.getDisplayName(daylight, style, locale.toLocale());
/external/icu/icu4j/
H A Dstylesheet.css8 /* Javadoc style sheet */
10 /* Define colors, fonts and other style attributes here to override the defaults */
42 border-style: solid;
51 border-style: solid;

Completed in 2233 milliseconds

1234567891011>>