Searched refs:BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DRandomBlock.java36 private static final int BLOCK_SIZE = 4096; field in class:RandomBlock
37 private byte[] block = new byte[BLOCK_SIZE];
55 while(total < BLOCK_SIZE) {
56 int result = in.read(retval.block, total, BLOCK_SIZE - total);
79 f.setLength(BLOCK_SIZE);
/frameworks/base/tools/obbtool/
H A Dmkobb.sh28 BLOCK_SIZE=512
29 SLOP=512 # Amount of filesystem slop in ${BLOCK_SIZE} blocks
221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java36 * blocks. Block size is always 16 bytes ({@link #BLOCK_SIZE}. Sector size varies.
116 public static final int BLOCK_SIZE = 16; field in class:MifareClassic
263 return mSize / BLOCK_SIZE;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h64 #define BLOCK_SIZE 4 macro

Completed in 266 milliseconds