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.java52 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument
53 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.java737 static int getTempArraySize(int totalSize) { in getTempArraySize() argument
738 return Math.min(4096, totalSize); in getTempArraySize()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java848 static volatile long totalSize; field in FileChannelImpl.Unmapper
867 totalSize += size; in Unmapper()
889 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()