HomeSort by relevance Sort by last modified time
    Searched full:sizebytes (Results 1 - 25 of 44) sorted by null

1 2

  /libcore/support/src/test/java/libcore/tlswire/util/
IoUtils.java 30 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes);
31 byte[] result = new byte[sizeBytes];
38 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes);
39 int elementCount = sizeBytes / 2;
  /frameworks/rs/
rsAllocation.cpp 183 uint32_t count, const void *data, size_t sizeBytes) {
186 if ((count * eSize) != sizeBytes) {
189 (count * eSize), sizeBytes);
195 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes);
200 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) {
201 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
207 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) {
208 rsc->mHal.funcs.allocation.data3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
213 uint32_t count, void *data, size_t sizeBytes) {
216 if ((count * eSize) != sizeBytes) {
    [all...]
rsAdapter.cpp 40 void Adapter1D::data(Context *rsc, uint32_t x, uint32_t count, const void *data, size_t sizeBytes) {
41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes, 0);
112 const void *data, size_t sizeBytes) {
113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes, 0);
rsAllocation.h 129 void data(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, const void *data, size_t sizeBytes);
131 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride);
133 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride);
135 void read(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, void *data, size_t sizeBytes);
137 uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride);
139 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride);
142 const void *data, uint32_t elementOff, size_t sizeBytes);
145 void *data, uint32_t elementOff, size_t sizeBytes);
rsAdapter.h 47 void data(Context *rsc, uint32_t xoff, uint32_t count, const void *data, size_t sizeBytes);
80 const void *data, size_t sizeBytes);
rs_hal.h 217 const void *data, size_t sizeBytes);
221 const void *data, size_t sizeBytes, size_t stride);
224 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes,
229 void *data, size_t sizeBytes);
233 void *data, size_t sizeBytes, size_t stride);
236 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes,
268 const void *data, uint32_t elementOff, size_t sizeBytes);
271 void *data, uint32_t elementOff, size_t sizeBytes);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BaseDescriptor.java 42 int sizeBytes;
54 + sizeBytes;
62 return sizeBytes;
78 sizeBytes = i;
  /frameworks/rs/driver/
rsdAllocation.h 110 const void *data, size_t sizeBytes);
115 const void *data, size_t sizeBytes, size_t stride);
119 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes,
125 void *data, size_t sizeBytes);
130 void *data, size_t sizeBytes, size_t stride);
134 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes,
167 const void *data, uint32_t elementOff, size_t sizeBytes);
172 void *data, uint32_t elementOff, size_t sizeBytes);
rsdAllocation.cpp 845 const void *data, size_t sizeBytes) {
865 uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) {
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 84 public static String createSdDir(long sizeBytes, String cid, String sdEncKey, int uid,
87 final int sizeMb = (int) ((sizeBytes + MB_IN_BYTES) / MB_IN_BYTES) + 1;
110 public static boolean resizeSdDir(long sizeBytes, String cid, String sdEncKey) {
112 final int sizeMb = (int) ((sizeBytes + MB_IN_BYTES) / MB_IN_BYTES) + 1;
347 int installLocation, long sizeBytes) throws IOException {
358 final boolean fitsOnInternal = fitsOnInternal(context, sizeBytes);
366 if (availBytes >= sizeBytes) {
411 public static boolean fitsOnInternal(Context context, long sizeBytes) {
414 return (sizeBytes <= storage.getStorageBytesUntilLow(target));
417 public static boolean fitsOnExternal(Context context, long sizeBytes) {
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyStoreCryptoOperationUtils.java 98 static byte[] getRandomBytesToMixIntoKeystoreRng(SecureRandom rng, int sizeBytes) {
99 if (sizeBytes <= 0) {
105 byte[] result = new byte[sizeBytes];
  /frameworks/base/core/java/android/text/format/
Formatter.java 74 * @param sizeBytes size value to be formatted, in bytes
77 public static String formatFileSize(@Nullable Context context, long sizeBytes) {
81 final BytesResult res = formatBytes(context.getResources(), sizeBytes, 0);
90 public static String formatShortFileSize(@Nullable Context context, long sizeBytes) {
94 final BytesResult res = formatBytes(context.getResources(), sizeBytes, FLAG_SHORTER);
100 public static BytesResult formatBytes(Resources res, long sizeBytes, int flags) {
101 float result = sizeBytes;
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 311 int sizeBytes = mSize * 3;
315 memcpy(dst, src, sizeBytes);
317 src += sizeBytes;
323 int sizeBytes = mSize * 3;
327 memcpy(dst, src, sizeBytes);
328 dst += sizeBytes;
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 452 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt,
454 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt,
457 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
460 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
461 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
463 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
466 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
467 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
469 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
494 int w, int h, Object d, int sizeBytes, int dt
    [all...]
Allocation.java     [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 509 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt,
511 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt,
514 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
517 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
518 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
520 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
544 int w, int h, Object d, int sizeBytes, int dt,
547 int w, int h, Object d, int sizeBytes, Element.DataType dt,
550 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
578 int w, int h, int depth, Object d, int sizeBytes, int dt
    [all...]
Allocation.java     [all...]
  /frameworks/rs/cpp/
Allocation.cpp 195 int sizeBytes = mSize * 3;
199 memcpy(dst, src, sizeBytes);
201 src += sizeBytes;
207 int sizeBytes = mSize * 3;
211 memcpy(dst, src, sizeBytes);
212 dst += sizeBytes;
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 187 void *value, int sizebytes)
192 .sizebytes = sizebytes,
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 293 int sizeBytes = mSize * 3;
297 memcpy(dst, src, sizeBytes);
299 src += sizeBytes;
305 int sizeBytes = mSize * 3;
309 memcpy(dst, src, sizeBytes);
310 dst += sizeBytes;
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 166 final long sizeBytes;
169 sizeBytes = PackageHelper.calculateInstalledSize(pkg, isForwardLocked, abiOverride);
190 pkg.packageName, pkg.installLocation, sizeBytes, flags);
319 final long sizeBytes = PackageHelper.calculateInstalledSize(pkg, handle,
323 final String newMountPath = PackageHelper.createSdDir(sizeBytes, newCid, key,
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 160 byte[] sizeBytes = new byte[4];
176 writeInt(sizeBytes, 0, line.length);
177 gzip.write(sizeBytes);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_kgsl.h 82 unsigned int sizebytes; member in struct:kgsl_device_getproperty
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_kgsl.h 82 unsigned int sizebytes; member in struct:kgsl_device_getproperty
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java     [all...]

Completed in 607 milliseconds

1 2