Home
last modified time | relevance | path

Searched refs:setArgs (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DPackage.java54 compressCommand.setArgs(new String[] { mArgs[0], intermediateFile.getPath() }); in run()
57 cryptCommand.setArgs(new String[] { intermediateFile.getPath(), mArgs[1] }); in run()
DDicttool.java36 public void setArgs(String[] args) throws IllegalArgumentException { in setArgs() method in Dicttool.Command
110 command.setArgs(argsArray); in getCommand()
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java186 compressCommand.setArgs(new String[] { rawFile.getPath(), file.getPath() }); in runTestHeaderReaderProcessorWithOneSpec()
193 cryptCommand.setArgs(new String[] { rawFile.getPath(), file.getPath() }); in runTestHeaderReaderProcessorWithOneSpec()