Lines Matching refs:mCurrentCount
95 int mCurrentCount; field in Allocation
245 mCurrentCount = mCurrentDimX; in updateCacheInfo()
247 mCurrentCount *= mCurrentDimY; in updateCacheInfo()
250 mCurrentCount *= mCurrentDimZ; in updateCacheInfo()
433 if (d.length != mCurrentCount) { in copyFrom()
435 mCurrentCount + ", array length = " + d.length); in copyFrom()
441 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom()
513 copy1DRangeFromUnchecked(0, mCurrentCount, d); in copyFromUnchecked()
530 copy1DRangeFromUnchecked(0, mCurrentCount, d); in copyFromUnchecked()
547 copy1DRangeFromUnchecked(0, mCurrentCount, d); in copyFromUnchecked()
564 copy1DRangeFromUnchecked(0, mCurrentCount, d); in copyFromUnchecked()
582 copy1DRangeFrom(0, mCurrentCount, d); in copyFrom()
600 copy1DRangeFrom(0, mCurrentCount, d); in copyFrom()
618 copy1DRangeFrom(0, mCurrentCount, d); in copyFrom()
636 copy1DRangeFrom(0, mCurrentCount, d); in copyFrom()
733 if((off + count) > mCurrentCount) { in data1DChecks()
734 throw new RSIllegalArgumentException("Overflow, Available count " + mCurrentCount + in data1DChecks()