Home
last modified time | relevance | path

Searched defs:currentSize (Results 1 – 25 of 35) sorted by relevance

12

/external/okio/okio/src/jvmMain/kotlin/okio/
DJvmFileHandle.kt27 val currentSize = size() in protectedResize() constant
DNioFileSystemFileHandle.kt28 val currentSize = size() in protectedResize() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DNamedDispatchers.kt48 val currentSize = elements.size in ensureCapacity() constant
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/
DSingleFileDownloadListener.java31 void onProgress(long currentSize); in onProgress()
DDownloadListener.java37 void onProgress(long currentSize); in onProgress()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/lite/
DDownloadListener.java31 void onProgress(long currentSize); in onProgress()
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/
DFileAsyncRequestBodyTest.java152 int currentSize = Math.toIntExact(Files.size(testFile)); in changingFile_fileGetsShorterThanExistingLength_failsBecauseTooShort() local
178 int currentSize = Math.toIntExact(Files.size(testFile)); in changingFile_fileGetsLongerThanExistingLength_failsBecauseTooLong() local
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DSampleList.java143 long currentSize = b.getSize(); in initIsoFile() local
148 mdatEndCache.put((MediaDataBox) b, contentOffset + currentSize); in initIsoFile() local
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/
DBase256Encoder.java45 int currentSize = context.getCodewordCount() + dataCount + lengthFieldSize; in encode() local
/external/pdfium/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp71 int32_t currentSize = in Encode() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/
DMddLiteConversionUtil.java81 public void onProgress(long currentSize) { in onProgress()
/external/lzma/CPP/7zip/UI/GUI/
DUpdateCallbackGUI2.cpp107 HRESULT CUpdateCallbackGUI2::MoveArc_Progress_Base(UInt64 totalSize, UInt64 currentSize) in MoveArc_Progress_Base()
DUpdateCallbackGUI.cpp260 HRESULT CUpdateCallbackGUI::MoveArc_Progress(UInt64 totalSize, UInt64 currentSize) in MoveArc_Progress()
/external/accompanist/pager/src/main/java/com/google/accompanist/pager/
DPagerState.kt256 val currentSize = layoutInfo.visibleItemsInfo.first().size + itemSpacing in animateScrollToPage() constant
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DAbstractNettyHandler.java115 int currentSize = connection().local().flowController().windowSize(connectionStream); in sendInitialConnectionWindow() local
238 int currentSize = getDataSincePing(); in incrementDataSincePing() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
DLeastRecentlyUsedCacheEvictor.java27 private long currentSize; field in LeastRecentlyUsedCacheEvictor
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
DLeastRecentlyUsedCacheEvictor.java27 private long currentSize; field in LeastRecentlyUsedCacheEvictor
/external/glide/library/src/main/java/com/bumptech/glide/util/
DLruCache.java17 private int currentSize = 0; field in LruCache
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/io/
DMemoryDataStore.java97 protected int getNewBufferSize(int currentSize, int newMinSize) { in getNewBufferSize()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/monitor/
DDownloadProgressMonitor.java211 public void notifyCurrentFileSize(String groupName, long currentSize) { in notifyCurrentFileSize()
/external/skia/tests/
DSkBlockAllocatorTest.cpp66 size_t currentSize = total_size(pool); in add_block() local
172 size_t currentSize = total_size(pool); in DEF_TEST() local
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java29 private int currentSize; field in LruBitmapPool
/external/lzma/CPP/7zip/UI/FileManager/
DUpdateCallback100.cpp122 Z7_COM7F_IMF(CUpdateCallback100Imp::MoveArc_Progress(UInt64 totalSize, UInt64 currentSize)) in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/UI/Far/
DUpdateCallbackFar.cpp259 Z7_COM7F_IMF(CUpdateCallback100Imp::MoveArc_Progress(UInt64 totalSize, UInt64 currentSize)) in Z7_COM7F_IMF()
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/bufferMgr/
Dvp_allocator.cpp508 …int64_t currentSize = static_cast<int64_t>(surface->osSurface->OsResource.pGmmResInfo ? surface->o… in DestroyVpSurface() local
952 …int64_t currentSize = static_cast<int64_t>(surface->osSurface->OsResource.pGmmResInfo ? surface->… in ReAllocateSurface() local

12