HomeSort by relevance Sort by last modified time
    Searched full:textvalue (Results 1 - 25 of 25) sorted by null

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodetextnodevalue.js 96 var textValue;
107 textValue = textNode.nodeValue;
109 assertEquals("textNodeValue","1230 North Ave. Dallas, Texas 98551",textValue);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodetextnodevalue.js 96 var textValue;
107 textValue = textNode.nodeValue;
109 assertEquals("textNodeValue","1230 North Ave. Dallas, Texas 98551",textValue);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform02.js 100 var textValue;
128 textValue = text.nodeValue;
130 assertEquals("noCharNormalization","barsuc?on",textValue);
checkcharacternormalization01.js 100 var textValue;
122 textValue = text.nodeValue;
124 assertEquals("noCharNormalization","barsuc?on",textValue);
checkcharacternormalization03.js 100 var textValue;
128 textValue = text.nodeValue;
130 assertEquals("noCharNormalization","barsuc?on",textValue);
normalizecharacters01.js 100 var textValue;
122 textValue = text.nodeValue;
124 assertEquals("noCharNormalization","barsuc?on",textValue);
normalizecharacters02.js 100 var textValue;
128 textValue = text.nodeValue;
130 assertEquals("charNormalized","barsuçon",textValue);
normalizecharacters03.js 100 var textValue;
122 textValue = text.nodeValue;
124 assertEquals("noCharNormalization","barsuc?on",textValue);
normalizecharacters04.js 100 var textValue;
128 textValue = text.nodeValue;
130 assertEquals("noCharNormalization","barsuçon",textValue);
normalizecharacters05.js 100 var textValue;
122 textValue = text.nodeValue;
124 assertEquals("noCharNormalization","barsuc?on",textValue);
normalizecharacters06.js 100 var textValue;
128 textValue = text.nodeValue;
130 assertEquals("noCharNormalization","barsuçon",textValue);
normalizecharacters07.js 100 var textValue;
122 textValue = text.nodeValue;
124 assertEquals("noCharNormalization","suc?on",textValue);
normalizecharacters08.js 100 var textValue;
128 textValue = text.nodeValue;
130 assertEquals("noCharNormalization","suçon",textValue);
checkcharacternormalization02.js 100 var textValue;
handleerror02.js 140 var textValue;
  /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;
  /sdk/lint/cli/src/com/android/tools/lint/
HtmlReporter.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 475 * @param textValue the text value to be appended and escaped
477 public static void appendXmlTextValue(StringBuilder sb, String textValue) {
478 for (int i = 0, n = textValue.length(); i < n; i++) {
479 char c = textValue.charAt(i);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 298 String textValue = text.getText().trim();
299 if (textValue.length() == 0) {
312 javaPackage, textValue);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1258 milliseconds