HomeSort by relevance Sort by last modified time
    Searched refs:packedSize (Results 1 - 10 of 10) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 245 long packedSize = packedCodeSize(cases);
255 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4));
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 246 long packedSize = packedCodeSize(cases);
256 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4));
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 246 long packedSize = packedCodeSize(cases);
256 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4));
  /external/chromium_org/third_party/skia/src/effects/
SkTableColorFilter.cpp 190 size_t packedSize = buffer.getArrayCount();
191 if (!buffer.validate(packedSize <= sizeof(packedStorage))) {
194 if (!buffer.readByteArray(packedStorage, packedSize)) {
199 size_t unpackedSize = SkPackBits::Unpack8(packedStorage, packedSize, unpackedStorage);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 430 int packedSize =
432 if (VERBOSE) Log.v(TAG, "Expected image size = " + packedSize);
438 "(%d)", packedSize, actualSize), packedSize <= actualSize);
    [all...]
  /frameworks/rs/
rsAllocation.cpp 362 uint32_t packedSize = getPackedSize();
364 stream->addU32(packedSize);
365 if (dataSize == packedSize) {
398 uint32_t packedSize = alloc->getPackedSize();
400 dataSize != packedSize) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 570 UInt64 packedSize = 0;
572 packedSize += db.PackSizes[i];
574 headerOffset = packedSize;
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1394 milliseconds