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

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder4_test.cc 42 EXPECT_TRUE(decoder_.FinishDecoding());
53 EXPECT_TRUE(decoder_.FinishDecoding());
65 EXPECT_TRUE(decoder_.FinishDecoding());
77 EXPECT_TRUE(decoder_.FinishDecoding());
253 EXPECT_TRUE(decoder_.FinishDecoding());
281 EXPECT_TRUE(decoder_.FinishDecoding());
311 EXPECT_TRUE(decoder_.FinishDecoding());
331 EXPECT_TRUE(decoder_.FinishDecoding());
347 EXPECT_TRUE(decoder_.FinishDecoding());
357 EXPECT_TRUE(decoder_.FinishDecoding());
    [all...]
vcdecoder3_test.cc 48 EXPECT_TRUE(decoder_.FinishDecoding());
57 EXPECT_FALSE(decoder_.FinishDecoding());
93 EXPECT_TRUE(decoder_.FinishDecoding());
104 EXPECT_TRUE(decoder_.FinishDecoding());
138 // verify that an error is returned for FinishDecoding().
144 EXPECT_FALSE(decoder_.FinishDecoding());
155 EXPECT_FALSE(decoder_.FinishDecoding());
166 EXPECT_TRUE(decoder_.FinishDecoding());
176 EXPECT_TRUE(decoder_.FinishDecoding());
208 decoder_.FinishDecoding();
    [all...]
vcdecoder5_test.cc 84 EXPECT_TRUE(decoder_.FinishDecoding());
vcencoder_test.cc 178 EXPECT_TRUE(decoder_.FinishDecoding());
198 EXPECT_TRUE(decoder_.FinishDecoding());
249 EXPECT_TRUE(decoder_.FinishDecoding());
270 EXPECT_TRUE(decoder_.FinishDecoding());
292 EXPECT_TRUE(decoder_.FinishDecoding());
332 EXPECT_TRUE(decoder_.FinishDecoding());
399 EXPECT_TRUE(decoder_.FinishDecoding());
472 EXPECT_TRUE(decoder_.FinishDecoding());
504 EXPECT_TRUE(decoder_.FinishDecoding());
541 EXPECT_TRUE(decoder_.FinishDecoding());
    [all...]
vcdecoder1_test.cc 30 EXPECT_TRUE(decoder_.FinishDecoding());
39 EXPECT_TRUE(decoder_.FinishDecoding());
58 // verify that an error is returned for FinishDecoding().
64 EXPECT_FALSE(decoder_.FinishDecoding());
75 EXPECT_FALSE(decoder_.FinishDecoding());
85 EXPECT_TRUE(decoder_.FinishDecoding());
95 EXPECT_TRUE(decoder_.FinishDecoding());
127 decoder_.FinishDecoding();
154 EXPECT_TRUE(decoder_.FinishDecoding());
358 EXPECT_TRUE(decoder_.FinishDecoding());
    [all...]
vcdecoder2_test.cc 36 EXPECT_TRUE(decoder_.FinishDecoding());
45 EXPECT_TRUE(decoder_.FinishDecoding());
55 EXPECT_TRUE(decoder_.FinishDecoding());
60 // verify that an error is returned for FinishDecoding().
67 EXPECT_FALSE(decoder_.FinishDecoding());
80 EXPECT_FALSE(decoder_.FinishDecoding());
111 EXPECT_TRUE(decoder_.FinishDecoding());
121 EXPECT_TRUE(decoder_.FinishDecoding());
168 decoder_.FinishDecoding();
205 EXPECT_TRUE(decoder_.FinishDecoding());
    [all...]
vcdecoder.cc 348 bool FinishDecoding();
439 // conditions are not met, then FinishDecoding() should not be called.
568 // If FinishDecoding() is called before this number is met, an error
588 // FinishDecoding().
641 LOG(DFATAL) << "StartDecoding() called twice without FinishDecoding()"
    [all...]
vcdiff_main.cc 485 if (!decoder.FinishDecoding()) {
549 if (!decoder.FinishDecoding()) {
  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 44 // if (!v.FinishDecoding()) { ... handle error ... }
47 // StartDecoding DecodeChunk* FinishDecoding
49 // NOTE: It is not necessary to call FinishDecoding if DecodeChunk
52 // If FinishDecoding is called, it will also return false.
62 // dictionary_ptr is valid until FinishDecoding is called.
91 // if decoding of the entire stream was successful. FinishDecoding()
95 bool FinishDecoding();
  /external/chromium/net/base/
sdch_filter.cc 49 if (!vcdiff_streaming_decoder_->FinishDecoding()) {

Completed in 78 milliseconds