Searched refs:getLength (Results 76 - 100 of 155) sorted by relevance

1234567

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_nodelisttraverselist.java84 for (int indexN10073 = 0; indexN10073 < employeeList.getLength(); indexN10073++) {
H A Dnodechildnodes.java79 for (int indexN1006C = 0; indexN1006C < childNodes.getLength(); indexN1006C++) {
H A Dnodecloneattributescopied.java83 for (int indexN10065 = 0; indexN10065 < attributes.getLength(); indexN10065++) {
H A Dnodecommentnodeattributes.java72 for (int indexN10043 = 0; indexN10043 < childList.getLength(); indexN10043++) {
H A Dnodeelementnodeattributes.java81 for (int indexN1005C = 0; indexN1005C < addrAttr.getLength(); indexN1005C++) {
H A Dnodelistindexnotzero.java74 length = (int) employeeList.getLength();
H A Dnodelistreturnfirstitem.java72 length = (int) employeeList.getLength();
H A Dnodelistreturnlastitem.java70 length = (int) employeeList.getLength();
H A Dnoderemovechildgetnodename.java74 length = (int) childList.getLength();
H A Dnoderemovechildnode.java80 length = (int) childList.getLength();
H A Dnodereplacechildnodename.java76 length = (int) childList.getLength();
H A Ddocumenttypegetentities.java92 for (int indexN1007B = 0; indexN1007B < entityList.getLength(); indexN1007B++) {
H A Dhc_nodeappendchilddocfragment.java99 for (int indexN100A2 = 0; indexN100A2 < childList.getLength(); indexN100A2++) {
H A Dhc_nodechildnodesappendchild.java95 for (int indexN10087 = 0; indexN10087 < childList.getLength(); indexN10087++) {
H A Dhc_nodeinsertbefore.java93 for (int indexN10091 = 0; indexN10091 < childList.getLength(); indexN10091++) {
H A Dhc_nodeinsertbeforenewchildexists.java93 for (int indexN1008C = 0; indexN1008C < childList.getLength(); indexN1008C++) {
H A Dhc_noderemovechildnode.java94 for (int indexN10098 = 0; indexN10098 < childList.getLength(); indexN10098++) {
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddocumentimportnode13.java86 importedLen = (int) importedList.getLength();
H A Delementsetattributenodens01.java99 length = (int) attributes.getLength();
H A DgetElementsByTagNameNS04.java90 for (int indexN10059 = 0; indexN10059 < elementList.getLength(); indexN10059++) {
H A DgetElementsByTagNameNS11.java92 for (int indexN1005E = 0; indexN1005E < elementList.getLength(); indexN1005E++) {
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DCharacterDataImpl.java61 public int getLength() { method in class:CharacterDataImpl
/libcore/support/src/test/java/tests/support/
H A DSupport_Xml.java43 assertEquals(1, children.getLength());
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DXMLReaderAdapter.java468 * @see org.xml.sax.AttributeList#getLength
470 public int getLength ()
472 return attributes.getLength();
466 public int getLength () method in class:XMLReaderAdapter.AttributesAdapter
/libcore/luni/src/test/java/dalvik/system/
H A DVMRuntimeTest.java46 assertEquals(Array.getLength(array), i);
100 assertTrue(Array.getLength(array) >= i);

Completed in 613 milliseconds

1234567