HomeSort by relevance Sort by last modified time
    Searched defs:source_data_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/sync/glue/
extension_data.h 56 SourceDataMap source_data_; member in class:browser_sync::ExtensionData
  /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:__anon22934::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:__anon22934::SADTestBase
195 FillConstant(source_data_, source_stride_, 0);
201 FillConstant(source_data_, source_stride_, 0)
    [all...]

Completed in 219 milliseconds