HomeSort by relevance Sort by last modified time
    Searched refs:textList (Results 1 - 9 of 9) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelistindexgetlengthofemptylist.java 68 NodeList textList;
74 textList = textNode.getChildNodes();
75 length = (int) textList.getLength();
nodelistindexgetlengthofemptylist.java 70 NodeList textList;
77 textList = textNode.getChildNodes();
78 assertSize("nodelistIndexGetLengthOfEmptyListAssert", 0, textList);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
normalize01.java 74 NodeList textList;
82 textList = firstChild.getChildNodes();
83 textNode = (CharacterData) textList.item(0);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Normalize.java 79 NodeList textList;
87 textList = firstChild.getChildNodes();
88 textNode = (CharacterData) textList.item(0);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodelistindexgetlengthofemptylist.js 97 var textList;
109 textList = textNode.childNodes;
111 length = textList.length;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodelistindexgetlengthofemptylist.js 97 var textList;
109 textList = textNode.childNodes;
111 length = textList.length;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 333 * Returns exactly the same result as Address.pack(Address.parse(textList)).
335 public static String parseAndPack(String textList) {
336 return Address.pack(Address.parse(textList));
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 148 public void setItems(String[] textList) {
149 mTextList = textList;
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java     [all...]

Completed in 266 milliseconds