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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDictionaryMaker.java67 public final String mOutputBinary; field in class:DictionaryMaker.Arguments
75 checkNotSameFile(mInputBinary, mOutputBinary);
77 checkNotSameFile(mInputCombined, mOutputBinary);
79 checkNotSameFile(mInputUnigramXml, mOutputBinary);
82 checkNotSameFile(mInputShortcutXml, mOutputBinary);
85 checkNotSameFile(mInputBigramXml, mOutputBinary);
88 checkNotSameFile(mOutputBinary, mOutputXml);
89 checkNotSameFile(mOutputBinary, mOutputCombined);
108 if (null == mOutputBinary && null == mOutputXml && null == mOutputCombined) {
224 mOutputBinary
[all...]

Completed in 28 milliseconds