Searched refs:blobSize (Results 1 – 3 of 3) sorted by relevance
54 ssize_t blobSize; member92 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()
83 final long blobSize = blobCommitted.getSize(); in testPushedBlobStoreStats() local86 assertThat(blobSize).isGreaterThan(0L); in testPushedBlobStoreStats()92 assertThat(blobLeased.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats()98 assertThat(blobOpened.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats()
1262 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() local1275 .setFileSize(blobSize * Utils.MB_IN_BYTES) in testLeaseQuotaExceeded()1344 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota() local1346 .setFileSize(blobSize) in testRemainingLeaseQuota()1356 .isEqualTo(initialRemainingQuota - blobSize); in testRemainingLeaseQuota()1368 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota_withExpiredLease() local1370 .setFileSize(blobSize) in testRemainingLeaseQuota_withExpiredLease()[all …]