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
128 if (testSuiteList != null && testSuiteList.getLength() > 0) { in parseResult()129 for (int i = 0; i < testSuiteList.getLength() ; i++) { in parseResult()133 if (testcasesList != null && testcasesList.getLength() > 0) { in parseResult()134 for (int j = 0 ; j < testcasesList.getLength(); j++) { in parseResult()206 if (testcase.getElementsByTagName("failure").getLength() != 0) { in processTestResult()
509 for (int i = 0; i < nodeList.getLength(); i++) { in getElementsByTagName()630 for (int i = 0; i < nList.getLength(); i++) { in parseCarrierConfigToMap()643 for (int i = 0; i < nList.getLength(); i++) { in parseCarrierConfigToMap()656 for (int i = 0; i < nList.getLength(); i++) { in parseCarrierConfigToMap()669 for (int i = 0; i < nList.getLength(); i++) { in parseCarrierConfigToMap()682 for (int i = 0; i < nList.getLength(); i++) { in parseCarrierConfigToMap()698 for (int i = 0; i < nList.getLength(); i++) { in parseCarrierConfigToMap()709 for (int j = 0; j < subList.getLength(); j++) { in parseCarrierConfigToMap()722 for (int i = 0; i < nList.getLength(); i++) { in parseCarrierConfigToMap()733 for (int j = 0; j < subList.getLength(); j++) { in parseCarrierConfigToMap()[all …]
98 assertTrue(0 < reporters.getLength()); in verifyWrapperXml()99 Element reporter = (Element) reporters.item(reporters.getLength() - 1); in verifyWrapperXml()103 assertEquals(1, option.getLength()); in verifyWrapperXml()
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()
883 xml, xPathExpression, nodes.getLength()), in assertXmlContainsNode()884 nodes.getLength() >= 1); in assertXmlContainsNode()899 xml, xPathExpression, nodes.getLength()), in assertXmlNotContainNode()901 nodes.getLength()); in assertXmlNotContainNode()913 for (int i = 0; i < nodes.getLength(); i++) { in assertXmlContainsValue()938 for (int i = 0; i < nodes.getLength(); i++) { in assertXmlContainsAttribute()
42 public long getLength(); in getLength() method
234 if (attributes.getLength() > 1) { in startElement()