Searched refs:getLength (Results 26 - 50 of 151) sorted by relevance

1234567

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_nodechildnodesempty.java75 length = (int) childList.getLength();
H A Dhc_nodeclonenodefalse.java38 * method should return "employee" and the "getLength()"
79 length = (int) cloneChildren.getLength();
H A Dhc_nodelistindexgetlength.java31 * The "getLength()" method returns the number of nodes
35 * employee and invoke the "getLength()" method.
72 length = (int) employeeList.getLength();
H A Dhc_nodelistindexgetlengthofemptylist.java31 * The "getLength()" method returns the number of nodes
36 * invoke the "getLength()" method. It should contain
75 length = (int) textList.getLength();
H A Dnamednodemapchildnoderange.java75 length = (int) attributes.getLength();
H A Dnamednodemapnumberofnodes.java31 * The "getLength()" method returns the number of nodes
36 * list is created an invocation of the "getLength()"
74 length = (int) attributes.getLength();
H A Dnodeclonenodefalse.java38 * method should return "employee" and the "getLength()"
80 length = (int) cloneChildren.getLength();
H A Dnodecommentnodename.java71 for (int indexN10040 = 0; indexN10040 < elementList.getLength(); indexN10040++) {
H A Dnodecommentnodetype.java71 for (int indexN10040 = 0; indexN10040 < testList.getLength(); indexN10040++) {
H A Dnodecommentnodevalue.java71 for (int indexN10040 = 0; indexN10040 < elementList.getLength(); indexN10040++) {
H A Dnodelistindexgetlength.java31 * The "getLength()" method returns the number of nodes
69 length = (int) employeeList.getLength();
H A Dhc_nodeappendchildchildexists.java92 for (int indexN10085 = 0; indexN10085 < childList.getLength(); indexN10085++) {
99 for (int indexN1009C = 0; indexN1009C < childList.getLength(); indexN1009C++) {
H A Dhc_nodeclonenodetrue.java84 for (int indexN10065 = 0; indexN10065 < origList.getLength(); indexN10065++) {
91 for (int indexN1007B = 0; indexN1007B < clonedList.getLength(); indexN1007B++) {
H A Dhc_textparseintolistofelements.java87 length = (int) childList.getLength();
88 for (int indexN1007C = 0; indexN1007C < childList.getLength(); indexN1007C++) {
H A Dnodeclonenodetrue.java104 length = (int) childList.getLength();
107 for (int indexN100AE = 0; indexN100AE < clonedList.getLength(); indexN100AE++) {
H A Dnodelisttraverselist.java99 length = (int) employeeList.getLength();
100 for (int indexN100A4 = 0; indexN100A4 < employeeList.getLength(); indexN100A4++) {
H A Dtextparseintolistofelements.java88 length = (int) childList.getLength();
89 for (int indexN1007F = 0; indexN1007F < childList.getLength(); indexN1007F++) {
H A Dnodeinsertbefore.java106 length = (int) childList.getLength();
118 for (int indexN100DC = 0; indexN100DC < childList.getLength(); indexN100DC++) {
H A Dnodeinsertbeforenewchildexists.java107 length = (int) childList.getLength();
120 for (int indexN100DD = 0; indexN100DD < childList.getLength(); indexN100DD++) {
H A Dnodereplacechildnewchildexists.java103 length = (int) childList.getLength();
117 for (int indexN100DE = 0; indexN100DE < childList.getLength(); indexN100DE++) {
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributeListImpl.java117 int count = atts.getLength();
199 * @see org.xml.sax.AttributeList#getLength method in class:AttributeListImpl
201 public int getLength() {
/libcore/luni/src/test/java/libcore/xml/
H A DSaxTest.java45 assertEquals(1, attributes.getLength());
58 assertEquals(1, attributes.getLength());
73 assertEquals(1, attributes.getLength());
86 assertEquals(1, attributes.getLength());
105 assertEquals(1, attributes.getLength());
118 assertEquals(2, attributes.getLength());
136 assertEquals(1, attributes.getLength());
149 assertEquals(1, attributes.getLength());
H A DSimpleBuilderTest.java69 assertEquals(list.getLength(), 4);
96 for (int i = 0; i < list.getLength(); i++) {
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketTest.java302 assertTrue("Wrong size: " + receive.getLength(), receive
303 .getLength() == 10);
405 assertTrue("Wrong size data received: " + receive.getLength(),
406 receive.getLength() == sendBytes.length);
408 + new String(receive.getData(), 0, receive.getLength())
410 receive.getData(), 0, receive.getLength())
490 + receive.getLength(),
491 receive.getLength() == sendBytes.length);
493 + new String(receive.getData(), 0, receive.getLength())
495 receive.getData(), 0, receive.getLength())
[all...]
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DTextImpl.java51 substringData(offset, getLength() - offset));
157 if (getLength() == 0) {

Completed in 1272 milliseconds

1234567