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()122 memset(sContext.blob, 0, sContext.blobSize); in main()135 private->m_user_data_length = sContext.blobSize; in main()
84 final long blobSize = blobCommitted.getSize(); in testPushedBlobStoreStats() local87 assertThat(blobSize).isGreaterThan(0L); in testPushedBlobStoreStats()93 assertThat(blobLeased.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats()99 assertThat(blobOpened.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats()
1276 for (long blobSize : new long[] {20L, 30L, 40L}) { in testLeaseQuotaExceeded()1278 .setFileSize(blobSize * Utils.MB_IN_BYTES) in testLeaseQuotaExceeded()1285 blobs.put(blobSize, blobData.getBlobHandle()); in testLeaseQuotaExceeded()1287 final long blobSize = 40L; in testLeaseQuotaExceeded() local1289 .setFileSize(blobSize * Utils.MB_IN_BYTES) in testLeaseQuotaExceeded()1358 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota() local1360 .setFileSize(blobSize) in testRemainingLeaseQuota()1370 .isEqualTo(initialRemainingQuota - blobSize); in testRemainingLeaseQuota()1382 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota_withExpiredLease() local1384 .setFileSize(blobSize) in testRemainingLeaseQuota_withExpiredLease()[all …]