Searched refs:source_data_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dextension_data.cc16 extension_data.merged_data_ = extension_data.source_data_[source] = data;
30 SourceDataMap::const_iterator it = source_data_.find(source);
32 (it == source_data_.end()) ||
40 source_data_[source] = data;
46 source_data_[source] = merged_data_;
H A Dextension_data.h56 SourceDataMap source_data_; member in class:browser_sync::ExtensionData
/external/libvpx/libvpx/test/
H A Dsad_test.cc57 source_data_ = reinterpret_cast<uint8_t*>(
64 vpx_free(source_data_);
65 source_data_ = NULL;
98 sad += abs(source_data_[h * source_stride_ + w]
125 static uint8_t* source_data_; member in class:__anon20550::SADTestBase
143 REGISTER_STATE_CHECK(ret = GET_PARAM(2)(source_data_, source_stride_,
174 REGISTER_STATE_CHECK(GET_PARAM(2)(source_data_, source_stride_,
191 uint8_t* SADTestBase::source_data_ = NULL; member in class:__anon20550::SADTestBase
195 FillConstant(source_data_, source_stride_, 0);
201 FillConstant(source_data_, source_stride
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h348 // The index within source_data_ of the next block
356 const char* source_data() { return source_data_; }
360 // kBlockSize, starting at source_data_[block_number * kBlockSize],
362 // AddBlock() must be called once for each block in source_data_
367 // source_data_ and (source_data_ + source_size_). It is equivalent
448 const char* const source_data_; member in class:open_vcdiff::BlockHash
483 // The offset of the first byte of source data (the data at source_data_[0]).
H A Dblockhash.cc31 : source_data_(source_data),
302 &source_data_[block_number * kBlockSize])) {
414 MatchingBytesToLeft(source_data_ + source_match_offset,
428 MatchingBytesToRight(source_data_ + source_match_end,
/external/chromium_org/chrome/renderer/
H A Dmock_printer.h36 const uint8* source_data() const { return source_data_.get(); }
45 scoped_ptr<uint8[]> source_data_; member in class:MockPrinterPage
H A Dmock_printer.cc51 source_data_.reset(new uint8[source_size]);
52 if (source_data_.get())
53 memcpy(source_data_.get(), source_data, source_size);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash.h348 // The index within source_data_ of the next block
356 const char* source_data() { return source_data_; }
360 // kBlockSize, starting at source_data_[block_number * kBlockSize],
362 // AddBlock() must be called once for each block in source_data_
367 // source_data_ and (source_data_ + source_size_). It is equivalent
448 const char* const source_data_; member in class:open_vcdiff::BlockHash
483 // The offset of the first byte of source data (the data at source_data_[0]).
H A Dblockhash.cc32 : source_data_(source_data),
303 &source_data_[block_number * kBlockSize])) {
415 MatchingBytesToLeft(source_data_ + source_match_offset,
429 MatchingBytesToRight(source_data_ + source_match_end,
/external/open-vcdiff/src/
H A Dblockhash.h348 // The index within source_data_ of the next block
356 const char* source_data() { return source_data_; }
360 // kBlockSize, starting at source_data_[block_number * kBlockSize],
362 // AddBlock() must be called once for each block in source_data_
367 // source_data_ and (source_data_ + source_size_). It is equivalent
448 const char* const source_data_; member in class:open_vcdiff::BlockHash
483 // The offset of the first byte of source data (the data at source_data_[0]).
H A Dblockhash.cc32 : source_data_(source_data),
303 &source_data_[block_number * kBlockSize])) {
415 MatchingBytesToLeft(source_data_ + source_match_offset,
429 MatchingBytesToRight(source_data_ + source_match_end,

Completed in 3032 milliseconds