Searched defs:getText (Results 1 - 25 of 158) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as41 public function getText():String { function
71 ", resync="+getText()+">";
74 return "<mismatched token: "+trappedException.token+", resync="+getText()+">";
78 ", resync="+getText()+">";
80 return "<error: "+getText()+">";
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java38 public String getText() { method in class:BooleanTest
H A DOutputTest.java43 public String getText() { method in class:OutputTest
44 return token.getText();
65 return token.getText();
H A DReturnTest.java40 public String getText() { method in class:ReturnTest
41 return retval.getText();
61 String expect = retval.getText();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowClipboardManager.java17 public CharSequence getText() { method in class:ShadowClipboardManager
H A DShadowEditText.java41 public Editable getText() { method in class:ShadowEditText
42 CharSequence text = super.getText();
/external/skia/src/animator/
H A DSkDrawText.h25 const char* getText() { return text.c_str(); } function in class:SkText
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonErrorNode.java67 public String getText() { method in class:CommonErrorNode
97 ", resync="+getText()+">";
100 return "<mismatched token: "+trappedException.token+", resync="+getText()+">";
104 ", resync="+getText()+">";
106 return "<error: "+getText()+">";
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
H A DStandardBean.java40 public String getText() { method in class:StandardBean
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DCharacterPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:CharacterPropertyEditor
58 return getText(property);
H A DDoubleObjectPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:DoubleObjectPropertyEditor
61 return getText(property);
H A DDoublePropertyEditor.java43 public String getText(Property property) throws Exception { method in class:DoublePropertyEditor
59 return getText(property);
H A DFloatPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:FloatPropertyEditor
58 return getText(property);
H A DIntegerObjectPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:IntegerObjectPropertyEditor
61 return getText(property);
H A DIntegerPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:IntegerPropertyEditor
58 return getText(property);
H A DLocalePropertyEditor.java40 protected String getText(Property property) throws Exception { method in class:LocalePropertyEditor
H A DLongObjectPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:LongObjectPropertyEditor
61 return getText(property);
H A DLongPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:LongPropertyEditor
58 return getText(property);
H A DShortObjectPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:ShortObjectPropertyEditor
61 return getText(property);
H A DShortPropertyEditor.java43 public String getText(Property property) throws Exception { method in class:ShortPropertyEditor
58 return getText(property);
H A DStringArrayPropertyEditor.java44 protected String getText(Property property) throws Exception { method in class:StringArrayPropertyEditor
H A DStringComboPropertyEditor.java40 protected String getText(Property property) throws Exception { method in class:StringComboPropertyEditor
58 combo.setText(getText(property));
H A DTextDisplayPropertyEditor.java34 String text = getText(property);
44 protected abstract String getText(Property property) throws Exception; method in class:TextDisplayPropertyEditor
/external/nist-sip/java/javax/sip/header/
H A DReasonHeader.java15 String getText(); method in interface:ReasonHeader
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/text/
H A DTestClipboardManager.java14 public CharSequence getText() { method in class:TestClipboardManager

Completed in 4236 milliseconds

1234567