Searched defs:dataBytes (Results 1 - 7 of 7) sorted by relevance

/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DZipInputStreamTest.java42 private byte[] dataBytes = "Some data in my file".getBytes(); field in class:ZipInputStreamTest
57 zos.write(dataBytes);
198 long skipLen = dataBytes.length / 2;
200 zis.skip(dataBytes.length);
/external/webkit/Source/WebCore/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp90 const uint8_t* dataBytes = reinterpret_cast<const uint8_t*>(m_data->data()); local
91 if (!WebPGetInfo(dataBytes, dataSize, &width, &height))
115 if (!WebPDecodeRGBInto(dataBytes, dataSize, m_rgbOutput.data(), m_rgbOutput.size(), stride))
124 const VP8StatusCode status = WebPIUpdate(m_decoder, dataBytes, dataSize);
/external/yaffs2/yaffs2/
H A Dyaffs_checkptrw.c225 __u8 * dataBytes = (__u8 *)data; local
236 dev->checkpointBuffer[dev->checkpointByteOffset] = *dataBytes ;
239 dataBytes++;
261 __u8 *dataBytes = (__u8 *)data; local
304 *dataBytes = dev->checkpointBuffer[dev->checkpointByteOffset];
307 dataBytes++;
/external/qemu/android/
H A Dmain.c680 uint64_t dataBytes; local
686 path_get_size(dataPath, &dataBytes);
689 _adjustPartitionSize("data", dataBytes, defaultBytes,
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.cpp206 int dataBytes = width * height * 4; local
207 data.resize(dataBytes);
/external/qemu/
H A Dvl-android.c3612 uint64_t dataBytes = android_hw->disk_dataPartition_size; local
3614 if (dataBytes == 0) {
3615 PANIC("Invalid data partition size: %" PRIu64, dataBytes);
3618 snprintf(tmp,sizeof(tmp),"userdata,size=0x%" PRIx64, dataBytes);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 294 milliseconds