Home
last modified time | relevance | path

Searched refs:getLength (Results 1 – 9 of 9) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFile.java55 if (entry.getLength() > cc.getLengthOnDisk()) throw new IOException( in get()
68 public long getLength() { in getLength() method in FatFile
71 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()
DFatDirectoryEntry.java297 public long getLength() { in getLength() method in FatDirectoryEntry
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTestXmlResultParser.java118 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()
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java110 if (nodeList.getLength() != 1) { in parseList()
115 for (int i = 0; i < children.getLength(); i++) { in parseList()
178 if (elements.getLength() > 0) { in getElement()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatterTest.java662 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()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DGLBenchmarkTest.java235 for (int i = 0; i < nodes.getLength(); i++) { in parseResultXml()
277 if (tagNodes.getLength() > 0) { in getData()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsFile.java42 public long getLength(); in getLength() method
/tools/tradefederation/core/src/com/android/tradefed/util/xml/
DAndroidManifestWriter.java73 if (nodeList.getLength() > 0) { in setMinSdkVersion()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java231 if (attributes.getLength() > 1) { in startElement()