| /frameworks/base/core/java/com/android/internal/content/ |
| D | PackageHelper.java | 84 public static String createSdDir(long sizeBytes, String cid, String sdEncKey, int uid, in createSdDir() 110 public static boolean resizeSdDir(long sizeBytes, String cid, String sdEncKey) { in resizeSdDir() 347 int installLocation, long sizeBytes) throws IOException { in resolveInstallVolume() 411 public static boolean fitsOnInternal(Context context, long sizeBytes) { in fitsOnInternal() 417 public static boolean fitsOnExternal(Context context, long sizeBytes) { in fitsOnExternal() 430 int installLocation, long sizeBytes, int installFlags) { in resolveInstallLocation() 514 long sizeBytes = 0; in calculateInstalledSize() local
|
| /frameworks/rs/ |
| D | rsAllocation.cpp | 183 uint32_t count, const void *data, size_t sizeBytes) { in data() 200 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { in data() 207 … uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) { in data() 213 uint32_t count, void *data, size_t sizeBytes) { in read() 229 uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) { in read() 247 … uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) { in read() 259 const void *data, uint32_t cIdx, size_t sizeBytes) { in elementData() 294 void *data, uint32_t cIdx, size_t sizeBytes) { in elementRead() 656 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap() 664 uint32_t count, const void *data, size_t sizeBytes) { in rsi_Allocation1DData() [all …]
|
| D | rsAdapter.cpp | 40 void Adapter1D::data(Context *rsc, uint32_t x, uint32_t count, const void *data, size_t sizeBytes) { in data() 112 const void *data, size_t sizeBytes) { in data()
|
| /frameworks/base/core/java/android/text/format/ |
| D | Formatter.java | 77 public static String formatFileSize(@Nullable Context context, long sizeBytes) { in formatFileSize() 90 public static String formatShortFileSize(@Nullable Context context, long sizeBytes) { in formatShortFileSize() 100 public static BytesResult formatBytes(Resources res, long sizeBytes, int flags) { in formatBytes()
|
| /frameworks/base/keystore/java/android/security/keystore/ |
| D | KeyStoreCryptoOperationUtils.java | 98 static byte[] getRandomBytesToMixIntoKeystoreRng(SecureRandom rng, int sizeBytes) { in getRandomBytesToMixIntoKeystoreRng()
|
| /frameworks/rs/driver/ |
| D | rsdAllocation.cpp | 845 const void *data, size_t sizeBytes) { in rsdAllocationData1D() 865 … uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { in rsdAllocationData2D() 927 size_t sizeBytes, size_t stride) { in rsdAllocationData3D() 964 void *data, size_t sizeBytes) { in rsdAllocationRead1D() 976 … uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) { in rsdAllocationRead2D() 1006 … uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) { in rsdAllocationRead3D() 1127 const void *data, uint32_t cIdx, size_t sizeBytes) { in rsdAllocationElementData() 1146 void *data, uint32_t cIdx, size_t sizeBytes) { in rsdAllocationElementRead()
|
| /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
| D | DefaultContainerService.java | 319 final long sizeBytes = PackageHelper.calculateInstalledSize(pkg, handle, in copyPackageToContainerInner() local
|
| /frameworks/base/rs/java/android/renderscript/ |
| D | Allocation.java | 1115 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeFromUnchecked() local 1128 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local 1308 int sizeBytes = arrayLen * dt.mSize; in copy3DRangeFromUnchecked() local 1321 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local 1714 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeToUnchecked() local 1727 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local 1825 int sizeBytes = arrayLen * dt.mSize; in copy3DRangeToUnchecked() local 1838 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy3DRangeToUnchecked() local
|
| D | RenderScript.java | 509 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D() 511 …oid nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataT… in nAllocationData1D() 517 …ata(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementData() 518 …ElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementData() 544 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D() 547 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D() 578 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D() 581 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D() 595 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 597 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
| /frameworks/base/core/java/android/content/pm/ |
| D | PackageInstaller.java | 877 public long sizeBytes = -1; field in PackageInstaller.SessionParams 942 public void setSize(long sizeBytes) { in setSize() 1097 public long sizeBytes; field in PackageInstaller.SessionInfo
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| D | Allocation.java | 1056 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeFromUnchecked() local 1069 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local 1223 int sizeBytes = arrayLen * dt.mSize; in copy3DRangeFromUnchecked() local 1236 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local 1574 int sizeBytes = arrayLen * dt.mSize; in copy2DRangeToUnchecked() local 1587 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local
|
| D | RenderScript.java | 452 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D() 454 …oid nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataT… in nAllocationData1D() 460 …AllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementData1D() 461 …d void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementData1D() 494 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D() 497 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D() 529 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D() 532 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D() 546 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 548 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
| /frameworks/rs/cpp/ |
| D | Allocation.cpp | 195 int sizeBytes = mSize * 3; in copyWithPadding() local 207 int sizeBytes = mSize * 3; in copyWithUnPadding() local
|
| /frameworks/base/rs/jni/ |
| D | android_renderscript_RenderScript.cpp | 293 int sizeBytes = mSize * 3; in copyWithPadding() local 305 int sizeBytes = mSize * 3; in copyWithUnPadding() local 1289 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D() 1305 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData() 1324 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D() 1369 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D() 1427 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D() 1443 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead() 1461 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D() 1478 jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, in nAllocationRead3D()
|
| /frameworks/support/v8/renderscript/jni/ |
| D | android_renderscript_RenderScript.cpp | 311 int sizeBytes = mSize * 3; in copyWithPadding() local 323 int sizeBytes = mSize * 3; in copyWithUnPadding() local 1168 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D() 1182 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData1D() 1215 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D() 1254 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D() 1303 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D() 1335 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D()
|
| /frameworks/base/cmds/pm/src/com/android/commands/pm/ |
| D | Pm.java | 1237 long sizeBytes = -1; in runInstallWrite() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageInstallerService.java | 807 static void prepareExternalStageCid(String stageCid, long sizeBytes) throws IOException { in prepareExternalStageCid()
|
| D | PackageManagerService.java | 10851 final long sizeBytes = mContainerService.calculateInstalledSize( in handleStartCopy() local 16361 final long sizeBytes; in movePackageInternal() local
|
| /frameworks/base/libs/androidfw/ |
| D | ResourceTypes.cpp | 6515 bool ResTable::getIdmapInfo(const void* idmap, size_t sizeBytes, in getIdmapInfo()
|