Home
last modified time | relevance | path

Searched defs:sizeBytes (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/aosp_15_r20/cts/tests/PhotoPicker/src/android/photopicker/cts/
H A DPickerProviderMediaGenerator.java95 public Cursor getMedia(long generation, String albumId, String mimeType, long sizeBytes, in getMedia()
104 public Cursor getAlbums(String mimeType, long sizeBytes) { in getAlbums()
155 int standardMimeTypeExtension, long sizeBytes, boolean isFavorite, int resId) in addMedia()
203 String mimeType, int standardMimeTypeExtension, long sizeBytes, in createTestMedia()
230 String albumId, String mimeType, long sizeBytes, boolean isDeleted) { in getCursor()
248 long sizeBytes) { in getCursor()
271 public long sizeBytes; field in PickerProviderMediaGenerator.TestMedia
274 int standardMimeTypeExtension, long sizeBytes, long durationMs, long generation, in TestMedia()
345 public String[] toArray(String mimeType, long sizeBytes) { in toArray()
389 long sizeBytes) { in matchesFilter()
[all …]
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPickerProviderMediaGenerator.java101 long generation, String albumId, String[] mimeTypes, long sizeBytes, int pageSize) { in getMedia()
109 long sizeBytes, in getMedia()
138 public Cursor getAlbums(String[] mimeTypes, long sizeBytes, boolean isLocal) { in getAlbums()
143 String[] mimeTypes, long sizeBytes, boolean isLocal, String pageToken) { in getAlbums()
254 int standardMimeTypeExtension, long sizeBytes, boolean isFavorite) { in addMedia()
302 String mimeType, int standardMimeTypeExtension, long sizeBytes, in createTestMedia()
320 long sizeBytes, in getCursor()
373 long sizeBytes, boolean isLocal, String pageToken) { in getCursor()
411 public final long sizeBytes; field in PickerProviderMediaGenerator.TestMedia
433 int standardMimeTypeExtension, long sizeBytes, long durationMs, long generation, in TestMedia()
[all …]
/aosp_15_r20/frameworks/rs/
H A DrsAllocation.cpp195 uint32_t count, const void *data, size_t sizeBytes) { in data()
213 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { in data()
220 … uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) { in data()
226 uint32_t count, void *data, size_t sizeBytes) { in read()
243 uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) { in read()
262 … uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) { in read()
274 const void *data, uint32_t cIdx, size_t sizeBytes) { in elementData()
307 void *data, uint32_t cIdx, size_t sizeBytes) { in elementRead()
676 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap()
684 uint32_t count, const void *data, size_t sizeBytes) { in rsi_Allocation1DData()
[all …]
H A DrsHidlAdaptation.cpp434 … const void *data, size_t sizeBytes, uint32_t usages) in AllocationCreateFromBitmap()
448 … const void *data, size_t sizeBytes, uint32_t usages) in AllocationCubeCreateFromBitmap()
549 …::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes) in AllocationCopyToBitmap()
557 uint32_t count, const void *data, size_t sizeBytes) in Allocation1DData()
567 … uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in Allocation1DElementData()
578 … uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in AllocationElementData()
590 … uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) in Allocation2DData()
601 … uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) in Allocation3DData()
618 …aptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes) in AllocationRead()
626 uint32_t count, void *data, size_t sizeBytes) in Allocation1DRead()
[all …]
/aosp_15_r20/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/
H A DBlobStorePerfTests.java128 final long sizeBytes = DataUnit.MEBIBYTES.toBytes(fileSizeInMb); in testDirectReads() local
149 final long sizeBytes = DataUnit.MEBIBYTES.toBytes(fileSizeInMb); in testBlobStoreReads() local
168 final long sizeBytes = DataUnit.MEBIBYTES.toBytes(fileSizeInMb); in testDirectWrites() local
185 final long sizeBytes = DataUnit.MEBIBYTES.toBytes(fileSizeInMb); in testBlobStoreWrites() local
193 .AutoCloseOutputStream(session.openWrite(0, sizeBytes))) { in testBlobStoreWrites() argument
203 private void readData(FileInputStream inputStream, long sizeBytes) throws Exception { in readData()
211 private void writeData(FileOutputStream outputStream, long sizeBytes) throws Exception { in writeData()
/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/telemetry/
H A DSizeBuckets.java15 public static int calcRequestHeadersSizeBucket(long sizeBytes) { in calcRequestHeadersSizeBucket()
47 public static int calcResponseHeadersSizeBucket(long sizeBytes) { in calcResponseHeadersSizeBucket()
79 public static int calcRequestBodySizeBucket(long sizeBytes) { in calcRequestBodySizeBucket()
117 public static int calcResponseBodySizeBucket(long sizeBytes) { in calcResponseBodySizeBucket()
149 private static void checkSizeIsValid(long sizeBytes, String errMessage) { in checkSizeIsValid()
/aosp_15_r20/frameworks/base/core/java/android/text/format/
H A DFormatter.java109 public static String formatFileSize(@Nullable Context context, long sizeBytes) { in formatFileSize()
114 public static String formatFileSize(@Nullable Context context, long sizeBytes, int flags) { in formatFileSize()
126 public static String formatShortFileSize(@Nullable Context context, long sizeBytes) { in formatShortFileSize()
200 public static RoundedBytesResult roundBytes(long sizeBytes, int flags) { in roundBytes()
276 public static BytesResult formatBytes(Resources res, long sizeBytes, int flags) { in formatBytes()
/aosp_15_r20/frameworks/rs/driver/
H A DrsdAllocation.cpp830 const void *data, size_t sizeBytes) { in rsdAllocationData1D()
850 … uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { in rsdAllocationData2D()
914 size_t sizeBytes, size_t stride) { in rsdAllocationData3D()
951 void *data, size_t sizeBytes) { in rsdAllocationRead1D()
963 … uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) { in rsdAllocationRead2D()
993 … uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) { in rsdAllocationRead3D()
1114 const void *data, uint32_t cIdx, size_t sizeBytes) { in rsdAllocationElementData()
1133 void *data, uint32_t cIdx, size_t sizeBytes) { in rsdAllocationElementRead()
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Dtest_persistable_bundle.cpp156 int32_t sizeBytes = APersistableBundle_getBooleanVector(bundle, "boolv", outBoolV, 0); in TEST_F() local
265 int32_t sizeBytes = sizeof(char*); in TEST_F() local
292 int32_t sizeBytes = sizeof(char*); in TEST_F() local
319 int32_t sizeBytes = numKeys * sizeof(char*); in TEST_F() local
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStaging.java296 final long sizeBytes = getContentSizeBytes(); in onPreExecute() local
318 long sizeBytes = getContentSizeBytes(); in doInBackground() local
321 try (OutputStream out = session.openWrite("PackageInstaller", 0, sizeBytes)) { in doInBackground() argument
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DCloudProviderQueryExtras.java86 long sizeBytes, long generation, int limit, boolean isFavorite, boolean isVideo, in CloudProviderQueryExtras()
121 final long sizeBytes = bundle.getLong(MediaStore.QUERY_ARG_SIZE_BYTES, LONG_DEFAULT); in fromMediaStoreBundle() local
155 final long sizeBytes = bundle.getLong(CloudMediaProviderContract.EXTRA_SIZE_LIMIT_BYTES, in fromCloudMediaBundle() local
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/
H A DIoUtils.java29 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
36 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/
H A DIoUtils.java25 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
32 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
/aosp_15_r20/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DBlobInfo.java42 public BlobInfo(long id, long expiryTimeMs, CharSequence label, long sizeBytes, in BlobInfo()
104 private static String formatBlobSize(long sizeBytes) { in formatBlobSize()
/aosp_15_r20/system/chre/host/hal_generic/aidl/
H A Devent_logger.h65 size_t sizeBytes; member
78 size_t sizeBytes; member
/aosp_15_r20/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/
H A DAppStorageSize.kt42 val sizeBytes = calculateSizeBytes(context) in getStorageSize() constant
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1482 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeFromUnchecked() local
1495 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local
1759 int sizeBytes = arrayLen * dt.mSize; in copy3DRangeFromUnchecked() local
1772 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local
2401 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeToUnchecked() local
2414 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local
2598 int sizeBytes = arrayLen * dt.mSize; in copy3DRangeToUnchecked() local
2611 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy3DRangeToUnchecked() local
H A DRenderScript.java541 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D()
543 …oid nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataT… in nAllocationData1D()
549 …ata(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementData()
550 …ElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementData()
576 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D()
579 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D()
610 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D()
613 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D()
627 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D()
629int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D()
[all …]
/aosp_15_r20/out/soong/.intermediates/art/libartservice/service/service-art.impl/android_common_apex31/javac/anno/com/android/server/art/model/
DAutoValue_DexoptResult_DexContainerFileDexoptResult.java25 private final long sizeBytes; field in AutoValue_DexoptResult_DexContainerFileDexoptResult
41 long sizeBytes, in AutoValue_DexoptResult_DexContainerFileDexoptResult()
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/arm/cryptocell/713/
H A Dcc_pal_types.h70 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) ((sizeBytes)/CC_32BIT_WORD_SIZE + (((sizeBytes) & (… argument
78 #define ROUNDUP_BYTES_TO_32BIT_WORD(sizeBytes) (CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) * CC_32BIT_… argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/virtualizationservice/aidl/android.system.virtualizationservice-java-source/gen/android/system/virtualizationservice/
DIVirtualizationService.java38 …initializeWritablePartition(android.os.ParcelFileDescriptor imageFd, long sizeBytes, int type) thr… in initializeWritablePartition()
351 …initializeWritablePartition(android.os.ParcelFileDescriptor imageFd, long sizeBytes, int type) thr… in initializeWritablePartition()
606 …public void initializeWritablePartition(android.os.ParcelFileDescriptor imageFd, long sizeBytes, i… in initializeWritablePartition()
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DFileSizeFormatter.java118 public static String formatFileSize(@Nullable Context context, long sizeBytes, in formatFileSize()
137 private static RoundedBytesResult formatBytes(long sizeBytes, MeasureUnit unit, long mult) { in formatBytes()
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
H A DSessionStager.kt56 val sizeBytes = getContentSizeBytes() in <lambda>() constant
/aosp_15_r20/frameworks/av/media/libaaudio/tests/
H A Dtest_block_adapter.cpp82 int32_t sizeBytes = variableCount * sizeof(int32_t); in testInputWrite() local
109 int32_t sizeBytes = variableCount * sizeof(int32_t); in testOutputRead() local
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DAllocation.java1456 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeFromUnchecked() local
1469 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local
1713 int sizeBytes = arrayLen * dt.mSize; in copy3DRangeFromUnchecked() local
1726 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local
2298 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeToUnchecked() local
2311 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local

12345678910>>...20