Home
last modified time | relevance | path

Searched refs:m_readbuf (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java52m_readbuf = new byte [BUF_SIZE]; // don't reuse this across run() calls to reset it to the origina… in run()
139 ClassDef clsDef = ClassDefParser.parseClass (m_readbuf, m_readpos); in handleArchiveEntry()
159 System.arraycopy (m_readbuf, 0, bytes, 0, m_readpos); in handleArchiveEntry()
238 ClassDef clsDef = ClassDefParser.parseClass (m_readbuf, m_readpos); in handleFile()
259 System.arraycopy (m_readbuf, 0, bytes, 0, m_readpos); in handleFile()
325 … (totalread < length) && (read = in.read (m_readbuf, totalread, length - totalread)) >= 0; in readFile()
349 … (totalread < length) && (read = in.read (m_readbuf, totalread, length - totalread)) >= 0; in readZipEntry()
358 for (int read; (read = in.read (m_readbuf)) >= 0; m_baos.write (m_readbuf, 0, read)); in readZipEntry()
360 m_readbuf = m_baos.copyByteArray (); in readZipEntry()
361 m_readpos = m_readbuf.length; in readZipEntry()
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java221 final ClassDef clsDef = ClassDefParser.parseClass (m_readbuf, m_readpos); in handleArchiveEntry()
265 System.arraycopy (m_readbuf, 0, data, 0, data.length); in handleArchiveEntry()
328 System.arraycopy (m_readbuf, 0, data, 0, data.length); in handleArchiveEntry()
468 ClassDef clsDef = ClassDefParser.parseClass (m_readbuf, m_readpos); in handleFile()
504 System.arraycopy (m_readbuf, 0, outdata, 0, m_readpos); in handleFile()
557 System.arraycopy (m_readbuf, 0, data, 0, data.length); in handleFile()
600 m_readbuf = null; in reset()
698m_readbuf = new byte [BUF_SIZE]; // don't reuse this across run() calls to reset it to the origina… in _run()
967 … (totalread < length) && (read = in.read (m_readbuf, totalread, length - totalread)) >= 0; in readFile()
991 … (totalread < length) && (read = in.read (m_readbuf, totalread, length - totalread)) >= 0; in readZipEntry()
[all …]