Home | History | Annotate | Download | only in src

Lines Matching full:decode

45 # vcdiff with three arguments but without "encode" or "decode"
60 $VCDIFF decode -dictionary $DICTIONARY_FILE \
63 || { echo "Decode with three arguments failed"; \
80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
83 || { echo "Decode using stdin/stdout failed"; \
100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
103 || { echo "Decode with mixed arguments failed"; \
119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
122 || { echo "Decode with mixed arguments failed"; \
135 $VCDIFF decode -dictionary $TARGET_FILE \
138 && { echo "Decode using larger dictionary should fail, but succeeded"; \
175 $VCDIFF decode -dictionary $DICTIONARY_FILE \
204 decode -dictionary $DICTIONARY_FILE \
207 || { echo "Decode with -stats failed"; \
248 # Decode using something that isn't a delta file
249 $VCDIFF decode -dictionary $DICTIONARY_FILE \
311 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
316 || { echo "Decode using stdin/stdout with -buffersize=1 failed"; \
367 $VCDIFF decode -target $TARGET_FILE \
369 && { echo "decode with no dictionary option should fail, but succeeded"; \
379 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
382 || { echo "Decode non-interleaved output failed"; \
397 # The decode operation ignores the -target_matches option.
398 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
401 || { echo "Decode output failed with -target_matches"; \
444 decode -dictionary $DICTIONARY_FILE \
453 decode -dictionary $DICTIONARY_FILE \
494 decode -dictionary $DICTIONARY_FILE \
498 || { echo "Decode with -allow_vcd_target=false failed"; \
517 decode -dictionary $DICTIONARY_FILE \
521 || { echo "Decode with -allow_vcd_target=true failed"; \