Searched refs:allow_vcd_target (Results 1 - 18 of 18) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/google/
H A Dvcdecoder.h127 void SetAllowVcdTarget(bool allow_vcd_target);
/external/chromium_org/sdch/open-vcdiff/src/google/
H A Dvcdecoder.h127 void SetAllowVcdTarget(bool allow_vcd_target);
/external/open-vcdiff/src/google/
H A Dvcdecoder.h127 void SetAllowVcdTarget(bool allow_vcd_target);
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiff_test.sh485 # 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
[all...]
H A Dheaderparser.cc208 bool allow_vcd_target,
225 if (!allow_vcd_target) {
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dvcdecoder.cc474 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
476 void SetAllowVcdTarget(bool allow_vcd_target) { argument
482 allow_vcd_target_ = allow_vcd_target;
890 if (!allow_vcd_target()) {
1054 parent_->allow_vcd_target(),
1397 void VCDiffStreamingDecoder::SetAllowVcdTarget(bool allow_vcd_target) { argument
1398 impl_->SetAllowVcdTarget(allow_vcd_target);
H A Dheaderparser.h260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
270 bool allow_vcd_target,
H A Dvcdiff_main.cc55 DEFINE_bool(allow_vcd_target, true,
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_test.sh485 # 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
[all...]
H A Dvcdecoder.cc467 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
469 void SetAllowVcdTarget(bool allow_vcd_target) { argument
475 allow_vcd_target_ = allow_vcd_target;
523 // allow_vcd_target is false. In that case, there is no need to retain
883 if (!allow_vcd_target()) {
1057 parent_->allow_vcd_target(),
1398 void VCDiffStreamingDecoder::SetAllowVcdTarget(bool allow_vcd_target) { argument
1399 impl_->SetAllowVcdTarget(allow_vcd_target);
H A Dheaderparser.cc208 bool allow_vcd_target,
225 if (!allow_vcd_target) {
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dheaderparser.h260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
270 bool allow_vcd_target,
H A Dvcdiff_main.cc55 DEFINE_bool(allow_vcd_target, true,
/external/open-vcdiff/src/
H A Dvcdiff_test.sh485 # 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
[all...]
H A Dvcdecoder.cc467 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
469 void SetAllowVcdTarget(bool allow_vcd_target) { argument
475 allow_vcd_target_ = allow_vcd_target;
523 // allow_vcd_target is false. In that case, there is no need to retain
883 if (!allow_vcd_target()) {
1057 parent_->allow_vcd_target(),
1398 void VCDiffStreamingDecoder::SetAllowVcdTarget(bool allow_vcd_target) { argument
1399 impl_->SetAllowVcdTarget(allow_vcd_target);
H A Dheaderparser.cc208 bool allow_vcd_target,
225 if (!allow_vcd_target) {
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dheaderparser.h260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
270 bool allow_vcd_target,
H A Dvcdiff_main.cc55 DEFINE_bool(allow_vcd_target, true,

Completed in 426 milliseconds