Searched refs:style (Results 126 - 150 of 633) sorted by relevance

1234567891011>>

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java41 public PageSiteComposite(Composite parent, int style) { argument
42 super(parent, style);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java42 public ButtonPropertyEditorPresentation(int style) { argument
43 m_style = style;
/external/icu/icu4c/source/common/
H A Dlistformatter.cpp80 const char* style,
129 const Locale& locale, const char *style, UErrorCode& errorCode) {
134 keyBuffer.append(':', errorCode).append(style, errorCode);
150 result = loadListFormatInternal(locale, style, errorCode);
172 const Locale& locale, const char * style, UErrorCode& errorCode) {
179 rb = ures_getByKeyWithFallback(rb, style, rb, &errorCode);
220 ListFormatter* ListFormatter::createInstance(const Locale& locale, const char *style, UErrorCode& errorCode) { argument
222 const ListFormatInternal* listFormatInternal = getListFormatInternal(tempLocale, style, errorCode);
128 getListFormatInternal( const Locale& locale, const char *style, UErrorCode& errorCode) argument
171 loadListFormatInternal( const Locale& locale, const char * style, UErrorCode& errorCode) argument
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DTimeZoneICU.java48 //public String getDisplayName(boolean daylight, int style)
52 public String getDisplayName(boolean daylight, int style, Locale locale) { argument
53 return fIcuTz.getDisplayName(daylight, style, locale);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp2 // Use of this source code is governed by a BSD-style license that can be
160 static FX_INT32 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style) argument
163 if ((style & FXFONT_BOLD) == (weight > 400)) {
166 if ((style & FXFONT_ITALIC) == bItalic) {
169 if ((style & FXFONT_SERIF) == (pitch_family & FXFONT_FF_ROMAN)) {
172 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) {
175 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) {
/external/skia/include/core/
H A DSkTypeface.h5 * Use of this source code is governed by a BSD-style license that can be
34 The SkTypeface class specifies the typeface and intrinsic style of a font.
45 /** Style specifies the intrinsic style attributes of a given typeface
56 /** Returns the typeface's intrinsic style attributes. */
61 /** Returns the typeface's intrinsic style attributes.
64 Style style() const { function in class:SkTypeface
70 /** Returns true if style() has the kBold bit set. */
73 /** Returns true if style() has the kItalic bit set. */
77 * This is a style bit, advance widths may vary even if this returns true.
101 static SkTypeface* RefDefault(Style style
[all...]
/external/skia/src/effects/
H A DSk1DPathEffect.cpp5 * Use of this source code is governed by a BSD-style license that can be
35 SkScalar phase, Style style) : fPath(path)
65 if ((unsigned)style >= kStyleCount) {
66 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
68 fStyle = style;
160 Style style = (Style)buffer.readUInt(); local
161 return SkPath1DPathEffect::Create(path, advance, phase, style);
204 // TODO: add path and style
34 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style style) argument
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp92 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) { argument
93 switch (style) {
104 create(style, status);
204 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
205 style = (UTimeUnitFormatStyle)(style + 1)) {
206 MessageFormat* pattern = patterns[style];
287 TimeUnitFormat::create(UTimeUnitFormatStyle style, UErrorCode& status) { argument
299 if (style < UTMUTFMT_FULL_STYL
351 readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCounts, UErrorCode& err) argument
472 checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) argument
540 searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName, TimeUnit::UTimeUnitFields srcTimeUnitField, const UnicodeString& srcPluralCount, const char* searchPluralCount, Hashtable* countToPatterns, UErrorCode& err) argument
[all...]
/external/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp4 * Use of this source code is governed by a BSD-style license that can be
339 static void fcpattern_from_skfontstyle(SkFontStyle style, FcPattern* pattern) {
356 int weight = map_ranges(style.weight(), weightRanges, SK_ARRAY_COUNT(weightRanges));
369 int width = map_ranges(style.width(), widthRanges, SK_ARRAY_COUNT(widthRanges));
373 FcPatternAddInteger(pattern, FC_SLANT, style.isItalic() ? FC_SLANT_ITALIC : FC_SLANT_ROMAN);
379 SkTypeface_stream(const SkFontStyle& style, bool fixedWidth, int index, SkStreamAsset* stream)
380 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth)
473 void getStyle(int index, SkFontStyle* style, SkString* styleName) override {
479 if (style) {
480 *style
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DHTMLImports.js4 * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
199 resolveUrlsInStyle: function(style) {
200 var doc = style.ownerDocument;
202 style.textContent = this.resolveUrlsInCssText(style.textContent, resolver);
203 return style;
389 importsSelectors: [ IMPORT_SELECTOR, "link[rel=stylesheet]", "style", "script:not([type])", 'script[type="text/javascript"]' ].join(","),
393 style: "parseStyle"
509 if (isIE && elt.localName === "style") {
599 function cloneStyle(style) {
[all...]
/external/nanopb-c/docs/
H A Dlsr.css75 font-style: italic;
79 font-style: normal;
144 font-style: italic;
198 font-style: italic;
238 font-style: italic;
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp4 * Use of this source code is governed by a BSD-style license that can be
146 void getStyle(int index, SkFontStyle*, SkString* style) override;
195 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
198 if (style) {
199 *style = fRecs[index].fStyle;
308 // TODO should the caller give us the style or should we get it from freetype?
309 SkFontStyle style; variable
311 if (!fScanner.scanFont(stream, 0, NULL, &style, &isFixedWidth)) {
315 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream.detach());
/external/linux-tools-perf/src/tools/perf/util/
H A Dsvghelper.c100 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n");
119 fprintf(svgfile, " ]]>\n </style>\n</defs>\n");
174 const char *style; local
180 style = "waiting";
183 style = "WAITING";
196 time2pixels(end)-time2pixels(start), SLOT_HEIGHT, style);
285 char style[128]; local
293 sprintf(style, "c%i", type);
296 style,
363 fprintf(svgfile, "<line x1=\"%4.8f\" y1=\"%4.2f\" x2=\"%4.8f\" y2=\"%4.2f\" style
442 svg_legenda_box(int X, const char *text, const char *style) argument
[all...]
/external/libvncserver/webclients/novnc/include/web-socket-js/
H A Dweb_socket.js227 container.style.position = "absolute";
229 container.style.left = "0px";
230 container.style.top = "0px";
232 container.style.left = "-100px";
233 container.style.top = "-100px";
/external/openssh/
H A Dauth1.c386 char *user, *style = NULL; local
395 if ((style = strchr(user, ':')) != NULL)
396 *style++ = '\0';
399 authctxt->style = style;
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp57 le_int32 style, run, runStyle; local
69 for (style = 0; style < styleCount; style += 1) {
70 currentRun[style] = 0;
77 * Since the last run limit for each style run must be
80 * style hits the last limit.
86 for (style = 0; style < styleCount; style
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
H A Ddebug.js93 style: 'width: 100%',
150 if (span.style && span.style.display == 'none') {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java798 * {@icu} Constant for empty style pattern.
804 * Constant for full style pattern.
810 * Constant for long style pattern.
816 * Constant for medium style pattern.
822 * Constant for short style pattern.
828 * Constant for default style pattern. Its value is MEDIUM.
834 * {@icu} Constant for relative style mask.
840 * {@icu} Constant for relative full style pattern.
846 * {@icu} Constant for relative style pattern.
852 * {@icu} Constant for relative style patter
1233 getTimeInstance(int style) argument
1248 getTimeInstance(int style, Locale aLocale) argument
1264 getTimeInstance(int style, ULocale locale) argument
1295 getDateInstance(int style) argument
1313 getDateInstance(int style, Locale aLocale) argument
1332 getDateInstance(int style, ULocale locale) argument
[all...]
H A DRelativeDateTimeFormatter.java69 * The formatting style
318 * NumberFormat object, style, and capitalization context
323 * @param style the style.
331 Style style,
345 style,
412 String result = this.qualitativeUnitMap.get(style).get(unit).get(direction);
455 * Return style
461 return style;
519 Style style,
328 getInstance( ULocale locale, NumberFormat nf, Style style, DisplayContext capitalizationContext) argument
513 RelativeDateTimeFormatter( EnumMap<Style, EnumMap<AbsoluteUnit, EnumMap<Direction, String>>> qualitativeUnitMap, EnumMap<Style, EnumMap<RelativeUnit, QuantityFormatter[]>> quantitativeUnitMap, MessageFormat combinedDateAndTime, PluralRules pluralRules, NumberFormat numberFormat, Style style, DisplayContext capitalizationContext, BreakIterator breakIterator, ULocale locale) argument
547 private final Style style; field in class:RelativeDateTimeFormatter
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGenderInfo.java29 private final ListGenderStyle style; // set based on locale field in class:GenderInfo
136 throw new IllegalArgumentException("Unknown gender style name: " + name);
169 switch(style) {
209 * @param genderStyle gender style
215 style = genderStyle;
233 // and find no resource assume that list gender style is NEUTRAL.
/external/lldb/source/Core/
H A DAddressRange.cpp142 AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style) const argument
150 switch (style)
157 m_base_addr.Dump(s, target, style, fallback_style);
/external/lldb/source/Symbol/
H A DLineEntry.cpp106 Address::DumpStyle style,
114 if (!range.Dump(s, target, style, fallback_style))
122 style,
101 Dump( Stream *s, Target *target, bool show_file, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_range ) const argument
/external/blktrace/btt/
H A Dbtt_plot.py285 def color(idx, style):
293 if style == 'line':
294 style = l_styles[(idx / len(l_styles)) % len(l_styles)]
295 elif style == 'marker':
296 style = m_styles[(idx / len(m_styles)) % len(m_styles)]
298 return '%s%s' % (color, style)
/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h17 * Derecated Java style constants (eg, INTEGER_FIELD)
120 * Starting from ICU 4.2, you can use createInstance() by passing in a 'style'
184 * Please use the C style constants defined in the header file unum.h.
700 * Creates the specified decimal format style of the desired locale.
702 * @param style the given style.
708 UNumberFormatStyle style,
720 UNumberFormatStyle style,
731 const Locale& inLocale, UNumberFormatStyle style, UErrorCode& status);
1032 * Creates the specified number format style o
[all...]
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java218 ParameterStyle style = (ps == null) ? ParameterStyle.BODY : Enum
222 return invoke(request, style);
264 public OAuthMessage invoke(OAuthMessage request, ParameterStyle style) argument
268 if (style == ParameterStyle.BODY && !(isPost && body == null)) {
269 style = ParameterStyle.QUERY_STRING;
274 switch (style) {

Completed in 5843 milliseconds

1234567891011>>