Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 161) sorted by relevance

1234567

/libcore/luni/src/main/java/libcore/io/
DMemoryMappedFile.java37 private final long size; field in MemoryMappedFile
42 public MemoryMappedFile(long address, long size) { in MemoryMappedFile()
52 long size = Libcore.os.fstat(fd).st_size; in mmapRO() local
90 public long size() { in size() method in MemoryMappedFile
DNioBufferIterator.java29 private final int size; field in NioBufferIterator
34 NioBufferIterator(int address, int size, boolean swap) { in NioBufferIterator()
/libcore/luni/src/main/java/java/nio/channels/
DFileLock.java80 private final long size; field in FileLock
99 protected FileLock(FileChannel channel, long position, long size, boolean shared) { in FileLock()
132 public final long size() { in size() method in FileLock
DFileChannel.java250 public abstract FileLock lock(long position, long size, boolean shared) in lock()
281 long position, long size) throws IOException; in map()
467 public abstract long size() throws IOException; in size() method in FileChannel
563 public abstract FileChannel truncate(long size) throws IOException; in truncate()
619 public abstract FileLock tryLock(long position, long size, boolean shared) in tryLock()
/libcore/luni/src/main/java/java/util/
DUnsafeArrayList.java29 private int size; field in UnsafeArrayList
55 public int size() { in size() method in UnsafeArrayList
DCollections.java76 @Override public int size() { in size() method in Collections.CopiesList
97 @Override public int size() { in size() method in Collections.EmptyList
118 @Override public int size() { in size() method in Collections.EmptySet
235 @Override public int size() { in size() method in Collections.SingletonSet
282 @Override public int size() { in size() method in SingletonList
314 @Override public int size() { in size() method in SingletonMap
329 @Override public int size() { in entrySet() method
DAbstractCollection.java336 public abstract int size(); in size() method in AbstractCollection
339 int size = size(), index = 0; in toArray() local
350 int size = size(), index = 0; in toArray() local
/libcore/dalvik/src/main/java/dalvik/system/
DVMRuntime.java132 public long setMinimumHeapSize(long size) { in setMinimumHeapSize()
165 public boolean trackExternalAllocation(long size) { in trackExternalAllocation()
174 public void trackExternalFree(long size) {} in trackExternalFree()
/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java95 …private FileLock basicLock(long position, long size, boolean shared, boolean wait) throws IOExcept… in basicLock()
141 public FileLockImpl(FileChannel channel, long position, long size, boolean shared) { in FileLockImpl()
160 public final FileLock lock(long position, long size, boolean shared) throws IOException { in lock()
176 public final FileLock tryLock(long position, long size, boolean shared) throws IOException { in tryLock()
217 … public final MappedByteBuffer map(MapMode mapMode, long position, long size) throws IOException { in map()
343 public long size() throws IOException { in size() method in FileChannelImpl
373 long size = fileSrc.size(); in transferFrom() local
442 public FileChannel truncate(long size) throws IOException { in truncate()
/libcore/luni/src/test/java/libcore/java/util/
DOldAbstractSetTest.java48 public int size() { in size() method
/libcore/support/src/test/java/tests/support/
DSupport_OutputStream.java21 private int size; field in Support_OutputStream
103 public int size() { in size() method in Support_OutputStream
/libcore/luni/src/main/java/java/io/
DByteArrayOutputStream.java61 public ByteArrayOutputStream(int size) { in ByteArrayOutputStream()
110 public int size() { in size() method in ByteArrayOutputStream
/libcore/luni/src/main/java/java/security/cert/
DX509CRLSelector.java152 int size = issuerNames.size() - 1; in addIssuer() local
283 int size = issuerNames.size(); in getIssuers() local
370 int size = issuerNames.size(); in toString() local
/libcore/include/
DLocalArray.h58 size_t size() { return mSize; } in size() function
DScopedUtfChars.h55 size_t size() const { in size() function
DScopedStringChars.h38 size_t size() const { return mSize; } in size() function
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DClientHello.java93 int size = in.read(); in ClientHello() local
181 int size = cipher_suites.length << 1; in send() local
/libcore/luni/src/main/java/java/util/logging/
DMemoryHandler.java64 private int size = DEFAULT_SIZE; field in MemoryHandler
144 public MemoryHandler(Handler target, int size, Level pushLevel) { in MemoryHandler()
/libcore/luni/src/main/java/java/security/
DAlgorithmParameterGeneratorSpi.java46 protected abstract void engineInit(int size, SecureRandom random); in engineInit()
DAlgorithmParameterGenerator.java178 public final void init(int size) { in init()
192 public final void init(int size, SecureRandom random) { in init()
/libcore/dom/src/test/java/org/w3c/domts/
DJUnitTestCaseAdapter.java245 int size = expected.size(); in assertEqualsIgnoreCase() local
273 int size = expected.size(); in assertEqualsIgnoreCase() local
309 int size = expected.size(); in assertEquals() local
377 int size = expected.size(); in equalsIgnoreCase() local
402 int size = expected.size(); in equalsIgnoreCase() local
436 int size = expected.size(); in equals() local
461 int size = expected.size(); in equals() local
478 public int size(Collection collection) { in size() method in JUnitTestCaseAdapter
482 public int size(NamedNodeMap collection) { in size() method in JUnitTestCaseAdapter
486 public int size(NodeList collection) { in size() method in JUnitTestCaseAdapter
/libcore/luni/src/main/java/javax/net/ssl/
DSSLSessionContext.java69 public void setSessionCacheSize(int size) throws IllegalArgumentException; in setSessionCacheSize()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DMacThread.java28 int size = 256; in test() local
/libcore/luni/src/test/java/tests/api/java/util/
DHashSetTest.java105 int size = hs.size(); in test_addLjava_lang_Object() local
184 int size = hs.size(); in test_removeLjava_lang_Object() local
/libcore/luni/src/main/java/java/util/zip/
DGZIPInputStream.java95 public GZIPInputStream(InputStream is, int size) throws IOException { in GZIPInputStream()
185 int size = inf.getRemaining(); in verifyCrc() local

1234567