OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textList
(Results
1 - 6
of
6
) 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);
/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar
/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar
Completed in 589 milliseconds