OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeChunk
(Results
1 - 10
of
10
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
vcdecoder1_test.cc
27
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_header_.data(),
36
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
51
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
61
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
71
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
82
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
92
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
102
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
111
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
124
if (decoder_.
DecodeChunk
(delta_file_.data()
[
all
...]
vcdecoder3_test.cc
45
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_header_.data(),
54
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_header_.data(),
64
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
73
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
82
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
90
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
101
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
112
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
131
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
141
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data()
[
all
...]
vcdecoder2_test.cc
25
// complication that instead of calling
DecodeChunk
() once with the entire data
26
// set,
DecodeChunk
() is called once for each byte of input. This is intended
34
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_header_[i], 1, &output_));
43
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_));
53
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_));
65
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_));
78
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_));
95
if (!decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_)) {
109
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_));
119
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_))
[
all
...]
vcdecoder5_test.cc
69
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_header_.data(),
74
EXPECT_TRUE(decoder_.
DecodeChunk
(kLargeRunWindow, sizeof(kLargeRunWindow),
92
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_header_.data(),
98
EXPECT_TRUE(decoder_.
DecodeChunk
(kLargeRunWindow, sizeof(kLargeRunWindow),
108
EXPECT_FALSE(decoder_.
DecodeChunk
(kLargeRunWindow, sizeof(kLargeRunWindow),
vcdecoder4_test.cc
39
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
50
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
63
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_));
75
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_));
93
EXPECT_FALSE(decoder_.
DecodeChunk
(delta_file_.data(),
104
if (!decoder_.
DecodeChunk
(&delta_file_[i], 1, &output_)) {
250
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_file_.data(),
257
// Bug 1287926: If
DecodeChunk
() stops in the middle of the window header,
271
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[0],
274
EXPECT_TRUE(decoder_.
DecodeChunk
(&delta_file_[chunk_1_size]
[
all
...]
vcencoder_test.cc
175
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_data(),
195
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_data(),
246
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_data(),
261
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_start.data(),
264
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_encode.data(),
267
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_finish.data(),
290
EXPECT_TRUE(decoder_.
DecodeChunk
(&this_char, 1, &result_crope));
328
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_data() + chunk_start_index,
397
EXPECT_TRUE(decoder_.
DecodeChunk
(it->data(), it->size(), &result_target_));
469
EXPECT_TRUE(decoder_.
DecodeChunk
(delta_data()
[
all
...]
vcdiff_main.cc
473
if (!decoder.
DecodeChunk
(&input_buffer_[0], bytes_read, &output)) {
537
if (!decoder.
DecodeChunk
(&input_buffer_[0], bytes_read, &output)) {
vcdecoder.cc
344
bool
DecodeChunk
(const char* data,
428
// Returns the amount of input data passed to the last
DecodeChunk
()
442
// No complete delta file header has been parsed yet.
DecodeChunk
()
459
// No complete delta file window has been parsed yet.
DecodeChunk
()
530
//
DecodeChunk
() reaches the end of its input and returns RESULT_END_OF_DATA.
532
// supplied to the next call to
DecodeChunk
(), so that they appear in
537
// used to fill the output string for
DecodeChunk
(), and will also be used to
587
// more calls to
DecodeChunk
(), followed by a single call to
740
// from VCDiffStreamingDecoderImpl::
DecodeChunk
()
[
all
...]
/external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h
31
// transmission, it can be passed to
DecodeChunk
(), which will then output
38
// if (!v.
DecodeChunk
(data, len, &output_string)) {
47
// StartDecoding
DecodeChunk
* FinishDecoding
49
// NOTE: It is not necessary to call FinishDecoding if
DecodeChunk
50
// returns false. When
DecodeChunk
returns false to signal an
79
// of the number of calls to
DecodeChunk
().
82
bool
DecodeChunk
(const char* data, size_t len, OutputType* output) {
/external/chromium/net/base/
sdch_filter.cc
291
bool ret = vcdiff_streaming_decoder_->
DecodeChunk
(
Completed in 893 milliseconds