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

  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 127 void SetAllowVcdTarget(bool allow_vcd_target);
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 485 # Test using -allow_vcd_target=false
490 -allow_vcd_target=false \
491 || { echo "Encode with -allow_vcd_target=false failed"; \
497 -allow_vcd_target=false \
498 || { echo "Decode with -allow_vcd_target=false failed"; \
508 # Test using -allow_vcd_target=true
513 -allow_vcd_target=true \
514 || { echo "Encode with -allow_vcd_target=true failed"; \
520 -allow_vcd_target=true \
521 || { echo "Decode with -allow_vcd_target=true failed";
    [all...]
headerparser.h 260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
270 bool allow_vcd_target,
headerparser.cc 208 bool allow_vcd_target,
225 if (!allow_vcd_target) {
vcdecoder.cc 474 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
476 void SetAllowVcdTarget(bool allow_vcd_target) {
482 allow_vcd_target_ = allow_vcd_target;
    [all...]
vcdiff_main.cc 55 DEFINE_bool(allow_vcd_target, true,

Completed in 39 milliseconds