OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compressCommand
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Package.java
53
final Compress.Compressor
compressCommand
= new Compress.Compressor();
54
compressCommand
.setArgs(new String[] { mArgs[0], intermediateFile.getPath() });
55
compressCommand
.run();
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java
185
final Compress.Compressor
compressCommand
= new Compress.Compressor();
186
compressCommand
.setArgs(new String[] { rawFile.getPath(), file.getPath() });
187
compressCommand
.run();
Completed in 53 milliseconds