HomeSort by relevance Sort by last modified time
    Searched defs:text (Results 26 - 50 of 1907) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 27 where <kind> is either 'text' or 'data'
49 text() { function
  /external/skia/src/animator/
SkTextToPath.h 28 SkText* text; member in class:SkTextToPath
  /external/stlport/test/unit/
ostmit_test.cpp 36 const char* text = "hello"; local
41 copy(text, text + 5, iter);
  /frameworks/base/core/java/android/text/method/
TransformationMethod2.java 16 package android.text.method;
  /frameworks/base/core/java/android/text/style/
LineBackgroundSpan.java 17 package android.text.style;
28 CharSequence text, int start, int end,
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
AndroidBidi_Delegate.java 17 package android.text;
22 import com.ibm.icu.text.Bidi;
  /frameworks/base/tools/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 17 package android.text.format;
  /libcore/luni/src/main/java/java/text/spi/
CollatorProvider.java 18 package java.text.spi;
20 import java.text.Collator;
DateFormatSymbolsProvider.java 18 package java.text.spi;
20 import java.text.DateFormatSymbols;
DecimalFormatSymbolsProvider.java 18 package java.text.spi;
20 import java.text.DecimalFormatSymbols;
  /ndk/tests/device/test-gnustl-full/unit/
ostmit_test.cpp 36 const char* text = "hello"; local
41 copy(text, text + 5, iter);
  /ndk/tests/device/test-stlport/unit/
ostmit_test.cpp 36 const char* text = "hello"; local
41 copy(text, text + 5, iter);
  /libcore/luni/src/test/java/libcore/java/text/
OldCollationElementIteratorTest.java 18 package libcore.java.text;
20 import java.text.CollationElementIterator;
21 import java.text.Collator;
22 import java.text.RuleBasedCollator;
30 String text = "abc"; local
32 .getCollationElementIterator(text);
33 int[] orders = new int[text.length()];
42 assertEquals(text.length(), offset);
  /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/tests/view/src/android/view/inputmethod/cts/
ExtractedTextTest.java 32 CharSequence text = "test"; local
33 extractedText.text = text;
44 assertEquals(extractedText.text.toString(), target.text.toString());
  /cts/tests/src/android/text/format/cts/
LocaleUtils.java 17 package android.text.format.cts;
  /cts/tests/src/android/text/style/cts/
MockURLSpanTestActivity.java 17 package android.text.style.cts;
URLSpanStubActivity.java 17 package android.text.style.cts;
  /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;
  /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...]
  /external/chromium/chrome/browser/ui/webui/
textfields_ui.h 62 const std::wstring& text() const { return text_; } function in class:TextfieldsUI
63 void set_text(const std::wstring& text) { text_ = text; }

Completed in 1790 milliseconds

12 3 4 5 6 7 8 91011>>