HomeSort by relevance Sort by last modified time
    Searched defs:raFile (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtilsTests.java 178 RandomAccessFile raFile = null;
183 raFile = new RandomAccessFile(file, "rw");
184 buffer = new ByteBufferWrapper(raFile.getChannel().map(
198 raFile.close();
209 if (raFile != null) {
211 raFile.close();
221 RandomAccessFile raFile = null;
224 raFile = new RandomAccessFile(file, "rw");
225 buffer = new ByteBufferWrapper(raFile.getChannel().map(
231 if (raFile != null)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 66 milliseconds