Searched defs:style (Results 1 - 25 of 246) sorted by relevance

12345678910

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPointEncoder.java17 * @param style the style to use.
19 public void setPointFormat(String style); argument
/external/skia/experimental/ChromeUtils/
H A DSkBorder.cpp4 * Use of this source code is governed by a BSD-style license that can be
10 SkBorder::SkBorder(SkPaint& p, SkScalar width, BorderStyle style) argument
16 fStyles[i] = style;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStrictStyle.java1 package org.bouncycastle.asn1.x500.style;
H A DX500NameTokenizer.java1 package org.bouncycastle.asn1.x500.style;
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py25 # a '.clang-format' or '_clang-format' file to indicate the style that should be
27 style = 'file' variable
35 command = [binary, '-style', style]
H A Dclang-format.py34 # a '.clang-format' or '_clang-format' file to indicate the style that should be
36 style = 'file' variable
62 command = [binary, '-lines', lines, '-style', style, '-cursor', str(cursor)]
64 command.extend(['-fallback-style', fallback_style])
H A Dclang-format.el10 ;; style options, see <http://clang.llvm.org/docs/ClangFormatStyleOptions.html>.
48 (defcustom clang-format-style "file"
51 By default clang-format will load the style configuration from
57 (make-variable-buffer-local 'clang-format-style)
103 (defun clang-format-region (char-start char-end &optional style)
106 is no active region. If no style is given uses `clang-format-style'."
112 (unless style
113 (setq style clang-format-style))
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DSelfOrientingSashForm.java38 * Initialize a newly created control to have the given parent and style. The style describes the
41 * The style value is either one of the style constants defined in the class <code>SWT</code>
44 * <code>SWT</code> style constants. The class description for all SWT widget classes should
45 * include a comment which describes the style constants which are applicable to the class.
50 * @param style
51 * the style of widget to construct
64 public SelfOrientingSashForm(Composite parent, int style) { argument
65 super(parent, style);
[all...]
/external/icu/icu4c/source/io/
H A Dlocbund.cpp37 int32_t style; local
38 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) {
39 unum_close(gPosixNumberFormat[style]);
40 gPosixNumberFormat[style] = NULL;
47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { argument
50 if (result->fNumberFormat[style-1] == NULL) {
51 if (gPosixNumberFormat[style-1] == NULL) {
53 UNumberFormat *formatAlias = unum_open(style, NUL
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) argument
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
H A DTimeZoneNameProviderICU.java19 public String getDisplayName(String ID, boolean daylight, int style, Locale locale) { argument
36 switch (style) {
48 // switch (style) {
/external/skia/src/animator/
H A DSkPaintPart.h4 * Use of this source code is governed by a BSD-style license that can be
66 return SkTypeface::CreateFromName(fontName.c_str(), style); }
70 SkTypeface::Style style; member in class:SkDrawTypeface
/external/skia/src/ports/
H A DSkFontConfigTypeface.h4 * Use of this source code is governed by a BSD-style license that can be
21 static FontConfigTypeface* Create(const SkFontStyle& style, argument
24 return SkNEW_ARGS(FontConfigTypeface, (style, fi, familyName));
27 static FontConfigTypeface* Create(const SkFontStyle& style, bool fixedWidth, argument
29 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
45 FontConfigTypeface(const SkFontStyle& style, argument
48 : INHERITED(style, SkTypefaceCache::NewFontID(), false)
53 FontConfigTypeface(const SkFontStyle& style, bool fixedWidth, SkStreamAsset* localStream) argument
54 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth)
H A DSkFontHost_FreeType_common.h5 * Use of this source code is governed by a BSD-style license that can be
40 * name and style from a stream, using FreeType's API.
48 SkString* name, SkFontStyle* style, bool* isFixedPitch) const;
56 SkTypeface_FreeType(const SkFontStyle& style, SkFontID uniqueID, bool isFixedPitch) argument
57 : INHERITED(style, uniqueID, isFixedPitch)
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs35 private string style = "File"; field in class:LLVM.ClangFormat.OptionPageGrid
39 [Description("Coding style, currently supports:\n" +
53 get { return style; }
54 set { style = value; }
140 string style = GetStyle().Replace("\"", "\\\"");
144 " -style \"" + style + "\"";
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
H A DDateFormatProviderICU.java22 public DateFormat getDateInstance(int style, Locale locale) { argument
23 return getInstance(style, NONE, locale);
32 public DateFormat getTimeInstance(int style, Locale locale) { argument
33 return getInstance(NONE, style, locale);
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DTimeZoneNameTest.java71 private void checkDisplayNamePair(int style, String tzid, Locale loc, boolean warnOnly) { argument
84 String icuStdName = getIcuDisplayName(tzid, false, style, loc);
85 String icuDstName = getIcuDisplayName(tzid, true, style, loc);
87 checkDisplayName(false, style, tzid, loc, icuStdName, warnOnly);
88 checkDisplayName(true, style, tzid, loc, icuDstName, warnOnly);
92 private String getIcuDisplayName(String tzid, boolean daylight, int style, Locale loc) { argument
99 switch (style) {
115 private void checkDisplayName(boolean daylight, int style, String tzid, Locale loc, String icuname, boolean warnOnly) { argument
116 String styleStr = (style == TimeZone.SHORT) ? "SHORT" : "LONG";
118 String name = tz.getDisplayName(daylight, style, lo
[all...]
/external/libmtp/examples/
H A Dhotplug.c39 enum style { enum
52 enum style style = style_usbmap; local
66 style = style_udev;
69 style = style_hal;
72 style = style_usbids;
88 switch (style) {
90 printf("# UDEV-style hotplug map for libmtp\n");
111 printf("# usb.ids style device list from libmtp\n");
119 switch (style) {
[all...]
/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/skia/include/effects/
H A DSk1DPathEffect.h4 * Use of this source code is governed by a BSD-style license that can be
56 @param style how to transform path at each point (based on the current
60 Style style) {
61 return SkNEW_ARGS(SkPath1DPathEffect, (path, advance, phase, style));
59 Create(const SkPath& path, SkScalar advance, SkScalar phase, 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
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h62 EAS_I8 style; /* from STYLE */ member in struct:__anon14226
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h62 EAS_I8 style; /* from STYLE */ member in struct:__anon14276
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h62 EAS_I8 style; /* from STYLE */ member in struct:__anon14328
/external/bison/src/
H A Dprint_graph.c155 char const *style = local
165 style, fgraph);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java13 import org.bouncycastle.asn1.x500.style.BCStyle;
38 private X500NameStyle style; field in class:X500Name
41 public X500Name(X500NameStyle style, X500Name name) argument
44 this.style = style;
78 X500NameStyle style,
83 return getInstance(style, ((X500Name)obj).toASN1Primitive());
87 return new X500Name(style, ASN1Sequence.getInstance(obj));
105 X500NameStyle style,
108 this.style
77 getInstance( X500NameStyle style, Object obj) argument
104 X500Name( X500NameStyle style, ASN1Sequence seq) argument
125 X500Name( X500NameStyle style, RDN[] rDNs) argument
139 X500Name( X500NameStyle style, String dirName) argument
307 setDefaultStyle(X500NameStyle style) argument
[all...]

Completed in 582 milliseconds

12345678910