HomeSort by relevance Sort by last modified time
    Searched refs:style (Results 26 - 50 of 3717) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/text/spi/
DateFormatProvider.java 50 * with the given formatting style for the specified locale.
51 * @param style the given formatting style. Either one of
57 * @exception IllegalArgumentException if <code>style</code> is invalid,
66 public abstract DateFormat getTimeInstance(int style, Locale locale);
70 * with the given formatting style for the specified locale.
71 * @param style the given formatting style. Either one of
77 * @exception IllegalArgumentException if <code>style</code> is invalid,
86 public abstract DateFormat getDateInstance(int style, Locale locale)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
char.s 1 ; Test MRI style character constants.
label.d 5 # Test using an MRI style label
label.s 1 ; Test using an MRI style label
2 * Also test MRI style comments
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
hash1a.d 2 #ld: -shared --hash-style=sysv
hash1b.d 2 #ld: -shared --hash-style=both
hash1c.d 2 #ld: -shared --hash-style=gnu
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
ear.s 6 #test old-style toe _EAR_ syms
14 #test new-style _EAR_ syms
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
ScalarEvent.java 25 // style flag of a scalar event indicates the style of the scalar. Possible
27 private final Character style; field in class:ScalarEvent
31 // and non-plain style correspondingly.
35 Mark startMark, Mark endMark, Character style) {
40 this.style = style;
54 * Style of the scalar.
57 * <dd>Flow Style - Plain</dd>
59 * <dd>Flow Style - Single-Quoted</dd
    [all...]
  /frameworks/base/tools/aapt2/
ValueVisitor_test.cpp 41 Style* visitedStyle = nullptr;
47 void visit(Style* style) override {
48 visitedStyle = style;
49 ValueVisitor::visit(style);
62 std::unique_ptr<Style> style = test::StyleBuilder() local
63 .setParent(u"@android:style/foo")
68 style->accept(&visitor);
70 ASSERT_EQ(style.get(), visitor.visitedStyle)
80 std::unique_ptr<Style> style = test::StyleBuilder() local
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 21 import android.text.style.*;
84 int[] style = nativeGetStyle(mNative, idx); local
86 if (localLOGV) Log.v(TAG, "Got styles: " + Arrays.toString(style));
87 if (style != null) {
92 // the style array is a flat array of <type, start, end> hence
94 for (int styleIndex = 0; styleIndex < style.length; styleIndex += 3) {
95 int styleId = style[styleIndex];
103 // id already found skip to next style
134 res = applyStyles(str, style, mStyleIDs);
166 private CharSequence applyStyles(String str, int[] style, StyleIDs ids)
245 style[i+1], style[i+2]+1, local
252 style[i+1], style[i+2]+1, local
259 style[i+1], style[i+2]+1, local
    [all...]
  /external/tlsdate/
events.dot 7 node[style=filled,color=lightblue];
10 state_label[shape=box,style=dashed,label="States"];
22 style=filled;
23 wake_label[shape=box,style=dashed,label="Wake Events"];
31 dbus_label[shape=box,style=dashed,label="DBus Events"];
36 cros_user_set_time -> sync [style=dotted];
42 sync_label[shape=box,style=dashed,label="Network Sync"];
46 tlsdate_fail -> tlsdate [label="retry",style=dotted];
51 save_label[shape=box,style=dashed,label="Save to the system"];
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImpl21.java 28 Notification.MediaStyle style = new Notification.MediaStyle(b.getBuilder()); local
30 style.setShowActionsInCompactView(actionsToShowInCompact);
33 style.setMediaSession((MediaSession.Token) token);
  /frameworks/base/tools/aapt2/link/
AutoVersioner_test.cpp 57 .addValue(u"@app:style/Foo", ResourceId(0x7f020000), test::parseConfigOrDie("v4"),
68 .addValue(u"@app:style/Foo", ResourceId(0x7f020000), test::parseConfigOrDie("v21"),
83 Style* style = test::getValueForConfig<Style>(table.get(), u"@app:style/Foo", local
85 ASSERT_NE(style, nullptr);
86 ASSERT_EQ(style->entries.size(), 1u);
87 AAPT_ASSERT_TRUE(style->entries.front().key.name);
88 EXPECT_EQ(style->entries.front().key.name.value()
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeDeviceActivity.java 47 * Delay that allows the Holo-style CalendarView to settle to its final
204 new Theme(Theme.HOLO, android.R.style.Theme_Holo,
206 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog,
208 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog_MinWidth,
210 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog_NoActionBar,
212 new Theme(Theme.HOLO, android.R.style.Theme_Holo_Dialog_NoActionBar_MinWidth,
214 new Theme(Theme.HOLO, android.R.style.Theme_Holo_DialogWhenLarge,
216 new Theme(Theme.HOLO, android.R.style.Theme_Holo_DialogWhenLarge_NoActionBar,
218 new Theme(Theme.HOLO, android.R.style.Theme_Holo_InputMethod,
220 new Theme(Theme.HOLO, android.R.style.Theme_Holo_NoActionBar
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
MetricAffectingSpanTest.java 17 package android.text.style.cts;
21 import android.text.style.CharacterStyle;
22 import android.text.style.MetricAffectingSpan;
23 import android.text.style.SuperscriptSpan;
  /external/skia/src/core/
SkMaskCache.h 4 * Use of this source code is governed by a BSD-style license that can be
26 static SkCachedData* FindAndRef(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
29 static SkCachedData* FindAndRef(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
36 static void Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
39 static void Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
  /frameworks/base/core/java/android/text/style/
TabStopSpan.java 17 package android.text.style;
  /frameworks/base/libs/androidfw/tests/data/system/
R.h 30 namespace style { namespace in namespace:android::R
  /libcore/ojluni/src/main/java/java/util/spi/
TimeZoneNameProvider.java 66 * @param style either {@link java.util.TimeZone#LONG TimeZone.LONG} or
71 * @exception IllegalArgumentException if <code>style</code> is invalid,
79 public abstract String getDisplayName(String ID, boolean daylight, int style, Locale locale);
  /external/chromium-trace/catapult/third_party/graphy/graphy/
line_chart_test.py 39 chart.AddSeries(points=[1, 2, 3], style=line_chart.LineStyle.solid(),
43 self.assertEqual(series.style.width, line_chart.LineStyle.solid().width)
44 self.assertEqual(series.style.on, line_chart.LineStyle.solid().on)
45 self.assertEqual(series.style.off, line_chart.LineStyle.solid().off)
64 self.assertEqual('color', chart.data[0].style.color)
83 style=line_chart.LineStyle.solid)
86 series.style = line_chart.LineStyle.solid
89 series.style = line_chart.LineStyle.solid
91 self.assertEqual(1, series.style.width)
92 self.assertEqual(1, series.style.on
    [all...]
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 21 public enum Style {
26 Style(int value) {
34 * applies to drawings when the paint's style is STROKE or STROKE_AND_FILL.
35 * If the paint's style is FILL, then this effect is ignored. The paint's
40 * @param style how to transform the shape at each position as it is stamped
43 Style style) {
45 style.native_style);
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$style.class 
  /hardware/intel/common/libva/
style_unify 6 astyle --style=linux -s4 -c -s -p -U -H -n $i
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
ThemeHelper.java 45 return R.style.Theme_Leanback_FormWizard_Transparent;
47 return R.style.Theme_Leanback_FormWizard_Solid;

Completed in 1152 milliseconds

12 3 4 5 6 7 8 91011>>