Home
last modified time | relevance | path

Searched defs:getText (Results 1 – 25 of 132) sorted by relevance

123456

/external/skia/src/animator/
DSkDrawText.h25 const char* getText() { return text.c_str(); } in getText() function
/external/chromium_org/third_party/skia/src/animator/
DSkDrawText.h25 const char* getText() { return text.c_str(); } in getText() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/text/
DTestClipboardManager.java14 public CharSequence getText() { in getText() method in TestClipboardManager
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowClipboardManager.java17 public CharSequence getText() { in getText() method in ShadowClipboardManager
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DOutputTest.java43 public String getText() { in getText() method in OutputTest
DBooleanTest.java38 public String getText() { in getText() method in BooleanTest
DReturnTest.java40 public String getText() { in getText() method in ReturnTest
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonErrorNode.js27 getText: function() { method
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DLocalePropertyEditor.java40 protected String getText(Property property) throws Exception { in getText() method in LocalePropertyEditor
DCharacterPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in CharacterPropertyEditor
DDoubleObjectPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in DoubleObjectPropertyEditor
DLongPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in LongPropertyEditor
DIntegerObjectPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in IntegerObjectPropertyEditor
DLongObjectPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in LongObjectPropertyEditor
DIntegerPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in IntegerPropertyEditor
DShortObjectPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in ShortObjectPropertyEditor
DStringArrayPropertyEditor.java44 protected String getText(Property property) throws Exception { in getText() method in StringArrayPropertyEditor
DFloatPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in FloatPropertyEditor
DShortPropertyEditor.java43 public String getText(Property property) throws Exception { in getText() method in ShortPropertyEditor
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonErrorNode.as41 public function getText():String { method in org.antlr.runtime.tree.CommonErrorNode
/external/nist-sip/java/javax/sip/header/
DReasonHeader.java15 String getText(); in getText() method
/external/skia/src/views/animated/
DSkStaticTextView.cpp84 size_t SkStaticTextView::getText(SkString* text) const in getText() function in SkStaticTextView
91 size_t SkStaticTextView::getText(char text[]) const in getText() function in SkStaticTextView
/external/chromium_org/third_party/skia/src/views/animated/
DSkStaticTextView.cpp84 size_t SkStaticTextView::getText(SkString* text) const in getText() function in SkStaticTextView
91 size_t SkStaticTextView::getText(char text[]) const in getText() function in SkStaticTextView
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
DStandardBean.java40 public String getText() { in getText() method in StandardBean
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTooltipTextProvider.java66 protected abstract String getText(Property property) throws Exception; in getText() method in PropertyTooltipTextProvider

123456