HomeSort by relevance Sort by last modified time
    Searched full:text (Results 276 - 300 of 10516) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/css/
CSSPropertyNames.in 115 text-align
116 text-decoration
117 text-indent
118 text-line-through
119 text-line-through-color
120 text-line-through-mode
121 text-line-through-style
122 text-line-through-width
123 text-overflow
124 text-overlin
    [all...]
  /frameworks/base/awt/java/awt/font/
LineBreakMeasurer.java 24 import java.text.AttributedCharacterIterator; //???AWT: import java.text.BreakIterator;
30 * representation of a text in order to determine where to add line breaks so
31 * the resulting line of text fits its wrapping width. The wrapping width
55 * Instantiates a new LineBreakMeasurer object for the specified text.
57 * @param text
58 * the AttributedCharacterIterator object which contains text
64 public LineBreakMeasurer(AttributedCharacterIterator text, FontRenderContext frc) {
65 // ???AWT: this(text, BreakIterator.getLineInstance(), frc);
69 * ???AWT public LineBreakMeasurer( AttributedCharacterIterator text,
    [all...]
  /packages/apps/Calculator/res/layout-land/
main.xml 46 android:text="@string/clear"
78 android:text="@string/digit7"
83 android:text="@string/digit8"
88 android:text="@string/digit9"
93 android:text="@string/leftParen"
98 android:text="@string/rightParen"
103 android:text="@string/mul"
115 android:text="@string/digit4"
120 android:text="@string/digit5"
125 android:text="@string/digit6
    [all...]
  /packages/apps/Calculator/res/layout-port/
main.xml 70 android:text="@string/clear"
86 android:text="@string/digit7"
91 android:text="@string/digit8"
96 android:text="@string/digit9"
101 android:text="@string/div"
113 android:text="@string/digit4"
118 android:text="@string/digit5"
123 android:text="@string/digit6"
128 android:text="@string/mul"
140 android:text="@string/digit1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextAttributeNode.java 31 import org.eclipse.swt.widgets.Text;
36 * Represents an XML attribute in that can be modified using a simple text field
39 * The XML attribute has no default value. When unset, the text field is blank.
47 /** Text field */
48 private Text mText;
57 * Creates a label widget and an associated text field.
66 Text text = SectionHelper.createLabelAndText(parent, managedForm.getToolkit(), local
70 setTextWidget(text);
123 * Sets the Text widget object, and prepares it to handle modification and synchronizatio
    [all...]
  /packages/experimental/RpcPerformance/res/layout/
main.xml 15 android:text="Iteration count:"
23 android:text="100"
31 android:text="Profile filename:"
49 android:text="Seek + read cached:"
55 android:text="File read"
66 android:text="Open + write + close:"
72 android:text="File write"
85 android:text="Settings read xproc:"
91 android:text="Settings read"
102 android:text="... + post sleep:
    [all...]
  /development/samples/ApiDemos/res/layout/
scrollbar3.xml 42 android:text="@string/scrollbar_2_text" />
46 android:text="@string/scrollbar_2_text" />
50 android:text="@string/scrollbar_2_text" />
54 android:text="@string/scrollbar_2_text" />
58 android:text="@string/scrollbar_2_text" />
62 android:text="@string/scrollbar_2_text" />
66 android:text="@string/scrollbar_2_text" />
70 android:text="@string/scrollbar_2_text" />
74 android:text="@string/scrollbar_2_text" />
78 android:text="@string/scrollbar_2_text" /
    [all...]
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 14 #define TEST_MIME "text/plain"
70 gchar *text; local
79 text = g_bookmark_file_get_title (bookmark, NULL, &error);
81 g_assert_cmpstr (text, ==, "a file");
82 g_free (text);
84 text = g_bookmark_file_get_description (bookmark, NULL, &error);
86 g_assert_cmpstr (text, ==, "a bookmark file");
87 g_free (text);
94 text = g_bookmark_file_get_title (bookmark, TEST_URI_0, &error);
96 g_assert_cmpstr (text, ==, "a title")
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebTextIterator.h 47 @abstract Moves the WebTextIterator to the next bit of text or boundary between runs of text.
48 The iterator can break up runs of text however it finds convenient, so clients need to handle
49 text runs that are broken up into arbitrary pieces.
61 @result Length of the current text. Length of zero means that the iterator is at a boundary,
62 such as an image, that separates runs of text.
68 @result A pointer to the current text. Like the WebTextIterator itself, the pointer becomes
76 @abstract A function that identifies the specific document range that text corresponds to.
77 This can be quite costly to compute for non-text items, so when possible this should only
78 be called once the caller has determined that the text is text it wants to process. If yo
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 212 char * StringSearchTest::toCharString(const UnicodeString &text)
217 int length = text.length();
220 UChar ch = text[count];
269 errln("Text: %s", str);
285 errln("Error getting following matched text");
294 errln("Text: %s", str);
310 errln("Text: %s", str);
325 errln("Error getting following matched text");
335 errln("Text: %s", str);
359 u_unescape(search->text, temp, 128)
360 UnicodeString text; local
419 UnicodeString text; local
472 UnicodeString text; local
510 UnicodeString text; local
625 UnicodeString text; local
757 UnicodeString text; local
890 UnicodeString text; local
934 UnicodeString text; local
1009 UnicodeString text; local
1104 UnicodeString text; local
1315 UnicodeString text; local
1379 UnicodeString text; local
1653 UnicodeString text; local
1759 UnicodeString text; local
1799 UnicodeString text; local
1862 UnicodeString text; local
1928 UnicodeString text; local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
Spannable_FactoryTest.java 17 package android.text.cts;
20 import android.text.Spannable;
21 import android.text.SpannableString;
22 import android.text.Spannable.Factory;
39 final String text = "test newSpannable"; local
42 Spannable spannable = factory.newSpannable(text);
45 assertEquals(text, spannable.toString());
  /cts/tests/tests/text/src/android/text/style/cts/
ReplacementSpanTest.java 17 package android.text.style.cts;
23 import android.text.TextPaint;
24 import android.text.style.ReplacementSpan;
36 args = {android.text.TextPaint.class}
47 args = {android.text.TextPaint.class}
59 public void draw(Canvas canvas, CharSequence text, int start, int end,
65 public int getSize(Paint paint, CharSequence text, int start, int end,
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
AnnotationTest.java 18 package org.apache.harmony.text.tests.java.text;
27 import java.text.Annotation;
33 * @tests java.text.Annotation(Object)
47 * @tests java.text.Annotation.getValue()
63 * @tests java.text.Annotation.toString()
74 "java.text.Annotation[value=HelloWorld]", ant.toString());
  /development/apps/Development/src/com/android/development/
LogTextBox.java 21 import android.text.method.ScrollingMovementMethod;
22 import android.text.method.MovementMethod;
23 import android.text.method.KeyListener;
24 import android.text.method.TransformationMethod;
25 import android.text.Editable;
69 public void setText(CharSequence text, BufferType type) {
70 super.setText(text, BufferType.EDITABLE);
  /external/webkit/WebCore/dom/
Text.h 30 class Text : public CharacterData {
34 static PassRefPtr<Text> create(Document*, const String&);
35 static PassRefPtr<Text> createWithLengthLimit(Document*, const String&, unsigned& charsLeft, unsigned lengthLimit = defaultLengthLimit);
37 PassRefPtr<Text> splitText(unsigned offset, ExceptionCode&);
42 PassRefPtr<Text> replaceWholeText(const String&, ExceptionCode&);
47 Text(Document*, const String&);
58 virtual PassRefPtr<Text> virtualCreate(const String&);
  /external/webkit/WebCore/editing/
InsertIntoTextNodeCommand.h 33 class Text;
37 static PassRefPtr<InsertIntoTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, const String& text)
39 return adoptRef(new InsertIntoTextNodeCommand(node, offset, text));
43 InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text);
48 RefPtr<Text> m_node;
JoinTextNodesCommand.h 33 class Text;
37 static PassRefPtr<JoinTextNodesCommand> create(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
43 JoinTextNodesCommand(PassRefPtr<Text>, PassRefPtr<Text>);
48 RefPtr<Text> m_text1;
49 RefPtr<Text> m_text2;
  /external/webkit/WebCore/manual-tests/
mouseevents-on-textnodes.html 5 <script type="text/javascript" language="javascript" charset="utf-8">
19 <p><b>BUG ID:</b> <a href="rdar://problem/4196646">4196646</a> target returns text node when it should return the parent node</p>
31 Specifically, tests #1 and #3 below will alert "[object TEXT]"
34 <p>1. click on this text - you should see an alert that says "[object P]"</p>
36 <div style="border: 1px dotted red; width: 500px; ">2. click on white space next to this text --> <br>you should see an alert that says "[object DIV]" --> </div><br>
38 3. click on this text - you should see an alert that says "[object BODY]"<br><br>
40 4. click on empty whitespace on this page, below this text - you should see an alert that says "[object HTML]"
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.ui 28 <property name="text" >
39 <property name="text" >
50 <property name="text" >
61 <property name="text" >
72 <property name="text" >
107 <property name="text" >
114 <property name="text" >
  /frameworks/base/core/java/android/text/method/
SingleLineTransformationMethod.java 17 package android.text.method;
20 import android.text.Editable;
21 import android.text.GetChars;
22 import android.text.Spannable;
23 import android.text.Spanned;
24 import android.text.SpannedString;
25 import android.text.TextUtils;
TransformationMethod.java 17 package android.text.method;
26 * from causing line breaks in single-line text fields.
31 * Returns a CharSequence that is a transformation of the source text --
33 * Beware that the returned text must be exactly the same length as
34 * the source text, and that if the source text is Editable, the returned
35 * text must mirror it dynamically instead of doing a one-time copy.
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 17 package android.text.style;
23 import android.text.Spanned;
24 import android.text.Layout;
44 CharSequence text, int start, int end,
46 int st = ((Spanned) text).getSpanStart(this);
55 public void chooseHeight(CharSequence text, int start, int end,
58 if (end == ((Spanned) text).getSpanEnd(this)) {
  /packages/apps/Camera/src/com/android/camera/ui/
StringTexture.java 31 public StringTexture(String text, Paint paint,
34 mText = text;
40 public static StringTexture newInstance(String text, Paint paint) {
42 int width = (int) (.5f + paint.measureText(text)) + DEFAULT_PADDING * 2;
44 return new StringTexture(text, paint, metrics, width, height);
48 String text, float textSize, int color) {
54 return newInstance(text, paint);
  /packages/apps/Settings/res/layout/
bluetooth_device_info.xml 29 android:text="@string/bluetooth_device_info_alias" />
34 android:text="@string/bluetooth_device_info_no_alias" />
39 android:text="@string/bluetooth_device_info_connectButton_text" />
44 android:text="@string/bluetooth_device_info_delete" />
49 android:text="@string/bluetooth_device_info_sdp" />
54 android:text="@string/bluetooth_device_info" />
59 android:text="@string/bluetooth_device_info_deviceInfo_text" />
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 26 import org.eclipse.swt.widgets.Text;
31 * on all the {@link Text} widgets.
38 private Text mDecimalText;
39 private Text mSexagesimalDegreeText;
40 private Text mSexagesimalMinuteText;
41 private Text mSexagesimalSecondText;
43 /** Internal flag to prevent {@link ModifyEvent} to be sent when {@link Text#setText(String)}
48 * ModifyListener for the 3 {@link Text} controls of the sexagesimal mode.
68 * Creates the {@link Text} control for the decimal display of the coordinate.
92 * Creates the {@link Text} control for the "degree" display of the coordinate in sexagesima
184 Text text = new Text(parent, SWT.BORDER | SWT.LEFT | SWT.SINGLE); local
    [all...]

Completed in 1551 milliseconds

<<11121314151617181920>>