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

  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 367 rem -target_matches option
369 -target_matches ^
373 || ( echo Encode with -target_matches option failed ^
375 rem The decode operation ignores the -target_matches option.
379 || ( echo Decode output failed with -target_matches ^
382 || ( echo Decoded target does not match original with -target_matches ^
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 389 # -target_matches option
391 -target_matches \
395 || { echo "Encode with -target_matches option failed"; \
397 # The decode operation ignores the -target_matches option.
401 || { echo "Decode output failed with -target_matches"; \
404 || { echo "Decoded target does not match original with -target_matches"; \
vcdiff_main.cc 62 DEFINE_bool(target_matches, false, "Find duplicate strings in target data"

Completed in 1243 milliseconds