/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | GrowingArrayUtils.java | 45 public static <T> T[] append(T[] array, int currentSize, T element) { in append() 46 assert currentSize <= array.length; in append() local 63 public static int[] append(int[] array, int currentSize, int element) { in append() 64 assert currentSize <= array.length; in append() local 78 public static long[] append(long[] array, int currentSize, long element) { in append() 79 assert currentSize <= array.length; in append() local 93 public static boolean[] append(boolean[] array, int currentSize, boolean element) { in append() 94 assert currentSize <= array.length; in append() local 108 public static float[] append(float[] array, int currentSize, float element) { in append() 109 assert currentSize <= array.length; in append() local [all …]
|
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
H A D | DevicePolicyManagerTest.java | 231 int currentSize = TestApis.devicePolicy().getPolicySizeForAdmin(admin); in setMaxPolicyStorageLimit_policySet_sizeIncreases() local 263 int currentSize = TestApis.devicePolicy().getPolicySizeForAdmin(admin); in setMaxPolicyStorageLimit_policySetThenUnset_sizeResets() local 299 int currentSize = TestApis.devicePolicy().getPolicySizeForAdmin(admin); in setMaxPolicyStorageLimit_setSamePolicyTwice_sizeDoesNotIncrease() local
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | JvmFileHandle.kt | 27 val currentSize = size() in protectedResize() constant
|
H A D | NioFileSystemFileHandle.kt | 28 val currentSize = size() in protectedResize() constant
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/ |
D | FullPreviewFrameLayout.kt | 44 val currentSize = currentDisplaySize in onMeasure() constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
H A D | NamedDispatchers.kt | 48 val currentSize = elements.size in ensureCapacity() constant
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
H A D | SampleList.java | 143 long currentSize = b.getSize(); in initIsoFile() local 148 mdatEndCache.put((MediaDataBox) b, contentOffset + currentSize); in initIsoFile() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/ |
H A D | FileAsyncRequestBodyTest.java | 152 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
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/data/repository/ |
H A D | DisplayStateRepositoryTest.kt | 119 val currentSize by collectLastValue(underTest.currentDisplaySize) in updatesCurrentSize_whenDisplayStateChanges() constant
|
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
H A D | AbstractNettyHandler.java | 115 int currentSize = connection().local().flowController().windowSize(connectionStream); in sendInitialConnectionWindow() local 238 int currentSize = getDataSincePing(); in incrementDataSincePing() local
|
/aosp_15_r20/external/accompanist/pager/src/main/java/com/google/accompanist/pager/ |
H A D | PagerState.kt | 256 val currentSize = layoutInfo.visibleItemsInfo.first().size + itemSpacing in animateScrollToPage() constant
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/ |
D | FullWallpaperPreviewBinder.kt | 96 val currentSize = displayUtils.getRealSize(checkNotNull(view.context.display)) in <lambda>() constant
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/ |
D | DeviceCapabilityInfo.java | 205 int currentSize = mMmtelAssociatedUris.size(); in updateMmTelAssociatedUri() local 279 int currentSize = mRcsAssociatedUris.size(); in updateRcsAssociatedUri() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkBlockAllocatorTest.cpp | 66 size_t currentSize = total_size(pool); in add_block() local 172 size_t currentSize = total_size(pool); in DEF_TEST() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 542 final int currentSize = (encoded == null ? 0 : encoded.length); in resizeStaticImage() local 758 private void updateRecodeParameters(final int currentSize) { in updateRecodeParameters()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/ |
H A D | SingleFileDownloadListener.java | 31 void onProgress(long currentSize); in onProgress()
|
H A D | DownloadListener.java | 37 void onProgress(long currentSize); in onProgress()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/lite/ |
H A D | DownloadListener.java | 31 void onProgress(long currentSize); in onProgress()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/preview/ui/view/ |
D | FullPreviewFrameLayout.java | 42 public final void setCurrentAndTargetDisplaySize(@org.jetbrains.annotations.NotNull() in setCurrentAndTargetDisplaySize()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/ |
H A D | Base256Encoder.java | 45 int currentSize = context.getCodewordCount() + dataCount + lengthFieldSize; in encode() local
|
/aosp_15_r20/external/pdfium/fxbarcode/datamatrix/ |
H A D | BC_Base256Encoder.cpp | 71 int32_t currentSize = in Encode() local
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/ |
H A D | MddLiteConversionUtil.java | 81 public void onProgress(long currentSize) { in onProgress()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/bufferMgr/ |
H A D | vp_allocator.cpp | 508 …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
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/ |
H A D | UpdateCallbackGUI2.cpp | 107 HRESULT CUpdateCallbackGUI2::MoveArc_Progress_Base(UInt64 totalSize, UInt64 currentSize) in MoveArc_Progress_Base()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 539 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local 551 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local
|