/libcore/metrictests/memory/host/src/libcore/heapmetrics/ |
D | LibcoreHeapMetricsTest.java | 108 recordSizeMetric(metricPrefix, heap.getSize()); in recordHeapMetrics() 121 recordSizeMetric("beforeAppSize", beforeHeap.getSize()); in recordBeforeAndAfterAppHeapMetrics() 122 recordSizeDeltaMetric("deltaAppSize", beforeHeap.getSize(), afterHeap.getSize()); in recordBeforeAndAfterAppHeapMetrics() 138 recordBytesMetric(name, size.getSize()); in recordSizeMetric() 142 recordBytesMetric(name, after.getSize() - before.getSize()); in recordSizeDeltaMetric()
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | Zip64FileTest.java | 48 assertEquals(2, ze.getSize()); in testZip64Support_largeNumberOfEntries() 75 assertEquals(1073741824L, ze.getSize()); in testZip64Support_totalLargerThan4G() 98 assertEquals(4294967410L, ze.getSize()); in testZip64Support_hugeEntry()
|
D | AbstractZipFileTest.java | 311 assertEquals(-1, ze.getSize()); in testSTORED() 316 assertEquals(-1, ze.getSize()); in testSTORED() 321 assertEquals(0, ze.getSize()); in testSTORED() 331 assertEquals(-1, ze.getSize()); in testSTORED() 336 assertEquals(0, ze.getSize()); in testSTORED() 341 assertEquals(0, ze.getSize()); in testSTORED()
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | EmulatedStackFrame.java | 137 stackFrameStart += getSize(cl); in of() 146 numBytes += getSize(cl); in of() 164 frameSize += getSize(ptype); in create() 172 frameSize += getSize(rtype); in create() 266 public static int getSize(Class<?> type) { in getSize() method in EmulatedStackFrame 375 frameBuf.position(frameBuf.capacity() - getSize(rtype)); in makeReturnValueAccessor()
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | OldJarEntryTest.java | 80 .getSize()); in test_ConstructorLjava_util_zip_ZipEntry() 136 .getSize()); in test_ConstructorLjava_util_jar_JarEntry()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | ZipInputStreamTest.java | 160 byte[] rbuf = new byte[(int) zentry.getSize()]; in test_read$BII() 191 byte[] rbuf = new byte[(int) zentry.getSize()]; in test_skipJ() 227 long entrySize = entry.getSize(); in test_available()
|
D | ZipEntryTest.java | 154 assertEquals("Incorrect size returned", orgSize, zentry.getSize()); in test_getSize() 340 assertEquals("Set size failed", (orgSize + 10), zentry.getSize()); in test_setSizeJ() 342 assertEquals("Set size failed", 0, zentry.getSize()); in test_setSizeJ() 456 2, zentry2.getSize()); in test_ConstructorLjava_util_zip_ZipEntry() 507 orgSize = zentry.getSize(); in setUp()
|
D | ZipOutputStreamTest.java | 76 ze.getSize() == 11 && ze.getCompressedSize() == 13); in test_closeEntry() 88 assertEquals("Finish failed to closeCurrentEntry", 11, ze.getSize()); in test_finish()
|
D | ZipFileTest.java | 266 is.read(rbuf, 0, r = (int) zentry.getSize()); in test_getInputStreamLjava_util_zip_ZipEntry()
|
/libcore/ojluni/src/main/java/sun/net/ftp/ |
D | FtpDirEntry.java | 142 public long getSize() { in getSize() method in FtpDirEntry
|
D | FtpClient.java | 743 public abstract long getSize(String path) throws FtpProtocolException, IOException; in getSize() method in FtpClient
|
/libcore/ojluni/annotations/mmodule/java/util/zip/ |
D | ZipEntry.annotated.java | 64 public long getSize() { throw new RuntimeException("Stub!"); } in getSize() method in ZipEntry
|
/libcore/luni/src/main/java/libcore/io/ |
D | ClassPathURLStreamHandler.java | 196 return (int) getJarEntry().getSize(); in getContentLength()
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | ZipEntry.java | 104 public long getSize() { in getSize() method in ZipEntry
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | JarFileTest.java | 316 entryName).getSize()); in test_getEntryLjava_lang_String() 353 entryName).getSize()); in test_getJarEntryLjava_lang_String() 618 is.skip(entry.getSize()); in getSignedJarCerts() 703 zipEntry.setSize(zipEntry.getSize() + 1); in testJarVerificationModifiedEntry() 709 zipEntry.setSize(zipEntry.getSize() - 1); in testJarVerificationModifiedEntry()
|
D | JarEntryTest.java | 93 .getSize()); in test_ConstructorLjava_util_zip_ZipEntry()
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
D | JarURLConnection.java | 189 result = getJarEntry().getSize(); in getContentLengthLong()
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipEntry.java | 377 public long getSize() { in getSize() method in ZipEntry
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | JarFile.java | 435 return IOUtils.readFully(is, (int)ze.getSize(), true); in getBytes()
|
D | JarVerifier.java | 463 this.numLeft = je.getSize(); in VerifierStream()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldJarURLConnectionTest.java | 83 is.skip(je.getSize()); in test_getCertificates()
|
/libcore/ojluni/annotations/hiddenapi/sun/net/ftp/ |
D | FtpClient.java | 181 public abstract long getSize(java.lang.String path) in getSize() method in FtpClient
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 1581 stackFrameOffset = EmulatedStackFrame.getSize(collectorRType); in CollectArguments() 1647 stackFrameOffset = EmulatedStackFrame.getSize(combinerRType); in FoldArguments() 1748 bytesCopied += EmulatedStackFrame.getSize(ptype); in transform()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | URLClassPath.java | 999 { return (int)entry.getSize(); }
|
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
D | FtpClient.java | 1747 public long getSize(String path) throws sun.net.ftp.FtpProtocolException, IOException { in getSize() method in FtpClient
|