Home
last modified time | relevance | path

Searched refs:blobSize (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/
Dpoc.c54 ssize_t blobSize; member
92 rem = appContext->blobSize - appContext->readPos; in ReadHandler()
115 sContext.blobSize = gNumStartValues + REPEATVALUES * gNumRepeatValues in main()
117 sContext.blob = (char*) opj_malloc(sContext.blobSize); in main()
121 memset(sContext.blob, 0, sContext.blobSize); in main()
134 private->m_user_data_length = sContext.blobSize; in main()
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DStatsdBlobStoreAtomTest.java83 final long blobSize = blobCommitted.getSize(); in testPushedBlobStoreStats() local
86 assertThat(blobSize).isGreaterThan(0L); in testPushedBlobStoreStats()
92 assertThat(blobLeased.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats()
98 assertThat(blobOpened.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java1262 for (long blobSize : new long[] {20L, 30L, 40L}) { in testLeaseQuotaExceeded()
1264 .setFileSize(blobSize * Utils.MB_IN_BYTES) in testLeaseQuotaExceeded()
1271 blobs.put(blobSize, blobData.getBlobHandle()); in testLeaseQuotaExceeded()
1273 final long blobSize = 40L; in testLeaseQuotaExceeded() local
1275 .setFileSize(blobSize * Utils.MB_IN_BYTES) in testLeaseQuotaExceeded()
1344 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota() local
1346 .setFileSize(blobSize) in testRemainingLeaseQuota()
1356 .isEqualTo(initialRemainingQuota - blobSize); in testRemainingLeaseQuota()
1368 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota_withExpiredLease() local
1370 .setFileSize(blobSize) in testRemainingLeaseQuota_withExpiredLease()
[all …]