HomeSort by relevance Sort by last modified time
    Searched defs:text (Results 51 - 75 of 4188) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/tests/common/scenes/
GlyphStressAnimation.cpp 45 std::unique_ptr<uint16_t[]> text = TestUtils::asciiToUtf16( variable
59 canvas->drawText(text.get(), 0, textLength, textLength,
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
AndroidBidi_Delegate.java 17 package android.text;
23 import android.icu.text.Bidi;
  /frameworks/base/tools/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 17 package android.text.format;
  /frameworks/minikin/tests/perftests/
WordBreaker.cpp 29 std::vector<uint16_t> text = utf8ToUtf16(kLoremIpsum); local
31 wb.setText(text.data(), text.size());
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10253.go 17 var text = "abc" var
18 var s = &str{text}
21 return text[0] == s.text[0]
25 text string
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10253.go 17 var text = "abc" var
18 var s = &str{text}
21 return text[0] == s.text[0]
25 text string
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-longplt-lib.s 2 .text
3 text: label
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 39 import org.eclipse.swt.widgets.Text;
41 import java.text.MessageFormat;
44 * Custom DialogCellEditor, replacing the Label with an editable {@link Text} widget.
50 private Text text; field in class:EditableDialogCellEditor
81 text = new Text(cell, SWT.SINGLE);
82 text.addSelectionListener(new SelectionAdapter() {
88 text.addKeyListener(new KeyAdapter() {
104 text.addTraverseListener(new TraverseListener()
    [all...]
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
ExtractedTextTest.java 39 CharSequence text = "test"; local
40 extractedText.text = text;
51 assertEquals(extractedText.text.toString(), target.text.toString());
  /cts/tests/tests/text/src/android/text/cts/
SpannedTest.java 17 package android.text.cts;
24 import android.text.Spannable;
25 import android.text.SpannableString;
26 import android.text.SpannableStringBuilder;
27 import android.text.Spanned;
28 import android.text.SpannedString;
29 import android.text.style.LocaleSpan;
30 import android.text.style.QuoteSpan;
31 import android.text.style.UnderlineSpan;
74 final SpannableString text = new SpannableString("0123 5678") local
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
DummyActivity.java 27 TextView text = new TextView(this); local
28 text.setText("foo");
29 setContentView(text);
  /cts/tests/tests/text/src/android/text/format/cts/
LocaleUtils.java 17 package android.text.format.cts;
  /cts/tests/tests/text/src/android/text/method/cts/
EditTextNoIme.java 17 package android.text.method.cts;
TextMethodUtils.java 17 package android.text.method.cts;
TextViewNoIme.java 17 package android.text.method.cts;
  /cts/tests/tests/text/src/android/text/style/cts/
MockURLSpanTestActivity.java 17 package android.text.style.cts;
21 import android.text.cts.R;
URLSpanCtsActivity.java 17 package android.text.style.cts;
21 import android.text.cts.R;
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Marquee.java 17 package com.example.android.apis.text;
  /development/samples/StackWidget/src/com/example/android/stackwidget/
WidgetItem.java 20 public String text; field in class:WidgetItem
22 public WidgetItem(String text) {
23 this.text = text;
  /development/tools/bugreport/src/com/android/bugreport/util/
Line.java 20 * A line of text read from the original source file.
22 * Contains the text without the newline and line position (starting at 1)
27 public String text; field in class:Line
30 * Construct a new Line no lineno or text.
36 * Construct a new Line with the supplied lineno and text.
38 public Line(int lineno, String text) {
40 this.text = text;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
parseentities.py 20 def parse(text,pos=0,endpos=None):
24 endpos = len(text)
27 m = entityRE.search(text,pos,endpos)
62 text = infile.read() variable
63 defs = parse(text)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 47 NSString *text; variable
52 @property (retain, getter=text, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)anIndex Text:(NSString *)text;
56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText
    [all...]

Completed in 1254 milliseconds

1 23 4 5 6 7 8 91011>>