OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rafin
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/emma/data/
DataFactory.java
753
RandomAccessFileInputStream
rafin
= new RandomAccessFileInputStream (raf, IO_BUF_SIZE); // note: no new file descriptors created here
local
755
// ObjectInputStream oin = new ObjectInputStream (
rafin
);
767
DataInputStream din = new DataInputStream (
rafin
);
779
if ($assert.ENABLED) $assert.ASSERT (
rafin
.getCount () == entryLength, "entry length mismatch: " +
rafin
.getCount () + " != " + entryLength);
/external/emma/lib/
emma.jar
Completed in 15 milliseconds