/external/chromium/chrome/browser/sync/glue/ |
extension_data.cc | 16 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_;
|
extension_data.h | 56 SourceDataMap source_data_; member in class:browser_sync::ExtensionData
|
/external/chromium_org/content/renderer/media/ |
webrtc_local_audio_source_provider_unittest.cc | 24 source_data_.reset(new int16[length]); 32 scoped_ptr<int16[]> source_data_; member in class:content::WebRtcLocalAudioSourceProviderTest 54 std::fill(source_data_.get(), source_data_.get() + length, 1); 57 source_provider_->OnData(source_data_.get(), 77 source_provider_->OnData(source_data_.get(),
|
/external/libvpx/libvpx/test/ |
sad_test.cc | 57 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:__anon21170::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:__anon21170::SADTestBase 195 FillConstant(source_data_, source_stride_, 0); 201 FillConstant(source_data_, source_stride_, 0) [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
blockhash.h | 348 // 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]).
|
blockhash.cc | 31 : 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/sdch/open-vcdiff/src/ |
blockhash.h | 348 // 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]).
|
blockhash.cc | 32 : 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/ |
blockhash.h | 348 // 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]).
|
blockhash.cc | 32 : 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/chromium_org/chrome/renderer/ |
mock_printer.h | 36 const uint8* source_data() const { return source_data_.get(); } 45 scoped_ptr<uint8[]> source_data_; member in class:MockPrinterPage
|
mock_printer.cc | 51 source_data_.reset(new uint8[source_size]); 52 if (source_data_.get()) 53 memcpy(source_data_.get(), source_data, source_size);
|