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

  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 18 # This script tests the correctness of the vcdiff command-line executable.
23 # of the open-vcdiff package. ($srcdir is automatically provided by Automake
27 VCDIFF=./vcdiff
35 DELTA_FILE=$TEST_TMPDIR/configure.ac.vcdiff
37 MALICIOUS_ENCODING=$srcdir/testdata/allocates_4gb.vcdiff
39 # vcdiff with no arguments shows usage information & error result
40 $VCDIFF \
41 && { echo "vcdiff with no arguments should fail, but succeeded"; \
45 # vcdiff with three arguments but without "encode" or "decode
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 17 rem This script tests the correctness of the vcdiff.exe command-line
26 rem vcdiff.exe executable.
28 ( echo Must pass location of vcdiff.exe as script argument ^
30 set VCDIFF=%1
39 set DELTA_FILE=%TEMP%\configure.ac.vcdiff
41 set MALICIOUS_ENCODING=%TESTDATA_DIR%\allocates_4gb.vcdiff
44 rem vcdiff with no arguments shows usage information & error result
45 %VCDIFF% ^
46 && ( echo vcdiff with no arguments should fail, but succeeded ^
50 rem vcdiff with three arguments but without "encode" or "decode
    [all...]
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 6 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format
10 URL: http://code.google.com/p/open-vcdiff
20 A library that provides an encoder and decoder for the VCDIFF
24 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format
61 %docdir %{prefix}/share/man/man1/vcdiff.1*
62 %{prefix}/share/man/man1/vcdiff.1*
64 %{prefix}/bin/vcdiff

Completed in 37 milliseconds