Home
last modified time | relevance | path

Searched refs:blockSize (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java170 int blockSize = getBlockSize(); in testGetOutputSizeInEncryptionMode() local
173 mCipher.getOutputSize(blockSize); in testGetOutputSizeInEncryptionMode()
181 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()
193 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()
204 for (int buffered = 0; buffered < blockSize; buffered++) { in testGetOutputSizeInEncryptionMode()
206 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()
210 int minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInEncryptionMode()
214 minExpectedOutputSize += blockSize; in testGetOutputSizeInEncryptionMode()
227 if (buffered == blockSize - 1) { in testGetOutputSizeInEncryptionMode()
236 int blockSize = getBlockSize(); in testGetOutputSizeInDecryptionMode() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundRecorderObject.java43 public SoundRecorderObject(int samplingRate, int blockSize, int recordingSource) { in SoundRecorderObject() argument
45 mBlockSizeSamples = blockSize; in SoundRecorderObject()
DSoundPlayerObject.java83 public SoundPlayerObject(boolean useMediaPlayer, int blockSize) { in SoundPlayerObject() argument
85 mBlockSizeSamples = blockSize; in SoundPlayerObject()
DAudioAEC.java91 public RmsHelper(int blockSize, int shotCount) { in RmsHelper() argument
92 mBlockSize = blockSize; in RmsHelper()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java195 final long blockSize = Os.statvfs("/data/incremental").f_bsize; in testSpaceAllocatedForPackage() local
213 (preAllocatedBlocks - postAllocatedBlocks) * blockSize; in testSpaceAllocatedForPackage()
215 >= ((appFileSize * 1.015) + blockSize * 8)); in testSpaceAllocatedForPackage()
326 final int blockSize = 4096; in testInstallWithMissingBlocks() local
330 final int blocks = (int) (apk.length() / blockSize); in testInstallWithMissingBlocks()
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py53 blockSize=7)
57 blockSize=7)
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...