/external/chromium/sdch/open-vcdiff/src/google/ |
vcdecoder.h | 127 void SetAllowVcdTarget(bool allow_vcd_target);
|
/external/chromium_org/sdch/open-vcdiff/src/google/ |
vcdecoder.h | 127 void SetAllowVcdTarget(bool allow_vcd_target);
|
/external/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,
|
/external/chromium_org/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 | 467 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl 469 void SetAllowVcdTarget(bool allow_vcd_target) { 475 allow_vcd_target_ = allow_vcd_target; 523 // allow_vcd_target is false. In that case, there is no need to retain [all...] |
vcdiff_main.cc | 55 DEFINE_bool(allow_vcd_target, true,
|
/external/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 | 467 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl 469 void SetAllowVcdTarget(bool allow_vcd_target) { 475 allow_vcd_target_ = allow_vcd_target; 523 // allow_vcd_target is false. In that case, there is no need to retain [all...] |
vcdiff_main.cc | 55 DEFINE_bool(allow_vcd_target, true,
|