Home | History | Annotate | Download | only in common

Lines Matching refs:idxFile

120         File idxFile = new File(name + ".idx");
129 assertTrue(idxFile.exists());
132 assertEquals(INDEX_SIZE, idxFile.length());
149 assertEquals(INDEX_SIZE, idxFile.length());
166 assertEquals(INDEX_SIZE, idxFile.length());
185 assertEquals(INDEX_SIZE, idxFile.length());
294 File idxFile = new File(name + ".idx");
312 assertEquals(INDEX_SIZE, idxFile.length());
322 assertEquals(INDEX_SIZE, idxFile.length());
338 assertEquals(INDEX_SIZE, idxFile.length());
353 assertEquals(INDEX_SIZE, idxFile.length());
365 assertEquals(INDEX_SIZE, idxFile.length());
388 assertEquals(INDEX_SIZE, idxFile.length());
401 File idxFile = new File(name + ".idx");
419 assertEquals(indexSize, idxFile.length());
430 assertEquals(indexSize, idxFile.length());
441 File idxFile = new File(name + ".idx");
528 f = new RandomAccessFile(idxFile, "rw");
536 f = new RandomAccessFile(idxFile, "rw");
544 f = new RandomAccessFile(idxFile, "rw");
552 f = new RandomAccessFile(idxFile, "rw");
560 f = new RandomAccessFile(idxFile, "rw");
568 f = new RandomAccessFile(idxFile, "rw");
576 f = new RandomAccessFile(idxFile, "rw");
584 f = new RandomAccessFile(idxFile, "rw");
585 int n = (int) idxFile.length();