/frameworks/rs/ |
D | rsAllocation.cpp | 116 uint32_t count, const void *data, size_t sizeBytes) { in data() 133 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { in data() 140 … uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) { in data() 146 uint32_t count, void *data, size_t sizeBytes) { in read() 162 uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) { in read() 180 … uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) { in read() 192 uint32_t cIdx, size_t sizeBytes) { in elementData() 217 const void *data, uint32_t cIdx, size_t sizeBytes) { in elementData() 575 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap() 583 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/com/android/internal/content/ |
D | PackageHelper.java | 83 public static String createSdDir(long sizeBytes, String cid, String sdEncKey, int uid, in createSdDir() 109 public static boolean resizeSdDir(long sizeBytes, String cid, String sdEncKey) { in resizeSdDir() 341 int installLocation, long sizeBytes, int installFlags) { in resolveInstallLocation() 443 long sizeBytes = 0; in calculateInstalledSize() local
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 376 …ive void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); in rsnAllocationData1D() 377 … synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { in nAllocationData1D() 381 …e void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); in rsnAllocationData1D() 382 …ynchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) { in nAllocationData1D() 386 …ve void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); in rsnAllocationData1D() 387 …synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { in nAllocationData1D() 391 …e void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); in rsnAllocationData1D() 392 …ynchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) { in nAllocationData1D() 397 …nAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementData1D() 398 …ed void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementData1D() [all …]
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 797 const void *data, size_t sizeBytes) { in rsdAllocationData1D() 817 … uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) { in rsdAllocationData2D() 879 size_t sizeBytes, size_t stride) { in rsdAllocationData3D() 916 void *data, size_t sizeBytes) { in rsdAllocationRead1D() 928 … uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) { in rsdAllocationRead2D() 958 … uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) { in rsdAllocationRead3D() 1079 const void *data, uint32_t cIdx, size_t sizeBytes) { in rsdAllocationElementData1D() 1099 const void *data, uint32_t cIdx, size_t sizeBytes) { in rsdAllocationElementData2D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 439 …_this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) in nAllocationData1D_i() 449 …his, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) in nAllocationData1D_s() 459 …this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) in nAllocationData1D_b() 469 …his, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) in nAllocationData1D_f() 480 …is, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) in nAllocationElementData1D() 491 jint w, jint h, jshortArray data, int sizeBytes) in nAllocationData2D_s() 502 jint w, jint h, jbyteArray data, int sizeBytes) in nAllocationData2D_b() 513 jint w, jint h, jintArray data, int sizeBytes) in nAllocationData2D_i() 524 jint w, jint h, jfloatArray data, int sizeBytes) in nAllocationData2D_f() 559 jint w, jint h, jint d, jshortArray data, int sizeBytes) in nAllocationData3D_s() [all …]
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
D | DefaultContainerService.java | 316 final long sizeBytes = PackageHelper.calculateInstalledSize(pkg, handle, in copyPackageToContainerInner() local
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInstaller.java | 875 public long sizeBytes = -1; field in PackageInstaller.SessionParams 934 public void setSize(long sizeBytes) { in setSize() 1068 public long sizeBytes; field in PackageInstaller.SessionInfo
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 439 …nAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt); in rsnAllocationData1D() 440 …oid nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataT… in nAllocationData1D() 445 …AllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementData1D() 446 …d void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementData1D() 472 int w, int h, Object d, int sizeBytes, int dt); in rsnAllocationData2D() 474 … int w, int h, Object d, int sizeBytes, Element.DataType dt) { in nAllocationData2D() 504 int w, int h, int depth, Object d, int sizeBytes, int dt); in rsnAllocationData3D() 506 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt) { in nAllocationData3D() 518 int sizeBytes, int dt); in rsnAllocationRead1D() 520 int sizeBytes, Element.DataType dt) { in nAllocationRead1D() [all …]
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 683 jint count, jobject data, jint sizeBytes, jint dataType) in nAllocationData1D() 694 …this, jlong con, jlong alloc, jint offset, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData1D() 706 jint w, jint h, jobject data, jint sizeBytes, jint dataType) in nAllocationData2D() 744 jint w, jint h, jint d, jobject data, int sizeBytes, int dataType) in nAllocationData3D() 789 jint count, jobject data, int sizeBytes, int dataType) in nAllocationRead1D() 800 jint w, jint h, jobject data, int sizeBytes, int dataType) in nAllocationRead2D()
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
D | Pm.java | 1046 long sizeBytes = -1; in runInstallWrite() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 702 static void prepareExternalStageCid(String stageCid, long sizeBytes) throws IOException { in prepareExternalStageCid()
|
D | PackageManagerService.java | 8895 final long sizeBytes = mContainerService.calculateInstalledSize( in handleStartCopy() local 9305 final long sizeBytes = imcs.calculateInstalledSize(origin.file.getAbsolutePath(), in checkFreeStorage() local 9585 final long sizeBytes = imcs.calculateInstalledSize(packagePath, isFwdLocked(), in checkFreeStorage() local
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 6152 bool ResTable::getIdmapInfo(const void* idmap, size_t sizeBytes, in getIdmapInfo()
|