Searched defs:getSize (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipEntry.java359 * @see #getSize()
374 public long getSize() { method in class:ZipEntry
/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpDirEntry.java142 public long getSize() { method in class:FtpDirEntry
H A DFtpClient.java743 public abstract long getSize(String path) throws FtpProtocolException, IOException; method in class:FtpClient
/libcore/dalvik/src/main/java/dalvik/system/
H A DEmulatedStackFrame.java137 stackFrameStart += getSize(cl);
146 numBytes += getSize(cl);
164 frameSize += getSize(ptype);
172 frameSize += getSize(rtype);
266 public static int getSize(Class<?> type) { method in class:EmulatedStackFrame
375 frameBuf.position(frameBuf.capacity() - getSize(rtype));
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java1741 public long getSize(String path) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient

Completed in 149 milliseconds