Searched refs:m_bytes (Results 1 - 9 of 9) sorted by relevance

/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathCacheEntry.java24 public final byte [] m_bytes; field in class:ClassPathCacheEntry
36 m_bytes = bytes;
H A DInstrClassLoader.java213 bytes = entry.m_bytes;
/external/webkit/WebCore/platform/image-decoders/cairo/
H A DImageDecoderCairo.cpp37 m_bytes.data())), CAIRO_FORMAT_ARGB32, width(), height(),
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java95 m_bytes = bytes;
137 final long magic = m_bytes.readU4 ();
146 final int minor_version = m_bytes.readU2 ();
147 final int major_version = m_bytes.readU2 ();
161 final int constant_pool_count = m_bytes.readU2 ();
168 final CONSTANT_info cp_info = CONSTANT_info.new_CONSTANT_info (m_bytes);
181 final int _access_flags = m_bytes.readU2 ();
189 final int _class_index = m_bytes.readU2 ();
198 final int _class_index = m_bytes.readU2 ();
207 final int _interfaces_count = m_bytes
302 private final UDataInputStream m_bytes; field in class:ClassDefParser.classParser
[all...]
/external/webkit/WebCore/platform/image-decoders/wx/
H A DImageDecoderWx.cpp51 const unsigned char* bytes = (const unsigned char*)m_bytes.data();
56 for (size_t i = 0; i < m_bytes.size() * sizeof(PixelData); i += sizeof(PixelData)) {
/external/webkit/WebCore/platform/image-decoders/
H A DImageDecoder.cpp114 m_bytes.clear();
124 m_bytes.fill(0);
133 m_bytes = other.m_bytes;
142 m_bytes.resize(newWidth * newHeight);
H A DImageDecoder.h157 return m_bytes.data() + (y * width()) + x;
188 Vector<PixelData> m_bytes;
/external/webkit/WebCore/platform/image-decoders/haiku/
H A DImageDecoderHaiku.cpp39 const uint8* source = reinterpret_cast<const uint8*>(m_bytes.data());
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1003 milliseconds