Home
last modified time | relevance | path

Searched refs:totalSize (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/jca/
DJCAUtil.java53 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument
54 return Math.min(ARRAY_SIZE, totalSize); in getTempArraySize()
/libcore/ojluni/annotations/hiddenapi/sun/security/jca/
DJCAUtil.java38 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument
/libcore/ojluni/src/main/java/javax/crypto/
DCipherSpi.java736 static int getTempArraySize(int totalSize) { in getTempArraySize() argument
737 return Math.min(4096, totalSize); in getTempArraySize()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java850 static volatile long totalSize; field in FileChannelImpl.Unmapper
869 totalSize += size; in Unmapper()
891 totalSize -= size; in run()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java385 static volatile long totalSize; field in FileChannelImpl.Unmapper
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp1265 int totalSize = arraySize; in ExpatParser_cloneAttributes() local
1270 totalSize += length + 1; in ExpatParser_cloneAttributes()
1273 char* buffer = new char[totalSize]; in ExpatParser_cloneAttributes()