HomeSort by relevance Sort by last modified time
    Searched refs:textValue (Results 1 - 25 of 51) sorted by null

1 2 3

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodetextnodevalue.java 67 String textValue;
72 textValue = textNode.getNodeValue();
73 assertEquals("textNodeValue", "1230 North Ave. Dallas, Texas 98551", textValue);
nodetextnodevalue.java 68 String textValue;
73 textValue = textNode.getNodeValue();
74 assertEquals("nodeTextNodeValueAssert1", "1230 North Ave. Dallas, Texas 98551", textValue);
  /external/javassist/src/main/javassist/compiler/
Lex.java 24 public String textValue;
89 return currentToken.textValue;
239 token.textValue = tbuf.toString();
452 token.textValue = name;
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 170 String textValue = textNode->data();
171 TextBreakIterator* wordIterator = wordBreakIterator(textValue, 0, textValue.length());
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 648 String textValue = "";
654 textValue += child.getNodeValue();
661 newChild.setValue(textValue);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 302 String textValue = text.getText().trim();
303 if (textValue.length() == 0) {
316 javaPackage, textValue);
  /prebuilts/devtools/tools/lib/
common.jar 
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.0/
common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.2/
common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.0/
common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.1/
common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.3/
common-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.0/
common-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.1/
common-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.3/
common-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.8.0/
common-22.8.0.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 

Completed in 588 milliseconds

1 2 3