/external/chromium/chrome/browser/sync/glue/ |
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/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]).
|
/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]).
|
/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]).
|
/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
|
/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...] |