Searched refs:getLength (Results 1 – 9 of 9) sorted by relevance
55 if (entry.getLength() > cc.getLengthOnDisk()) throw new IOException( in get()68 public long getLength() { in getLength() method in FatFile71 return entry.getLength(); in getLength()88 if (getLength() == length) return; in setLength()118 if (offset + len > getLength()) { in read()153 if (lastByte > getLength()) { in write()203 return getClass().getSimpleName() + " [length=" + getLength() + in toString()
297 public long getLength() { in getLength() method in FatDirectoryEntry
118 if (testSuiteList != null && testSuiteList.getLength() > 0) { in parseResult()119 for (int i = 0; i < testSuiteList.getLength() ; i++) { in parseResult()123 if (testcasesList != null && testcasesList.getLength() > 0) { in parseResult()124 for (int j = 0 ; j < testcasesList.getLength(); j++) { in parseResult()185 if (testcase.getElementsByTagName("failure").getLength() != 0) { in processTestResult()
110 if (nodeList.getLength() != 1) { in parseList()115 for (int i = 0; i < children.getLength(); i++) { in parseList()178 if (elements.getLength() > 0) { in getElement()
662 xml, xPathExpression, nodes.getLength()), in assertXmlContainsNode()663 nodes.getLength() >= 1); in assertXmlContainsNode()678 xml, xPathExpression, nodes.getLength()), in assertXmlNotContainNode()680 nodes.getLength()); in assertXmlNotContainNode()692 for (int i = 0; i < nodes.getLength(); i++) { in assertXmlContainsValue()717 for (int i = 0; i < nodes.getLength(); i++) { in assertXmlContainsAttribute()
235 for (int i = 0; i < nodes.getLength(); i++) { in parseResultXml()277 if (tagNodes.getLength() > 0) { in getData()
42 public long getLength(); in getLength() method
73 if (nodeList.getLength() > 0) { in setMinSdkVersion()
231 if (attributes.getLength() > 1) { in startElement()