HomeSort by relevance Sort by last modified time
    Searched refs:getLength (Results 151 - 175 of 549) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelistindexequalzero.java 75 length = (int) employeeList.getLength();
hc_nodelistreturnlastitem.java 72 index = (int) employeeList.getLength();
hc_nodelisttraverselist.java 84 for (int indexN10073 = 0; indexN10073 < employeeList.getLength(); indexN10073++) {
nodechildnodes.java 79 for (int indexN1006C = 0; indexN1006C < childNodes.getLength(); indexN1006C++) {
nodecloneattributescopied.java 83 for (int indexN10065 = 0; indexN10065 < attributes.getLength(); indexN10065++) {
nodecommentnodeattributes.java 72 for (int indexN10043 = 0; indexN10043 < childList.getLength(); indexN10043++) {
nodeelementnodeattributes.java 81 for (int indexN1005C = 0; indexN1005C < addrAttr.getLength(); indexN1005C++) {
nodelistindexnotzero.java 74 length = (int) employeeList.getLength();
nodelistreturnfirstitem.java 72 length = (int) employeeList.getLength();
nodelistreturnlastitem.java 70 length = (int) employeeList.getLength();
noderemovechildgetnodename.java 74 length = (int) childList.getLength();
noderemovechildnode.java 80 length = (int) childList.getLength();
nodereplacechildnodename.java 76 length = (int) childList.getLength();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode13.java 86 importedLen = (int) importedList.getLength();
elementsetattributenodens01.java 99 length = (int) attributes.getLength();
getElementsByTagNameNS04.java 90 for (int indexN10059 = 0; indexN10059 < elementList.getLength(); indexN10059++) {
getElementsByTagNameNS11.java 92 for (int indexN1005E = 0; indexN1005E < elementList.getLength(); indexN1005E++) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 61 public int getLength() {
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 43 assertEquals(1, children.getLength());
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 38 mData = new byte[in.getLength()];
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 30 public int getLength() {
NodeListImpl.java 63 public int getLength() {
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilLayoutElementImpl.java 48 int childrenCount = childNodes.getLength();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 204 public int getLength() {
348 public int getLength() {
353 return getStartAddress() + getLength();
408 .append(", length ").append(getLength())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
JavaQuickAssistant.java 63 && coveringNode.getLength() > 2) { // don't extract empty strings (includes quotes)

Completed in 1068 milliseconds

1 2 3 4 5 67 8 91011>>