HomeSort by relevance Sort by last modified time
    Searched full:dictionary_file (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 32 DICTIONARY_FILE=$srcdir/testdata/configure.ac.v0.1
48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \
55 encode -dictionary $DICTIONARY_FILE \
60 $VCDIFF decode -dictionary $DICTIONARY_FILE \
75 encode -dictionary $DICTIONARY_FILE \
80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
95 encode -dictionary $DICTIONARY_FILE \
100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
114 encode -dictionary $DICTIONARY_FILE \
119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
    [all...]
vcdiff_main.cc 224 FILE* dictionary_file = fopen(FLAGS_dictionary.c_str(), "rb"); local
225 if (!dictionary_file) {
231 if (!FileSize(dictionary_file, &dictionary_size)) {
238 if (fread(&dictionary_[0], 1, dictionary_size, dictionary_file)
242 fclose(dictionary_file);
247 fclose(dictionary_file);
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 37 set DICTIONARY_FILE=%TESTDATA_DIR%\configure.ac.v0.1
53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^
60 encode -dictionary %DICTIONARY_FILE% ^
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
82 encode -dictionary %DICTIONARY_FILE% ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
102 encode -dictionary %DICTIONARY_FILE% ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
121 encode -dictionary %DICTIONARY_FILE% ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE%
    [all...]

Completed in 363 milliseconds