HomeSort by relevance Sort by last modified time
    Searched refs:packedSize (Results 1 - 7 of 7) 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/skia/src/effects/
SkTableColorFilter.cpp 167 size_t packedSize = buffer.getArrayCount();
168 if (!buffer.validate(packedSize <= sizeof(packedStorage))) {
171 if (!buffer.readByteArray(packedStorage, packedSize)) {
176 size_t unpackedSize = SkPackBits::Unpack8(packedStorage, packedSize,
  /external/skqp/src/effects/
SkTableColorFilter.cpp 167 size_t packedSize = buffer.getArrayCount();
168 if (!buffer.validate(packedSize <= sizeof(packedStorage))) {
171 if (!buffer.readByteArray(packedStorage, packedSize)) {
176 size_t unpackedSize = SkPackBits::Unpack8(packedStorage, packedSize,
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 444 int packedSize =
446 if (VERBOSE) Log.v(TAG, "Expected image size = " + packedSize);
452 "(%d)", packedSize, actualSize), packedSize <= actualSize);
    [all...]
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 287 static OSStatus UnpackPEFDataSection(const UInt8 * const packedData, UInt32 packedSize,
297 MoreAssertQ(unpackedSize >= packedSize);
303 MoreAssertQ( packedSize == GetPtrSize( (Ptr) packedData ) );
309 while (offset < packedSize) {
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 919 milliseconds